SlideShare uma empresa Scribd logo
1 de 55
Pasquale Vitale 
Engineering Ingegneria Informatica 
FIWARE TechCamp – FIWARE LAB Cloud Portal 
Wednesday, December 3, 2014 - Lyngby, Denmark 
pvitale@eng.it, @pasquy1973
Summary 
 
FIWARE LAB Cloud Hosting 
 
Deploying your first VM 
 
Deploying components for your application 
 
Object Storage API 
 
Reference Information
OpenStack: The Open Source Cloud Operating System 
 
OpenStack is open source software to build private and public clouds 
 
FIWARE LAB Cloud Portal based on OpenStack 
Provision and manage large 
networks of virtual machines 
Object storage and Block storage for 
Pluggable, scalable, API-driven system use with servers and applications 
for managing networks and IP addresses 
Cloud Portal
FIWARE LAB Cloud Hosting 
 
Steps: 
 
Create your account in lab.fi-ware.org 
 
Enter in the Cloud Portal 
 
Create your keypair (private key) 
 
Deploy your instance 
 
Add a public IP 
 
Open ports to the VM
FIWARE LAB Cloud Hosting  Create your account in lab.fi-ware.org 
Enter your email and password to 
access to the FIWARE LAB 
If you forgot it, request 
the new password 
Redirect to 
account.lab.fi-ware.org/users/sign_in 
If you do not have an 
account, sign up
FIWARE LAB Cloud Hosting  Enter in the Cloud Portal 
BLUEPRINT 
COMPUTE 
STORAGE
FIWARE LAB Cloud Hosting  Create your keypair
FIWARE LAB Cloud Hosting  Compute section 
 
Compute menu 
 
Images 
 
Instances 
 
Security 
 
Flavors 
 
Snapshots
FIWARE LAB Cloud Hosting  Compute section  Images 
•baseimages, 
•fiware:apps, 
•fiware:data, 
•fiware:i2nd, 
•fiware:iot, 
•fiware:security, 
•fiware:userinterface, 
•fiware:utils 
Choose your VM 
you want to launch
FIWARE LAB Cloud Hosting  Compute section  detail
FIWARE LAB Cloud Hosting  Compute section  Wizard - step 1 of 4 
Details 
 
Instance Name 
 
Flavor (tiny, small, medium, etc…) 
 
Instance Count
FIWARE LAB Cloud Hosting  Compute section  Wizard - step 2 of 4 
Access & Security 
 
Keypair 
 
Security Groups
FIWARE LAB Cloud Hosting  Compute section  Wizard - step 3 of 4 
Post Creation 
 
Customization Script
FIWARE LAB Cloud Hosting  Compute section  Wizard - step 4 of 4 
Summary 
 
Instance Name 
 
Keypair 
 
Security Group
FIWARE LAB Cloud Hosting  Compute section  Instances
FIWARE LAB Cloud Hosting  Compute section  Flavors
FIWARE LAB Cloud Hosting  Compute section  Security 
Security 
 
Floating IPs 
 
Security Groups 
 
Keypairs
FIWARE LAB Cloud Hosting  Compute section  Security 
Security 
 
Floating IPs 
 
Allocate Floating IPs 
 
Actions 
 
Associate IP 
 Disassociate Floating IP 
 
Release Floating IPs
FIWARE LAB Cloud Hosting  Compute section  Security 
Security 
 
Floating IPs 
 
Allocate Floating IPs 
 
Actions 
 
Associate IP 
 Disassociate Floating IP 
 
Release Floating IPs
FIWARE LAB Cloud Hosting  Compute section  Security 
Security 
 
Security Groups 
 
Create Security Group 
 
Actions 
 
Edit Rule 
 Delete Rule
FIWARE LAB Cloud Hosting  Compute section  Security 
Security 
 
Security Groups 
 
Create Security Group 
 
Actions 
 
Edit Rule 
 Delete Rule 
-1 is to allow ping 
22 is to allow ssh 
443 is to allow https 
80 is to allow http allow only IP
FIWARE LAB Cloud Hosting  Compute section  Security 
Security 
 
Keypairs 
 
Create Keypair 
 
Import Keypair 
 
Actions 
 Delete Keypairs
FIWARE LAB Cloud Hosting  Compute section  Security 
Security 
 
Keypairs 
 
Create Keypair 
 
Import Keypair 
 
Actions 
 Delete Keypairs
FIWARE LAB Cloud Hosting  Compute section  Snapshots 
Snapshots 
 
Instance Snapshots 
 
Volume Snapshots
FIWARE LAB Cloud Hosting  Compute section  Snapshots 
Snapshots 
 
Instance Snapshots 
 
Actions 
 
Launch Instance 
 
Edit Image 
 
Delete Snapshots
FIWARE LAB Cloud Hosting  Compute section  Snapshots 
Snapshots 
 
Volume Snapshots 
 
Actions 
 
Delete Snapshots
FIWARE LAB Cloud Hosting  Blueprint section 
 
Blueprint Instances 
 
Blueprint Templates
FIWARE LAB Cloud Hosting  Blueprint section  Blueprint Instances 
Go in the catalog
FIWARE LAB Cloud Hosting  Blueprint section  Blueprint Templates 
Blueprint Templates 
 
Open Catalog 
 
Create New Template 
 
Actions 
 
Launch Template 
 
Clone Template 
 
Delete Template
FIWARE LAB Cloud Hosting  Blueprint section  Open Catalog 
Blueprint Templates 
 
Catalog 
 
Close catalog 
 
Actions 
 
Clone Template
FIWARE LAB Cloud Hosting  Blueprint section  Create New Template 
Blueprint Template 
 
Create New Template
FIWARE LAB Cloud Hosting  Blueprint section  Blueprint Templates 
Click on template to start 
the wizard to add tiers in 
your CloudPortalTemplate
FIWARE LAB Cloud Hosting  Blueprint section  Blueprint Templates 
Blueprint Templates 
 
Create Tier 
 
Wizard step 1 of 2
FIWARE LAB Cloud Hosting  Blueprint section  Blueprint Templates 
Blueprint Templates 
 
Create Tier 
 
Wizard step 2 of 2 
Software added to tier
FIWARE LAB Cloud Hosting  Blueprint section  Blueprint Templates 
CloudPortalTemplate detail 
Edit and delete tiers
FIWARE LAB Cloud Hosting  Blueprint section  Blueprint Templates 
There are 2 tiers for 
CloudPortalTemplate
FIWARE LAB Cloud Hosting  Blueprint section  Blueprint Templates 
Launch the 
CloudPortalTemplate 
to start the wizard
FIWARE LAB Cloud Hosting  Blueprint section  Blueprint Templates 
Blueprint Templates 
 
Launch Blueprint Template
FIWARE LAB Cloud Hosting  Blueprint section  Blueprint Instances
FIWARE LAB Cloud Hosting  Storage section 
 
Volumes 
 
Containers
FIWARE LAB Cloud Hosting  Storage section  Volumes 
Volumes are persistent 
storage for the VM
FIWARE LAB Cloud Hosting  Storage section  Create Volume 
Create Volume
FIWARE LAB Cloud Hosting  Storage section 
Volume attached
FIWARE LAB Cloud Hosting  Storage section  Containers 
Containers are object 
storage (like folders)
FIWARE LAB Cloud Hosting  Storage section  Create Container 
Create Container
FIWARE LAB Cloud Hosting  Storage section  Create Container 
Upload Objects
FIWARE LAB Cloud Hosting  Storage section  Container 
Download Object
FIWARE LAB Cloud Hosting  Storage section  Container 
Copy Object
FIWARE LAB Cloud Hosting  Storage section  Object Storage API 
 
Authentication to get initial token 
username='email@company.com' 
password='mypassword' 
curl -d '{"auth": {"passwordCredentials": {"username":"'$username'", "password":"'$password'"}}}'  
-H ‘content-type: aplication/json'  http://cloud.lab.fi-ware.org:4730/v2.0/tokens  -vvv 
 
Use initial token to get tenant 
curl -H 'x-auth-token: '$token http://cloud.lab.fi-ware.org:4730/v2.0/tenants 
 
Authenticate tenant to get token for Object Storage 
curl -d '{"auth": {"passwordCredentials": {"username":"'$username'", "password":"'$password'"}, "tenantId":"'$tenantId'"}}'  -H ‘content-type: 
aplication/json' http://cloud.lab.fi-ware.org:4730/v2.0/tokens 
 
Object Storage URL 
http://$node_cdmi:8080/cdmi/$auth/container/ 
 
http://forge.fi-ware.org/plugins/mediawiki/wiki/fiware/index.php/Object_Storage_-_User_and_Programmers_Guide
FIWARE LAB Cloud Hosting  Storage section  Example container 
REST call: GET 
X-Auth-Token 
application/cdmi-object X-CDMI-Specification-Version 
List of objects 
within the container
Connection to VM (1) 
 
Example via SSH 
 
with keypair.pem file 
 
ssh -i keypair.pem root@130.206.127.157
Connection to VM (2) 
 
Example via Putty 
 
Convert keypair to PPK
Connection to VM (3) 
 
Example via FileZilla 
 
Set keypair
Information 
 
If you have any question or problem contact to 
fiware-lab-help@lists.fi-ware.org 
 
You can see webinars, courses, videos in the FIWARE Academy 
http://edu.fi-ware.org 
 
You can use stackoverflow to ask question using the fiware and/or filab tags.
Thanks!

Mais conteúdo relacionado

Mais procurados

Chef and Apache CloudStack (ChefConf 2014)
Chef and Apache CloudStack (ChefConf 2014)Chef and Apache CloudStack (ChefConf 2014)
Chef and Apache CloudStack (ChefConf 2014)Jeff Moody
 
Openstack lab environment Virtualbox (English)
Openstack lab environment Virtualbox (English)Openstack lab environment Virtualbox (English)
Openstack lab environment Virtualbox (English)Abderrahmane TEKFI
 
Characterizing and Contrasting Kuhn-tey-ner Awr-kuh-streyt-ors
Characterizing and Contrasting Kuhn-tey-ner Awr-kuh-streyt-orsCharacterizing and Contrasting Kuhn-tey-ner Awr-kuh-streyt-ors
Characterizing and Contrasting Kuhn-tey-ner Awr-kuh-streyt-orsSonatype
 
Raspberry pi and Azure
Raspberry pi and AzureRaspberry pi and Azure
Raspberry pi and AzureFaisal Mehmood
 
Three Degrees of Mediation: Challenges and Lessons in building Cloud-agnostic...
Three Degrees of Mediation: Challenges and Lessons in building Cloud-agnostic...Three Degrees of Mediation: Challenges and Lessons in building Cloud-agnostic...
Three Degrees of Mediation: Challenges and Lessons in building Cloud-agnostic...Alex Maclinovsky
 
Raspberry pi and Google Cloud
Raspberry pi and Google CloudRaspberry pi and Google Cloud
Raspberry pi and Google CloudFaisal Mehmood
 
Openstack - An introduction/Installation - Presented at Dr Dobb's conference...
 Openstack - An introduction/Installation - Presented at Dr Dobb's conference... Openstack - An introduction/Installation - Presented at Dr Dobb's conference...
Openstack - An introduction/Installation - Presented at Dr Dobb's conference...Rahul Krishna Upadhyaya
 
Cloud orchestration major tools comparision
Cloud orchestration major tools comparisionCloud orchestration major tools comparision
Cloud orchestration major tools comparisionRavi Kiran
 
Security best practices for kubernetes deployment
Security best practices for kubernetes deploymentSecurity best practices for kubernetes deployment
Security best practices for kubernetes deploymentMichael Cherny
 
How abusing the Docker API led to remote code execution same origin bypass an...
How abusing the Docker API led to remote code execution same origin bypass an...How abusing the Docker API led to remote code execution same origin bypass an...
How abusing the Docker API led to remote code execution same origin bypass an...Aqua Security
 
CIS13: OpenStack API Security
CIS13: OpenStack API SecurityCIS13: OpenStack API Security
CIS13: OpenStack API SecurityCloudIDSummit
 
Understanding container security
Understanding container securityUnderstanding container security
Understanding container securityJohn Kinsella
 
OpenStack Certification | Red Hat OpenStack Certification | OpenStack Trainin...
OpenStack Certification | Red Hat OpenStack Certification | OpenStack Trainin...OpenStack Certification | Red Hat OpenStack Certification | OpenStack Trainin...
OpenStack Certification | Red Hat OpenStack Certification | OpenStack Trainin...Edureka!
 
VMworld 2013: Deploying vSphere with OpenStack: What It Means to Your Cloud E...
VMworld 2013: Deploying vSphere with OpenStack: What It Means to Your Cloud E...VMworld 2013: Deploying vSphere with OpenStack: What It Means to Your Cloud E...
VMworld 2013: Deploying vSphere with OpenStack: What It Means to Your Cloud E...VMworld
 
Container Security
Container SecurityContainer Security
Container SecuritySalman Baset
 
Container Security Deep Dive & Kubernetes
Container Security Deep Dive & Kubernetes Container Security Deep Dive & Kubernetes
Container Security Deep Dive & Kubernetes Aqua Security
 
Open Source Cloud Computing -Eucalyptus
Open Source Cloud Computing -EucalyptusOpen Source Cloud Computing -Eucalyptus
Open Source Cloud Computing -EucalyptusSameer Naik
 

Mais procurados (20)

Container Security
Container SecurityContainer Security
Container Security
 
Chef and Apache CloudStack (ChefConf 2014)
Chef and Apache CloudStack (ChefConf 2014)Chef and Apache CloudStack (ChefConf 2014)
Chef and Apache CloudStack (ChefConf 2014)
 
Openstack lab environment Virtualbox (English)
Openstack lab environment Virtualbox (English)Openstack lab environment Virtualbox (English)
Openstack lab environment Virtualbox (English)
 
Characterizing and Contrasting Kuhn-tey-ner Awr-kuh-streyt-ors
Characterizing and Contrasting Kuhn-tey-ner Awr-kuh-streyt-orsCharacterizing and Contrasting Kuhn-tey-ner Awr-kuh-streyt-ors
Characterizing and Contrasting Kuhn-tey-ner Awr-kuh-streyt-ors
 
Raspberry pi and Azure
Raspberry pi and AzureRaspberry pi and Azure
Raspberry pi and Azure
 
Three Degrees of Mediation: Challenges and Lessons in building Cloud-agnostic...
Three Degrees of Mediation: Challenges and Lessons in building Cloud-agnostic...Three Degrees of Mediation: Challenges and Lessons in building Cloud-agnostic...
Three Degrees of Mediation: Challenges and Lessons in building Cloud-agnostic...
 
Raspberry pi and Google Cloud
Raspberry pi and Google CloudRaspberry pi and Google Cloud
Raspberry pi and Google Cloud
 
Openstack - An introduction/Installation - Presented at Dr Dobb's conference...
 Openstack - An introduction/Installation - Presented at Dr Dobb's conference... Openstack - An introduction/Installation - Presented at Dr Dobb's conference...
Openstack - An introduction/Installation - Presented at Dr Dobb's conference...
 
Cloud orchestration major tools comparision
Cloud orchestration major tools comparisionCloud orchestration major tools comparision
Cloud orchestration major tools comparision
 
Security best practices for kubernetes deployment
Security best practices for kubernetes deploymentSecurity best practices for kubernetes deployment
Security best practices for kubernetes deployment
 
How abusing the Docker API led to remote code execution same origin bypass an...
How abusing the Docker API led to remote code execution same origin bypass an...How abusing the Docker API led to remote code execution same origin bypass an...
How abusing the Docker API led to remote code execution same origin bypass an...
 
Kayobe_desc
Kayobe_descKayobe_desc
Kayobe_desc
 
OpenStack Security
OpenStack SecurityOpenStack Security
OpenStack Security
 
CIS13: OpenStack API Security
CIS13: OpenStack API SecurityCIS13: OpenStack API Security
CIS13: OpenStack API Security
 
Understanding container security
Understanding container securityUnderstanding container security
Understanding container security
 
OpenStack Certification | Red Hat OpenStack Certification | OpenStack Trainin...
OpenStack Certification | Red Hat OpenStack Certification | OpenStack Trainin...OpenStack Certification | Red Hat OpenStack Certification | OpenStack Trainin...
OpenStack Certification | Red Hat OpenStack Certification | OpenStack Trainin...
 
VMworld 2013: Deploying vSphere with OpenStack: What It Means to Your Cloud E...
VMworld 2013: Deploying vSphere with OpenStack: What It Means to Your Cloud E...VMworld 2013: Deploying vSphere with OpenStack: What It Means to Your Cloud E...
VMworld 2013: Deploying vSphere with OpenStack: What It Means to Your Cloud E...
 
Container Security
Container SecurityContainer Security
Container Security
 
Container Security Deep Dive & Kubernetes
Container Security Deep Dive & Kubernetes Container Security Deep Dive & Kubernetes
Container Security Deep Dive & Kubernetes
 
Open Source Cloud Computing -Eucalyptus
Open Source Cloud Computing -EucalyptusOpen Source Cloud Computing -Eucalyptus
Open Source Cloud Computing -Eucalyptus
 

Destaque

Day1 Fiware Tools and Platform
Day1 Fiware Tools and Platform Day1 Fiware Tools and Platform
Day1 Fiware Tools and Platform US-Ignite
 
Tony Kim - Smart and Connected Urban Mobility: Concept and Examples in Korea
Tony Kim - Smart and Connected Urban Mobility: Concept and Examples in KoreaTony Kim - Smart and Connected Urban Mobility: Concept and Examples in Korea
Tony Kim - Smart and Connected Urban Mobility: Concept and Examples in KoreaShane Mitchell
 
Kiunsys offering for Smart Urban Mobility, Smart Parking & City Logistics
Kiunsys offering for Smart Urban Mobility, Smart Parking & City LogisticsKiunsys offering for Smart Urban Mobility, Smart Parking & City Logistics
Kiunsys offering for Smart Urban Mobility, Smart Parking & City LogisticsKiunsys
 
Bossio rcp_unccd_cop12_20_oct_2015(2)
Bossio  rcp_unccd_cop12_20_oct_2015(2)Bossio  rcp_unccd_cop12_20_oct_2015(2)
Bossio rcp_unccd_cop12_20_oct_2015(2)CIAT
 
نمایش جعبه جستجو در نتایج گوگل
نمایش جعبه جستجو در نتایج گوگلنمایش جعبه جستجو در نتایج گوگل
نمایش جعبه جستجو در نتایج گوگلkasra khoshkhooy
 
Diferencias Entre E
Diferencias Entre EDiferencias Entre E
Diferencias Entre Eguest69cfc4
 
Tarefa 7 1.ª Parte
Tarefa 7   1.ª Parte Tarefa 7   1.ª Parte
Tarefa 7 1.ª Parte guestc76ae9
 
Connecting in a Globalized World Using Twitter
Connecting in a Globalized World Using TwitterConnecting in a Globalized World Using Twitter
Connecting in a Globalized World Using TwitterShelly Sanchez Terrell
 
ビアマジ!21×就活生!21
ビアマジ!21×就活生!21ビアマジ!21×就活生!21
ビアマジ!21×就活生!21stucon
 
务实技术讲座系列
务实技术讲座系列务实技术讲座系列
务实技术讲座系列webhostingguy
 
Renewable energy and maori vancouver 2014
Renewable energy and maori vancouver 2014Renewable energy and maori vancouver 2014
Renewable energy and maori vancouver 2014Karamea Insley
 
mHealth Israel_The Chinese Health Tech Startup and Investment Sector_Presenta...
mHealth Israel_The Chinese Health Tech Startup and Investment Sector_Presenta...mHealth Israel_The Chinese Health Tech Startup and Investment Sector_Presenta...
mHealth Israel_The Chinese Health Tech Startup and Investment Sector_Presenta...Levi Shapiro
 
Amc april 2012 jenn lim delivering happiness
Amc april 2012 jenn lim delivering happinessAmc april 2012 jenn lim delivering happiness
Amc april 2012 jenn lim delivering happinessDelivering Happiness
 
Sb chatterjee share point workspace 2010 in action
Sb chatterjee   share point workspace 2010 in actionSb chatterjee   share point workspace 2010 in action
Sb chatterjee share point workspace 2010 in actionSharePoint Saturday NY
 
How Not to Let BD Tank Your Startup
How Not to Let BD Tank Your StartupHow Not to Let BD Tank Your Startup
How Not to Let BD Tank Your StartupCharles Hudson
 
Moving beyond the mechanics of Agile processes to supercharge your teams
Moving beyond the mechanics of Agile processes to supercharge your teamsMoving beyond the mechanics of Agile processes to supercharge your teams
Moving beyond the mechanics of Agile processes to supercharge your teamsMMT Digital
 
Quantified Workplace
Quantified WorkplaceQuantified Workplace
Quantified WorkplaceRudi Broos
 

Destaque (20)

Day1 Fiware Tools and Platform
Day1 Fiware Tools and Platform Day1 Fiware Tools and Platform
Day1 Fiware Tools and Platform
 
Tony Kim - Smart and Connected Urban Mobility: Concept and Examples in Korea
Tony Kim - Smart and Connected Urban Mobility: Concept and Examples in KoreaTony Kim - Smart and Connected Urban Mobility: Concept and Examples in Korea
Tony Kim - Smart and Connected Urban Mobility: Concept and Examples in Korea
 
Kiunsys offering for Smart Urban Mobility, Smart Parking & City Logistics
Kiunsys offering for Smart Urban Mobility, Smart Parking & City LogisticsKiunsys offering for Smart Urban Mobility, Smart Parking & City Logistics
Kiunsys offering for Smart Urban Mobility, Smart Parking & City Logistics
 
xn3rq.pdf
xn3rq.pdfxn3rq.pdf
xn3rq.pdf
 
Bossio rcp_unccd_cop12_20_oct_2015(2)
Bossio  rcp_unccd_cop12_20_oct_2015(2)Bossio  rcp_unccd_cop12_20_oct_2015(2)
Bossio rcp_unccd_cop12_20_oct_2015(2)
 
نمایش جعبه جستجو در نتایج گوگل
نمایش جعبه جستجو در نتایج گوگلنمایش جعبه جستجو در نتایج گوگل
نمایش جعبه جستجو در نتایج گوگل
 
Diferencias Entre E
Diferencias Entre EDiferencias Entre E
Diferencias Entre E
 
Tarefa 7 1.ª Parte
Tarefa 7   1.ª Parte Tarefa 7   1.ª Parte
Tarefa 7 1.ª Parte
 
Connecting in a Globalized World Using Twitter
Connecting in a Globalized World Using TwitterConnecting in a Globalized World Using Twitter
Connecting in a Globalized World Using Twitter
 
Zaragoza turismo 181
Zaragoza turismo 181Zaragoza turismo 181
Zaragoza turismo 181
 
Homeroom 4 values ho
Homeroom 4 values hoHomeroom 4 values ho
Homeroom 4 values ho
 
ビアマジ!21×就活生!21
ビアマジ!21×就活生!21ビアマジ!21×就活生!21
ビアマジ!21×就活生!21
 
务实技术讲座系列
务实技术讲座系列务实技术讲座系列
务实技术讲座系列
 
Renewable energy and maori vancouver 2014
Renewable energy and maori vancouver 2014Renewable energy and maori vancouver 2014
Renewable energy and maori vancouver 2014
 
mHealth Israel_The Chinese Health Tech Startup and Investment Sector_Presenta...
mHealth Israel_The Chinese Health Tech Startup and Investment Sector_Presenta...mHealth Israel_The Chinese Health Tech Startup and Investment Sector_Presenta...
mHealth Israel_The Chinese Health Tech Startup and Investment Sector_Presenta...
 
Amc april 2012 jenn lim delivering happiness
Amc april 2012 jenn lim delivering happinessAmc april 2012 jenn lim delivering happiness
Amc april 2012 jenn lim delivering happiness
 
Sb chatterjee share point workspace 2010 in action
Sb chatterjee   share point workspace 2010 in actionSb chatterjee   share point workspace 2010 in action
Sb chatterjee share point workspace 2010 in action
 
How Not to Let BD Tank Your Startup
How Not to Let BD Tank Your StartupHow Not to Let BD Tank Your Startup
How Not to Let BD Tank Your Startup
 
Moving beyond the mechanics of Agile processes to supercharge your teams
Moving beyond the mechanics of Agile processes to supercharge your teamsMoving beyond the mechanics of Agile processes to supercharge your teams
Moving beyond the mechanics of Agile processes to supercharge your teams
 
Quantified Workplace
Quantified WorkplaceQuantified Workplace
Quantified Workplace
 

Semelhante a Fiware cloud capabilities_and_setting_up_your_environment

Setting up your virtual infrastructure using fi-lab cloud
Setting up your virtual infrastructure using fi-lab cloudSetting up your virtual infrastructure using fi-lab cloud
Setting up your virtual infrastructure using fi-lab cloudFernando Lopez Aguilar
 
Setting up your virtual infrastructure using FIWARE Lab Cloud
Setting up your virtual infrastructure using FIWARE Lab CloudSetting up your virtual infrastructure using FIWARE Lab Cloud
Setting up your virtual infrastructure using FIWARE Lab CloudFernando Lopez Aguilar
 
Masterless Puppet Using AWS S3 Buckets and IAM Roles
Masterless Puppet Using AWS S3 Buckets and IAM RolesMasterless Puppet Using AWS S3 Buckets and IAM Roles
Masterless Puppet Using AWS S3 Buckets and IAM RolesMalcolm Duncanson, CISSP
 
Java and windows azure cloud service
Java and windows azure cloud serviceJava and windows azure cloud service
Java and windows azure cloud serviceJeffray Huang
 
Defcon23 from zero to secure in 1 minute - nir valtman and moshe ferber
Defcon23   from zero to secure in 1 minute - nir valtman and moshe ferberDefcon23   from zero to secure in 1 minute - nir valtman and moshe ferber
Defcon23 from zero to secure in 1 minute - nir valtman and moshe ferberMoshe Ferber
 
Setting up your virtual infrastructure using fi lab cloud webminar
Setting up your virtual infrastructure using fi lab cloud webminarSetting up your virtual infrastructure using fi lab cloud webminar
Setting up your virtual infrastructure using fi lab cloud webminarHenar Muñoz Frutos
 
CICD With GitHub, Travis, SonarCloud and Docker Hub
CICD With GitHub, Travis, SonarCloud and Docker HubCICD With GitHub, Travis, SonarCloud and Docker Hub
CICD With GitHub, Travis, SonarCloud and Docker HubCarlos Cavero Barca
 
Intro to the FIWARE Lab
Intro to the FIWARE LabIntro to the FIWARE Lab
Intro to the FIWARE LabFIWARE
 
SoftLayer API 12032015
SoftLayer API  12032015SoftLayer API  12032015
SoftLayer API 12032015Nacho Daza
 
Microsoft Windows Server AppFabric
Microsoft Windows Server AppFabricMicrosoft Windows Server AppFabric
Microsoft Windows Server AppFabricMark Ginnebaugh
 
DevOps on AWS: Accelerating Software Delivery with the AWS Developer Tools
DevOps on AWS: Accelerating Software Delivery with the AWS Developer ToolsDevOps on AWS: Accelerating Software Delivery with the AWS Developer Tools
DevOps on AWS: Accelerating Software Delivery with the AWS Developer ToolsAmazon Web Services
 
AWS Cyber Security Best Practices
AWS Cyber Security Best PracticesAWS Cyber Security Best Practices
AWS Cyber Security Best PracticesDoiT International
 
Integrating Jira Software Cloud With the AWS Code Suite
Integrating Jira Software Cloud With the AWS Code SuiteIntegrating Jira Software Cloud With the AWS Code Suite
Integrating Jira Software Cloud With the AWS Code SuiteAtlassian
 
Apache cloud stack 4.1 new features deep dive
Apache cloud stack 4.1 new features deep diveApache cloud stack 4.1 new features deep dive
Apache cloud stack 4.1 new features deep diveShapeBlue
 
TechDays 2010 Portugal - Scaling your data tier with app fabric 16x9
TechDays 2010 Portugal - Scaling your data tier with app fabric 16x9TechDays 2010 Portugal - Scaling your data tier with app fabric 16x9
TechDays 2010 Portugal - Scaling your data tier with app fabric 16x9Nuno Godinho
 
From 0 to Secure in 1 Minute - Securing laaS - Nir Valtman
From 0 to Secure in 1 Minute - Securing laaS - Nir ValtmanFrom 0 to Secure in 1 Minute - Securing laaS - Nir Valtman
From 0 to Secure in 1 Minute - Securing laaS - Nir ValtmanEC-Council
 
Amazon AWS Workspace Howto
Amazon AWS Workspace HowtoAmazon AWS Workspace Howto
Amazon AWS Workspace Howtomailbhargav
 

Semelhante a Fiware cloud capabilities_and_setting_up_your_environment (20)

FIWARE Lab
FIWARE LabFIWARE Lab
FIWARE Lab
 
Setting up your virtual infrastructure using fi-lab cloud
Setting up your virtual infrastructure using fi-lab cloudSetting up your virtual infrastructure using fi-lab cloud
Setting up your virtual infrastructure using fi-lab cloud
 
Setting up your virtual infrastructure using FIWARE Lab Cloud
Setting up your virtual infrastructure using FIWARE Lab CloudSetting up your virtual infrastructure using FIWARE Lab Cloud
Setting up your virtual infrastructure using FIWARE Lab Cloud
 
Masterless Puppet Using AWS S3 Buckets and IAM Roles
Masterless Puppet Using AWS S3 Buckets and IAM RolesMasterless Puppet Using AWS S3 Buckets and IAM Roles
Masterless Puppet Using AWS S3 Buckets and IAM Roles
 
Java and windows azure cloud service
Java and windows azure cloud serviceJava and windows azure cloud service
Java and windows azure cloud service
 
Defcon23 from zero to secure in 1 minute - nir valtman and moshe ferber
Defcon23   from zero to secure in 1 minute - nir valtman and moshe ferberDefcon23   from zero to secure in 1 minute - nir valtman and moshe ferber
Defcon23 from zero to secure in 1 minute - nir valtman and moshe ferber
 
Fiware cloud developers week brussels
Fiware cloud developers week brusselsFiware cloud developers week brussels
Fiware cloud developers week brussels
 
Setting up your virtual infrastructure using fi lab cloud webminar
Setting up your virtual infrastructure using fi lab cloud webminarSetting up your virtual infrastructure using fi lab cloud webminar
Setting up your virtual infrastructure using fi lab cloud webminar
 
CICD With GitHub, Travis, SonarCloud and Docker Hub
CICD With GitHub, Travis, SonarCloud and Docker HubCICD With GitHub, Travis, SonarCloud and Docker Hub
CICD With GitHub, Travis, SonarCloud and Docker Hub
 
Intro to the FIWARE Lab
Intro to the FIWARE LabIntro to the FIWARE Lab
Intro to the FIWARE Lab
 
SoftLayer API 12032015
SoftLayer API  12032015SoftLayer API  12032015
SoftLayer API 12032015
 
Microsoft Windows Server AppFabric
Microsoft Windows Server AppFabricMicrosoft Windows Server AppFabric
Microsoft Windows Server AppFabric
 
DevOps on AWS: Accelerating Software Delivery with the AWS Developer Tools
DevOps on AWS: Accelerating Software Delivery with the AWS Developer ToolsDevOps on AWS: Accelerating Software Delivery with the AWS Developer Tools
DevOps on AWS: Accelerating Software Delivery with the AWS Developer Tools
 
AWS Cyber Security Best Practices
AWS Cyber Security Best PracticesAWS Cyber Security Best Practices
AWS Cyber Security Best Practices
 
Integrating Jira Software Cloud With the AWS Code Suite
Integrating Jira Software Cloud With the AWS Code SuiteIntegrating Jira Software Cloud With the AWS Code Suite
Integrating Jira Software Cloud With the AWS Code Suite
 
Apache cloud stack 4.1 new features deep dive
Apache cloud stack 4.1 new features deep diveApache cloud stack 4.1 new features deep dive
Apache cloud stack 4.1 new features deep dive
 
slides.pptx
slides.pptxslides.pptx
slides.pptx
 
TechDays 2010 Portugal - Scaling your data tier with app fabric 16x9
TechDays 2010 Portugal - Scaling your data tier with app fabric 16x9TechDays 2010 Portugal - Scaling your data tier with app fabric 16x9
TechDays 2010 Portugal - Scaling your data tier with app fabric 16x9
 
From 0 to Secure in 1 Minute - Securing laaS - Nir Valtman
From 0 to Secure in 1 Minute - Securing laaS - Nir ValtmanFrom 0 to Secure in 1 Minute - Securing laaS - Nir Valtman
From 0 to Secure in 1 Minute - Securing laaS - Nir Valtman
 
Amazon AWS Workspace Howto
Amazon AWS Workspace HowtoAmazon AWS Workspace Howto
Amazon AWS Workspace Howto
 

Mais de Miguel García González

FIWARE successful SME Instrument Winner (TEAMDEV)
FIWARE successful SME Instrument Winner (TEAMDEV)FIWARE successful SME Instrument Winner (TEAMDEV)
FIWARE successful SME Instrument Winner (TEAMDEV)Miguel García González
 
FIWARE successful SME Instrument Winner (TEA SISTEMI)
FIWARE successful SME Instrument Winner (TEA SISTEMI)FIWARE successful SME Instrument Winner (TEA SISTEMI)
FIWARE successful SME Instrument Winner (TEA SISTEMI)Miguel García González
 
FIWAREPamplona - Training Day - Orizont Agrifood Accelerator
FIWAREPamplona - Training Day - Orizont Agrifood AcceleratorFIWAREPamplona - Training Day - Orizont Agrifood Accelerator
FIWAREPamplona - Training Day - Orizont Agrifood AcceleratorMiguel García González
 
#FIWAREPamplona - Training Day - Gaining and retaining customers
#FIWAREPamplona - Training Day - Gaining and retaining customers#FIWAREPamplona - Training Day - Gaining and retaining customers
#FIWAREPamplona - Training Day - Gaining and retaining customersMiguel García González
 
#FIWAREPamplona - Training day - Open and agile smart cities. A technical int...
#FIWAREPamplona - Training day - Open and agile smart cities. A technical int...#FIWAREPamplona - Training day - Open and agile smart cities. A technical int...
#FIWAREPamplona - Training day - Open and agile smart cities. A technical int...Miguel García González
 
#FIWAREPamplona - Training Day - ODINE incubator
#FIWAREPamplona - Training Day - ODINE incubator#FIWAREPamplona - Training Day - ODINE incubator
#FIWAREPamplona - Training Day - ODINE incubatorMiguel García González
 
#FIWAREPamplona - Training Day - Fiware stories
#FIWAREPamplona - Training Day - Fiware stories#FIWAREPamplona - Training Day - Fiware stories
#FIWAREPamplona - Training Day - Fiware storiesMiguel García González
 
#FIWAREPamplona - Training Day - Tips for an efficient Marketing Strategy
#FIWAREPamplona - Training Day - Tips for an efficient Marketing Strategy#FIWAREPamplona - Training Day - Tips for an efficient Marketing Strategy
#FIWAREPamplona - Training Day - Tips for an efficient Marketing StrategyMiguel García González
 
#FIWAREPamplona-TrainingDay Communication plan
#FIWAREPamplona-TrainingDay Communication plan#FIWAREPamplona-TrainingDay Communication plan
#FIWAREPamplona-TrainingDay Communication planMiguel García González
 
#FIWAREPamplona - Training Day - European Public Funding Opportunities for SMEs
#FIWAREPamplona - Training Day - European Public Funding Opportunities for SMEs#FIWAREPamplona - Training Day - European Public Funding Opportunities for SMEs
#FIWAREPamplona - Training Day - European Public Funding Opportunities for SMEsMiguel García González
 
The story of mixing open data, entrepreneurs and FIWARE technologies
The story of mixing open data, entrepreneurs and FIWARE technologiesThe story of mixing open data, entrepreneurs and FIWARE technologies
The story of mixing open data, entrepreneurs and FIWARE technologiesMiguel García González
 
FINODEX - General presentation on EU public funding
FINODEX - General presentation on EU public fundingFINODEX - General presentation on EU public funding
FINODEX - General presentation on EU public fundingMiguel García González
 

Mais de Miguel García González (20)

FINODEX summary
FINODEX summaryFINODEX summary
FINODEX summary
 
Open Data for Startups Webinar
Open Data for Startups WebinarOpen Data for Startups Webinar
Open Data for Startups Webinar
 
Agenda Demo Day - FINODEX - FIWARE Trento
Agenda Demo Day - FINODEX - FIWARE TrentoAgenda Demo Day - FINODEX - FIWARE Trento
Agenda Demo Day - FINODEX - FIWARE Trento
 
SME Instrument Evaluator VIEW
SME Instrument Evaluator VIEWSME Instrument Evaluator VIEW
SME Instrument Evaluator VIEW
 
FIWARE successful SME Instrument Winner (TEAMDEV)
FIWARE successful SME Instrument Winner (TEAMDEV)FIWARE successful SME Instrument Winner (TEAMDEV)
FIWARE successful SME Instrument Winner (TEAMDEV)
 
FIWARE successful SME Instrument Winner (TEA SISTEMI)
FIWARE successful SME Instrument Winner (TEA SISTEMI)FIWARE successful SME Instrument Winner (TEA SISTEMI)
FIWARE successful SME Instrument Winner (TEA SISTEMI)
 
FIWARE SME Instrument Webinar - Zabala
FIWARE SME Instrument Webinar - ZabalaFIWARE SME Instrument Webinar - Zabala
FIWARE SME Instrument Webinar - Zabala
 
FIWAREPamplona - Training Day - Orizont Agrifood Accelerator
FIWAREPamplona - Training Day - Orizont Agrifood AcceleratorFIWAREPamplona - Training Day - Orizont Agrifood Accelerator
FIWAREPamplona - Training Day - Orizont Agrifood Accelerator
 
#FIWAREPamplona - Training Day - Gaining and retaining customers
#FIWAREPamplona - Training Day - Gaining and retaining customers#FIWAREPamplona - Training Day - Gaining and retaining customers
#FIWAREPamplona - Training Day - Gaining and retaining customers
 
#FIWAREPamplona - Training day - Open and agile smart cities. A technical int...
#FIWAREPamplona - Training day - Open and agile smart cities. A technical int...#FIWAREPamplona - Training day - Open and agile smart cities. A technical int...
#FIWAREPamplona - Training day - Open and agile smart cities. A technical int...
 
#FIWAREPamplona - Training Day - ODINE incubator
#FIWAREPamplona - Training Day - ODINE incubator#FIWAREPamplona - Training Day - ODINE incubator
#FIWAREPamplona - Training Day - ODINE incubator
 
#FIWAREPamplona - Training Day - Fiware stories
#FIWAREPamplona - Training Day - Fiware stories#FIWAREPamplona - Training Day - Fiware stories
#FIWAREPamplona - Training Day - Fiware stories
 
#FIWAREPamplona - Training Day - Tips for an efficient Marketing Strategy
#FIWAREPamplona - Training Day - Tips for an efficient Marketing Strategy#FIWAREPamplona - Training Day - Tips for an efficient Marketing Strategy
#FIWAREPamplona - Training Day - Tips for an efficient Marketing Strategy
 
#FIWAREPamplona-TrainingDay Communication plan
#FIWAREPamplona-TrainingDay Communication plan#FIWAREPamplona-TrainingDay Communication plan
#FIWAREPamplona-TrainingDay Communication plan
 
#FIWAREPamplona - Training Day - European Public Funding Opportunities for SMEs
#FIWAREPamplona - Training Day - European Public Funding Opportunities for SMEs#FIWAREPamplona - Training Day - European Public Funding Opportunities for SMEs
#FIWAREPamplona - Training Day - European Public Funding Opportunities for SMEs
 
FIWARE Foundation
FIWARE FoundationFIWARE Foundation
FIWARE Foundation
 
The story of mixing open data, entrepreneurs and FIWARE technologies
The story of mixing open data, entrepreneurs and FIWARE technologiesThe story of mixing open data, entrepreneurs and FIWARE technologies
The story of mixing open data, entrepreneurs and FIWARE technologies
 
Open data and entrepreneurship
Open data and entrepreneurshipOpen data and entrepreneurship
Open data and entrepreneurship
 
#FIWAREPamplona Aporta IODC16 Open Data
#FIWAREPamplona Aporta IODC16 Open Data#FIWAREPamplona Aporta IODC16 Open Data
#FIWAREPamplona Aporta IODC16 Open Data
 
FINODEX - General presentation on EU public funding
FINODEX - General presentation on EU public fundingFINODEX - General presentation on EU public funding
FINODEX - General presentation on EU public funding
 

Último

EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?Igalia
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CVKhem
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessPixlogix Infotech
 

Último (20)

EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 

Fiware cloud capabilities_and_setting_up_your_environment

  • 1. Pasquale Vitale Engineering Ingegneria Informatica FIWARE TechCamp – FIWARE LAB Cloud Portal Wednesday, December 3, 2014 - Lyngby, Denmark pvitale@eng.it, @pasquy1973
  • 2. Summary  FIWARE LAB Cloud Hosting  Deploying your first VM  Deploying components for your application  Object Storage API  Reference Information
  • 3. OpenStack: The Open Source Cloud Operating System  OpenStack is open source software to build private and public clouds  FIWARE LAB Cloud Portal based on OpenStack Provision and manage large networks of virtual machines Object storage and Block storage for Pluggable, scalable, API-driven system use with servers and applications for managing networks and IP addresses Cloud Portal
  • 4. FIWARE LAB Cloud Hosting  Steps:  Create your account in lab.fi-ware.org  Enter in the Cloud Portal  Create your keypair (private key)  Deploy your instance  Add a public IP  Open ports to the VM
  • 5. FIWARE LAB Cloud Hosting  Create your account in lab.fi-ware.org Enter your email and password to access to the FIWARE LAB If you forgot it, request the new password Redirect to account.lab.fi-ware.org/users/sign_in If you do not have an account, sign up
  • 6. FIWARE LAB Cloud Hosting  Enter in the Cloud Portal BLUEPRINT COMPUTE STORAGE
  • 7. FIWARE LAB Cloud Hosting  Create your keypair
  • 8. FIWARE LAB Cloud Hosting  Compute section  Compute menu  Images  Instances  Security  Flavors  Snapshots
  • 9. FIWARE LAB Cloud Hosting  Compute section  Images •baseimages, •fiware:apps, •fiware:data, •fiware:i2nd, •fiware:iot, •fiware:security, •fiware:userinterface, •fiware:utils Choose your VM you want to launch
  • 10. FIWARE LAB Cloud Hosting  Compute section  detail
  • 11. FIWARE LAB Cloud Hosting  Compute section  Wizard - step 1 of 4 Details  Instance Name  Flavor (tiny, small, medium, etc…)  Instance Count
  • 12. FIWARE LAB Cloud Hosting  Compute section  Wizard - step 2 of 4 Access & Security  Keypair  Security Groups
  • 13. FIWARE LAB Cloud Hosting  Compute section  Wizard - step 3 of 4 Post Creation  Customization Script
  • 14. FIWARE LAB Cloud Hosting  Compute section  Wizard - step 4 of 4 Summary  Instance Name  Keypair  Security Group
  • 15. FIWARE LAB Cloud Hosting  Compute section  Instances
  • 16. FIWARE LAB Cloud Hosting  Compute section  Flavors
  • 17. FIWARE LAB Cloud Hosting  Compute section  Security Security  Floating IPs  Security Groups  Keypairs
  • 18. FIWARE LAB Cloud Hosting  Compute section  Security Security  Floating IPs  Allocate Floating IPs  Actions  Associate IP  Disassociate Floating IP  Release Floating IPs
  • 19. FIWARE LAB Cloud Hosting  Compute section  Security Security  Floating IPs  Allocate Floating IPs  Actions  Associate IP  Disassociate Floating IP  Release Floating IPs
  • 20. FIWARE LAB Cloud Hosting  Compute section  Security Security  Security Groups  Create Security Group  Actions  Edit Rule  Delete Rule
  • 21. FIWARE LAB Cloud Hosting  Compute section  Security Security  Security Groups  Create Security Group  Actions  Edit Rule  Delete Rule -1 is to allow ping 22 is to allow ssh 443 is to allow https 80 is to allow http allow only IP
  • 22. FIWARE LAB Cloud Hosting  Compute section  Security Security  Keypairs  Create Keypair  Import Keypair  Actions  Delete Keypairs
  • 23. FIWARE LAB Cloud Hosting  Compute section  Security Security  Keypairs  Create Keypair  Import Keypair  Actions  Delete Keypairs
  • 24. FIWARE LAB Cloud Hosting  Compute section  Snapshots Snapshots  Instance Snapshots  Volume Snapshots
  • 25. FIWARE LAB Cloud Hosting  Compute section  Snapshots Snapshots  Instance Snapshots  Actions  Launch Instance  Edit Image  Delete Snapshots
  • 26. FIWARE LAB Cloud Hosting  Compute section  Snapshots Snapshots  Volume Snapshots  Actions  Delete Snapshots
  • 27. FIWARE LAB Cloud Hosting  Blueprint section  Blueprint Instances  Blueprint Templates
  • 28. FIWARE LAB Cloud Hosting  Blueprint section  Blueprint Instances Go in the catalog
  • 29. FIWARE LAB Cloud Hosting  Blueprint section  Blueprint Templates Blueprint Templates  Open Catalog  Create New Template  Actions  Launch Template  Clone Template  Delete Template
  • 30. FIWARE LAB Cloud Hosting  Blueprint section  Open Catalog Blueprint Templates  Catalog  Close catalog  Actions  Clone Template
  • 31. FIWARE LAB Cloud Hosting  Blueprint section  Create New Template Blueprint Template  Create New Template
  • 32. FIWARE LAB Cloud Hosting  Blueprint section  Blueprint Templates Click on template to start the wizard to add tiers in your CloudPortalTemplate
  • 33. FIWARE LAB Cloud Hosting  Blueprint section  Blueprint Templates Blueprint Templates  Create Tier  Wizard step 1 of 2
  • 34. FIWARE LAB Cloud Hosting  Blueprint section  Blueprint Templates Blueprint Templates  Create Tier  Wizard step 2 of 2 Software added to tier
  • 35. FIWARE LAB Cloud Hosting  Blueprint section  Blueprint Templates CloudPortalTemplate detail Edit and delete tiers
  • 36. FIWARE LAB Cloud Hosting  Blueprint section  Blueprint Templates There are 2 tiers for CloudPortalTemplate
  • 37. FIWARE LAB Cloud Hosting  Blueprint section  Blueprint Templates Launch the CloudPortalTemplate to start the wizard
  • 38. FIWARE LAB Cloud Hosting  Blueprint section  Blueprint Templates Blueprint Templates  Launch Blueprint Template
  • 39. FIWARE LAB Cloud Hosting  Blueprint section  Blueprint Instances
  • 40. FIWARE LAB Cloud Hosting  Storage section  Volumes  Containers
  • 41. FIWARE LAB Cloud Hosting  Storage section  Volumes Volumes are persistent storage for the VM
  • 42. FIWARE LAB Cloud Hosting  Storage section  Create Volume Create Volume
  • 43. FIWARE LAB Cloud Hosting  Storage section Volume attached
  • 44. FIWARE LAB Cloud Hosting  Storage section  Containers Containers are object storage (like folders)
  • 45. FIWARE LAB Cloud Hosting  Storage section  Create Container Create Container
  • 46. FIWARE LAB Cloud Hosting  Storage section  Create Container Upload Objects
  • 47. FIWARE LAB Cloud Hosting  Storage section  Container Download Object
  • 48. FIWARE LAB Cloud Hosting  Storage section  Container Copy Object
  • 49. FIWARE LAB Cloud Hosting  Storage section  Object Storage API  Authentication to get initial token username='email@company.com' password='mypassword' curl -d '{"auth": {"passwordCredentials": {"username":"'$username'", "password":"'$password'"}}}' -H ‘content-type: aplication/json' http://cloud.lab.fi-ware.org:4730/v2.0/tokens -vvv  Use initial token to get tenant curl -H 'x-auth-token: '$token http://cloud.lab.fi-ware.org:4730/v2.0/tenants  Authenticate tenant to get token for Object Storage curl -d '{"auth": {"passwordCredentials": {"username":"'$username'", "password":"'$password'"}, "tenantId":"'$tenantId'"}}' -H ‘content-type: aplication/json' http://cloud.lab.fi-ware.org:4730/v2.0/tokens  Object Storage URL http://$node_cdmi:8080/cdmi/$auth/container/  http://forge.fi-ware.org/plugins/mediawiki/wiki/fiware/index.php/Object_Storage_-_User_and_Programmers_Guide
  • 50. FIWARE LAB Cloud Hosting  Storage section  Example container REST call: GET X-Auth-Token application/cdmi-object X-CDMI-Specification-Version List of objects within the container
  • 51. Connection to VM (1)  Example via SSH  with keypair.pem file  ssh -i keypair.pem root@130.206.127.157
  • 52. Connection to VM (2)  Example via Putty  Convert keypair to PPK
  • 53. Connection to VM (3)  Example via FileZilla  Set keypair
  • 54. Information  If you have any question or problem contact to fiware-lab-help@lists.fi-ware.org  You can see webinars, courses, videos in the FIWARE Academy http://edu.fi-ware.org  You can use stackoverflow to ask question using the fiware and/or filab tags.