SlideShare a Scribd company logo
1 of 55
Download to read offline
Pasquale Vitale
Engineering Ingegneria Informatica
FIWARE LAB Cloud Portal
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 is IaaS based on OpenStack
Provision and manage large
networks of virtual machines
Object storage and Block storage for
use with servers and applicationsPluggable, scalable, API-driven system
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
If you forgot it, request
the new password
Enter your email and password to
access to the FIWARE LAB
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
COMPUTE
STORAGE
BLUEPRINT
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
Choose your VM
you want to launch
•baseimages,
•fiware:apps,
•fiware:data,
•fiware:i2nd,
•fiware:iot,
•fiware:security,
•fiware:userinterface,
•fiware:utils
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!Thanks!

More Related Content

What's hot

RavenDB 3.0 Keynote
RavenDB 3.0 KeynoteRavenDB 3.0 Keynote
RavenDB 3.0 KeynoteOren Eini
 
Deploy, Scale and Manage your Application with AWS Elastic Beanstalk
Deploy, Scale and Manage your Application with AWS Elastic BeanstalkDeploy, Scale and Manage your Application with AWS Elastic Beanstalk
Deploy, Scale and Manage your Application with AWS Elastic BeanstalkAmazon Web Services
 
Sexy, Powerful, Exciting
Sexy, Powerful, ExcitingSexy, Powerful, Exciting
Sexy, Powerful, ExcitingRobert Senktas
 
McrUmbMeetup 22 May 14: Umbraco and Amazon
McrUmbMeetup 22 May 14: Umbraco and AmazonMcrUmbMeetup 22 May 14: Umbraco and Amazon
McrUmbMeetup 22 May 14: Umbraco and AmazonDan Lister
 
Deep Dive on Elastic Load Balancing
Deep Dive on Elastic Load BalancingDeep Dive on Elastic Load Balancing
Deep Dive on Elastic Load BalancingAmazon Web Services
 
RMG206 Introduction to Amazon Elastic Beanstalk - AWS re: Invent 2012
RMG206 Introduction to Amazon Elastic Beanstalk - AWS re: Invent 2012RMG206 Introduction to Amazon Elastic Beanstalk - AWS re: Invent 2012
RMG206 Introduction to Amazon Elastic Beanstalk - AWS re: Invent 2012Amazon Web Services
 
Building CI-CD Pipelines for Serverless Applications
Building CI-CD Pipelines for Serverless ApplicationsBuilding CI-CD Pipelines for Serverless Applications
Building CI-CD Pipelines for Serverless ApplicationsAmazon Web Services
 
TLS303 How to Deploy Python Applications on AWS Elastic Beanstalk - AWS re:In...
TLS303 How to Deploy Python Applications on AWS Elastic Beanstalk - AWS re:In...TLS303 How to Deploy Python Applications on AWS Elastic Beanstalk - AWS re:In...
TLS303 How to Deploy Python Applications on AWS Elastic Beanstalk - AWS re:In...Amazon Web Services
 
WordPress Security - 12 WordPress Security Fundamentals
WordPress Security - 12 WordPress Security FundamentalsWordPress Security - 12 WordPress Security Fundamentals
WordPress Security - 12 WordPress Security Fundamentalsfindingsimple
 
Serverless in production, an experience report (Going Serverless)
Serverless in production, an experience report (Going Serverless)Serverless in production, an experience report (Going Serverless)
Serverless in production, an experience report (Going Serverless)Yan Cui
 
Use case 1 - for Sitecore Automation Module
Use case 1 - for Sitecore Automation ModuleUse case 1 - for Sitecore Automation Module
Use case 1 - for Sitecore Automation ModuleRobert Senktas
 
From AUI to Atlaskit - Streamlining Development for Server & Cloud Apps
From AUI to Atlaskit - Streamlining Development for Server & Cloud AppsFrom AUI to Atlaskit - Streamlining Development for Server & Cloud Apps
From AUI to Atlaskit - Streamlining Development for Server & Cloud AppsAtlassian
 
AWS CodeDeploy
AWS CodeDeploy AWS CodeDeploy
AWS CodeDeploy Ratan Das
 
Deploy, Manage, and Scale Your Apps with OpsWorks and Elastic Beanstalk
Deploy, Manage, and Scale Your Apps with OpsWorks and Elastic BeanstalkDeploy, Manage, and Scale Your Apps with OpsWorks and Elastic Beanstalk
Deploy, Manage, and Scale Your Apps with OpsWorks and Elastic BeanstalkAmazon Web Services
 
Continuous Delivery to Amazon ECS
Continuous Delivery to Amazon ECSContinuous Delivery to Amazon ECS
Continuous Delivery to Amazon ECSAmazon Web Services
 
Lecture 10 Networking on Mobile Devices
Lecture 10 Networking on Mobile DevicesLecture 10 Networking on Mobile Devices
Lecture 10 Networking on Mobile DevicesMaksym Davydov
 

What's hot (20)

RavenDB 3.0 Keynote
RavenDB 3.0 KeynoteRavenDB 3.0 Keynote
RavenDB 3.0 Keynote
 
Deploy, Scale and Manage your Application with AWS Elastic Beanstalk
Deploy, Scale and Manage your Application with AWS Elastic BeanstalkDeploy, Scale and Manage your Application with AWS Elastic Beanstalk
Deploy, Scale and Manage your Application with AWS Elastic Beanstalk
 
Sexy, Powerful, Exciting
Sexy, Powerful, ExcitingSexy, Powerful, Exciting
Sexy, Powerful, Exciting
 
Jz 201 t
Jz 201 tJz 201 t
Jz 201 t
 
McrUmbMeetup 22 May 14: Umbraco and Amazon
McrUmbMeetup 22 May 14: Umbraco and AmazonMcrUmbMeetup 22 May 14: Umbraco and Amazon
McrUmbMeetup 22 May 14: Umbraco and Amazon
 
Deep Dive on Elastic Load Balancing
Deep Dive on Elastic Load BalancingDeep Dive on Elastic Load Balancing
Deep Dive on Elastic Load Balancing
 
RMG206 Introduction to Amazon Elastic Beanstalk - AWS re: Invent 2012
RMG206 Introduction to Amazon Elastic Beanstalk - AWS re: Invent 2012RMG206 Introduction to Amazon Elastic Beanstalk - AWS re: Invent 2012
RMG206 Introduction to Amazon Elastic Beanstalk - AWS re: Invent 2012
 
Building CI-CD Pipelines for Serverless Applications
Building CI-CD Pipelines for Serverless ApplicationsBuilding CI-CD Pipelines for Serverless Applications
Building CI-CD Pipelines for Serverless Applications
 
TLS303 How to Deploy Python Applications on AWS Elastic Beanstalk - AWS re:In...
TLS303 How to Deploy Python Applications on AWS Elastic Beanstalk - AWS re:In...TLS303 How to Deploy Python Applications on AWS Elastic Beanstalk - AWS re:In...
TLS303 How to Deploy Python Applications on AWS Elastic Beanstalk - AWS re:In...
 
WordPress Security - 12 WordPress Security Fundamentals
WordPress Security - 12 WordPress Security FundamentalsWordPress Security - 12 WordPress Security Fundamentals
WordPress Security - 12 WordPress Security Fundamentals
 
Serverless in production, an experience report (Going Serverless)
Serverless in production, an experience report (Going Serverless)Serverless in production, an experience report (Going Serverless)
Serverless in production, an experience report (Going Serverless)
 
Use case 1 - for Sitecore Automation Module
Use case 1 - for Sitecore Automation ModuleUse case 1 - for Sitecore Automation Module
Use case 1 - for Sitecore Automation Module
 
From AUI to Atlaskit - Streamlining Development for Server & Cloud Apps
From AUI to Atlaskit - Streamlining Development for Server & Cloud AppsFrom AUI to Atlaskit - Streamlining Development for Server & Cloud Apps
From AUI to Atlaskit - Streamlining Development for Server & Cloud Apps
 
Amazon cloudtutorial
Amazon cloudtutorialAmazon cloudtutorial
Amazon cloudtutorial
 
AWS CodeDeploy
AWS CodeDeploy AWS CodeDeploy
AWS CodeDeploy
 
fmcsadmin 1.0.0
fmcsadmin 1.0.0fmcsadmin 1.0.0
fmcsadmin 1.0.0
 
Deploy, Manage, and Scale Your Apps with OpsWorks and Elastic Beanstalk
Deploy, Manage, and Scale Your Apps with OpsWorks and Elastic BeanstalkDeploy, Manage, and Scale Your Apps with OpsWorks and Elastic Beanstalk
Deploy, Manage, and Scale Your Apps with OpsWorks and Elastic Beanstalk
 
Continuous Delivery to Amazon ECS
Continuous Delivery to Amazon ECSContinuous Delivery to Amazon ECS
Continuous Delivery to Amazon ECS
 
Lecture 10 Networking on Mobile Devices
Lecture 10 Networking on Mobile DevicesLecture 10 Networking on Mobile Devices
Lecture 10 Networking on Mobile Devices
 
CloudStack S3
CloudStack S3CloudStack S3
CloudStack S3
 

Similar to FIWARE Lab

Fiware cloud capabilities_and_setting_up_your_environment
Fiware cloud capabilities_and_setting_up_your_environmentFiware cloud capabilities_and_setting_up_your_environment
Fiware cloud capabilities_and_setting_up_your_environmentMiguel García González
 
Java and windows azure cloud service
Java and windows azure cloud serviceJava and windows azure cloud service
Java and windows azure cloud serviceJeffray Huang
 
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
 
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
 
(ARC401) Cloud First: New Architecture for New Infrastructure
(ARC401) Cloud First: New Architecture for New Infrastructure(ARC401) Cloud First: New Architecture for New Infrastructure
(ARC401) Cloud First: New Architecture for New InfrastructureAmazon Web Services
 
Intro to the FIWARE Lab
Intro to the FIWARE LabIntro to the FIWARE Lab
Intro to the FIWARE LabFIWARE
 
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
 
AWS Cyber Security Best Practices
AWS Cyber Security Best PracticesAWS Cyber Security Best Practices
AWS Cyber Security Best PracticesDoiT International
 
Amazon AWS Workspace Howto
Amazon AWS Workspace HowtoAmazon AWS Workspace Howto
Amazon AWS Workspace Howtomailbhargav
 
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
 
SQL KONFERENZ 2020 Azure Key Vault, Azure Dev Ops and Azure Data Factory how...
SQL KONFERENZ 2020  Azure Key Vault, Azure Dev Ops and Azure Data Factory how...SQL KONFERENZ 2020  Azure Key Vault, Azure Dev Ops and Azure Data Factory how...
SQL KONFERENZ 2020 Azure Key Vault, Azure Dev Ops and Azure Data Factory how...Erwin de Kreuk
 
V mware v realize orchestrator 6.0 knowledge transfer kit
V mware v realize orchestrator 6.0 knowledge transfer kitV mware v realize orchestrator 6.0 knowledge transfer kit
V mware v realize orchestrator 6.0 knowledge transfer kitsolarisyougood
 
V mware v realize orchestrator 6.0 knowledge transfer kit
V mware v realize orchestrator 6.0 knowledge transfer kitV mware v realize orchestrator 6.0 knowledge transfer kit
V mware v realize orchestrator 6.0 knowledge transfer kitsolarisyougood
 
Your Second multi-tier Serverless Architecture on AWS
Your Second multi-tier Serverless Architecture on AWSYour Second multi-tier Serverless Architecture on AWS
Your Second multi-tier Serverless Architecture on AWSJeshan Babooa
 
Releasing Software Quickly and Reliably With AWS CodePipeline by Mark Mansour...
Releasing Software Quickly and Reliably With AWS CodePipeline by Mark Mansour...Releasing Software Quickly and Reliably With AWS CodePipeline by Mark Mansour...
Releasing Software Quickly and Reliably With AWS CodePipeline by Mark Mansour...Amazon Web Services
 
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
 
Arquillian - Integration Testing Made Easy
Arquillian - Integration Testing Made EasyArquillian - Integration Testing Made Easy
Arquillian - Integration Testing Made EasyJBUG London
 

Similar to FIWARE Lab (20)

Fiware cloud capabilities_and_setting_up_your_environment
Fiware cloud capabilities_and_setting_up_your_environmentFiware cloud capabilities_and_setting_up_your_environment
Fiware cloud capabilities_and_setting_up_your_environment
 
Java and windows azure cloud service
Java and windows azure cloud serviceJava and windows azure cloud service
Java and windows azure cloud service
 
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
 
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
 
Deployment automation
Deployment automationDeployment automation
Deployment automation
 
CloudStack EC2 Configuration
CloudStack EC2 ConfigurationCloudStack EC2 Configuration
CloudStack EC2 Configuration
 
(ARC401) Cloud First: New Architecture for New Infrastructure
(ARC401) Cloud First: New Architecture for New Infrastructure(ARC401) Cloud First: New Architecture for New Infrastructure
(ARC401) Cloud First: New Architecture for New Infrastructure
 
Intro to the FIWARE Lab
Intro to the FIWARE LabIntro to the FIWARE Lab
Intro to the FIWARE Lab
 
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
 
AWS Cyber Security Best Practices
AWS Cyber Security Best PracticesAWS Cyber Security Best Practices
AWS Cyber Security Best Practices
 
Amazon AWS Workspace Howto
Amazon AWS Workspace HowtoAmazon AWS Workspace Howto
Amazon AWS Workspace Howto
 
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
 
SQL KONFERENZ 2020 Azure Key Vault, Azure Dev Ops and Azure Data Factory how...
SQL KONFERENZ 2020  Azure Key Vault, Azure Dev Ops and Azure Data Factory how...SQL KONFERENZ 2020  Azure Key Vault, Azure Dev Ops and Azure Data Factory how...
SQL KONFERENZ 2020 Azure Key Vault, Azure Dev Ops and Azure Data Factory how...
 
V mware v realize orchestrator 6.0 knowledge transfer kit
V mware v realize orchestrator 6.0 knowledge transfer kitV mware v realize orchestrator 6.0 knowledge transfer kit
V mware v realize orchestrator 6.0 knowledge transfer kit
 
V mware v realize orchestrator 6.0 knowledge transfer kit
V mware v realize orchestrator 6.0 knowledge transfer kitV mware v realize orchestrator 6.0 knowledge transfer kit
V mware v realize orchestrator 6.0 knowledge transfer kit
 
Your Second multi-tier Serverless Architecture on AWS
Your Second multi-tier Serverless Architecture on AWSYour Second multi-tier Serverless Architecture on AWS
Your Second multi-tier Serverless Architecture on AWS
 
Releasing Software Quickly and Reliably With AWS CodePipeline by Mark Mansour...
Releasing Software Quickly and Reliably With AWS CodePipeline by Mark Mansour...Releasing Software Quickly and Reliably With AWS CodePipeline by Mark Mansour...
Releasing Software Quickly and Reliably With AWS CodePipeline by Mark Mansour...
 
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
 
Arquillian - Integration Testing Made Easy
Arquillian - Integration Testing Made EasyArquillian - Integration Testing Made Easy
Arquillian - Integration Testing Made Easy
 
Fiware cloud developers week brussels
Fiware cloud developers week brusselsFiware cloud developers week brussels
Fiware cloud developers week brussels
 

More from 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
 

More from 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
 

Recently uploaded

DNT_Corporate presentation know about us
DNT_Corporate presentation know about usDNT_Corporate presentation know about us
DNT_Corporate presentation know about usDynamic Netsoft
 
Test Automation Strategy for Frontend and Backend
Test Automation Strategy for Frontend and BackendTest Automation Strategy for Frontend and Backend
Test Automation Strategy for Frontend and BackendArshad QA
 
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...soniya singh
 
Software Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsSoftware Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsArshad QA
 
A Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docxA Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docxComplianceQuest1
 
5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdfWave PLM
 
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...ICS
 
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...OnePlan Solutions
 
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...stazi3110
 
HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comFatema Valibhai
 
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AISyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AIABDERRAOUF MEHENNI
 
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...MyIntelliSource, Inc.
 
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsUnveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsAlberto González Trastoy
 
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer DataAdobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer DataBradBedford3
 
How To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected WorkerHow To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected WorkerThousandEyes
 
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfLearn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfkalichargn70th171
 
How To Use Server-Side Rendering with Nuxt.js
How To Use Server-Side Rendering with Nuxt.jsHow To Use Server-Side Rendering with Nuxt.js
How To Use Server-Side Rendering with Nuxt.jsAndolasoft Inc
 
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...kellynguyen01
 
Salesforce Certified Field Service Consultant
Salesforce Certified Field Service ConsultantSalesforce Certified Field Service Consultant
Salesforce Certified Field Service ConsultantAxelRicardoTrocheRiq
 

Recently uploaded (20)

DNT_Corporate presentation know about us
DNT_Corporate presentation know about usDNT_Corporate presentation know about us
DNT_Corporate presentation know about us
 
Test Automation Strategy for Frontend and Backend
Test Automation Strategy for Frontend and BackendTest Automation Strategy for Frontend and Backend
Test Automation Strategy for Frontend and Backend
 
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
 
Software Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsSoftware Quality Assurance Interview Questions
Software Quality Assurance Interview Questions
 
A Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docxA Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docx
 
5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf
 
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
 
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
 
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
 
HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.com
 
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AISyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
 
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
 
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsUnveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
 
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer DataAdobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
 
How To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected WorkerHow To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected Worker
 
Exploring iOS App Development: Simplifying the Process
Exploring iOS App Development: Simplifying the ProcessExploring iOS App Development: Simplifying the Process
Exploring iOS App Development: Simplifying the Process
 
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfLearn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
 
How To Use Server-Side Rendering with Nuxt.js
How To Use Server-Side Rendering with Nuxt.jsHow To Use Server-Side Rendering with Nuxt.js
How To Use Server-Side Rendering with Nuxt.js
 
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
 
Salesforce Certified Field Service Consultant
Salesforce Certified Field Service ConsultantSalesforce Certified Field Service Consultant
Salesforce Certified Field Service Consultant
 

FIWARE Lab

  • 1. Pasquale Vitale Engineering Ingegneria Informatica FIWARE LAB Cloud Portal
  • 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 is IaaS based on OpenStack Provision and manage large networks of virtual machines Object storage and Block storage for use with servers and applicationsPluggable, scalable, API-driven system 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 If you forgot it, request the new password Enter your email and password to access to the FIWARE LAB 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 COMPUTE STORAGE BLUEPRINT
  • 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 Choose your VM you want to launch •baseimages, •fiware:apps, •fiware:data, •fiware:i2nd, •fiware:iot, •fiware:security, •fiware:userinterface, •fiware:utils
  • 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.