SlideShare a Scribd company logo
FIWARE Cloud
Fernando López
Telefónica I+D
Cloud Architects, FIWARE
fernando.lopezaguilar@telefonica.com,
@flopezaguilar
Kenneth Nagin
IBM
Cloud Chapter Lead, FIWARE
nagin@il.ibm.com
Content
• FIWARE Lab Cloud Hosting: Overview and Architecture
• FIWARE Lab: Basic functionalities
–FIWARE Compute Services
–FIWARE Network Services
–FIWARE Storage Services
• FIWARE Lab: PaaS, working with Blueprints
• Reference Information
2
FIWARE Lab Cloud Hosting: Overview
and Architecture
3
FIWARE Lab Cloud Hosting
4
FIWARE Lab Cloud Hosting
Cloud Portal
PaaS
SDC Monitoring
Account
5
Compute Object Storage
Summary
•Account: Manages identity and organizations; provides authentication and authorization for other services
(OpenStack Keystone)
•Compute: Manages the lifecycle of compute instances. Responsibilities include spawning, scheduling and
decommissioning of VMs (OpenStack Nova)
•Network: Enable Network-Connectivity-as-a-Service for other services, e.g. Compute, (OpenStack Neutron)
•Storage:
– Persistent block storage for running compute instances (OpenStack Cinder)
– Stores and retrieves arbitrary unstructured data object and provide storage for other services, e.g. Image,
(OpenStack Swift)
• Image: Stores and retrieves VM disk images used by compute (OpenStack Glance)
• Monitoring: Monitoring information about VMs
• SDC: Deploying Software in VMs
• PaaS Manager
– Working with regions
– Creating Tiers and deploying Blueprints
6
Fiware cloud developers week brussels
FIWARE Lab Cloud – Multiregion
8
Account
• Creating an account
– https://account.lab.fi-ware.org
• Understanding organizations
– Mapped to OS tenants
• Signing in in Cloud Portal
– https://cloud.lab.fi-ware.org
– SSO
9
Add new user
Enter your email and password
to access to the FIWARE Lab.
If you do not have it or forgot it,
sign up or request for a new
one.
10
FIWARE Lab: Basic functionalities
11
FIWARE Lab: Basic functionalities
• Create keypair (private key)
• Create security group (incoming ports to VM, e.g. 22 for ssh)
• Deploy an instance
–choice from a library of predefined images, e.g. Centros, Ubuntu, etc.
–choice flavor of resource configuration (vCPU, memory, user disk, ephemeral disk).
–choice security group.
–choice keypair to ssh into VM.
–specify configuration scripts (optional).
• Associate public IP with VM.
• Create private networks and associate to VMs.
• Create storage volumes and attach to VM.
12
Create keypair
You must create a keypair
to access to the servers.
13
Security groups
Create a Security Group
14
Create and edit Security Group rules
15
Launch Instances
Launch new
instance
16
Launch Instances
17
Launch Instances
18
Allocate IP to a project
Allocate new IP
19
Allocate Floating IP
20
Instances Overview
21
Access to the instance
22
FIWARE Network
• Multi-tenancy: Do I need to isolate tenants?
– Even if you trust them, you might want isolation.
– Tenant creates his own network(s) and router(s) allowing complex network
topologies for multi-tier applications.
• Create private network with subnets.
• Create router and interfaces.
• Set gateway.
• Deploy instance on network.
23
Create your own network
Create a new
Network
24
Add subnet associate to the previous network
Add subnet
25
Add subnet associate to the previous network
Add Network
Address (CIDR)
Define DNS
server
26
Create a router
Assign router
name
27
Set gateway
Assign a
gateway
to the router
28
Set gateway
Select the
network
29
Assign subnet
Double Click on
the
router name
30
Assign subnet
Add interface
(subnet)
31
Assign subnet
Select the network
to connect
32
Deploy a new instance: Networking
Select the network
to connect
33
Create a volume
34
Attach a volume to an instance
35
Volume attached
36
FIWARE Object Store, i.e. OpenStack Swift
• Create container
• Upload objects, i.e. files
• Download objects
• Storlets (to be deployed)
– Small computer programs that can be deployed and get executed inside a Swift cluster in an isolated manner.
– Bring the compute to the data thus saving on the bandwidth required to bring the data to the compute.
– Based on a Swift cluster empowered with the storlet engine Swift middleware and Docker, which allows the execution
of user written code inside Swift in an isolated manner.
Object Storage API
• http://forge.fi-ware.org/plugins/mediawiki/wiki/fiware/index.php/Object_Storage_-
_User_and_Programmers_Guide
• 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://130.206.82.9:8080/v1/AUTH_tenantId
38
FIWARE Lab: PaaS, working with
Blueprints
39
FIWARE PaaS
• Deploying components for your application.
• Create blueprint templates.
• Create Tiers on a blueprint template.
• Launch blueprint templates -> create blueprint instances.
• See details of the blueprint instance.
• Check the SW installed on the blueprint instance.
40
Real scenario
• Users want to define lots of parameters.
– Password, ports, default installation.
• Users want to install several things in the same server.
– Tomcat + git, tomcat + java + git, …
• Users need to deploy complex environment.
– One server for Tomcat, another for MySQL, …
• Some parameters are unknown before instantiate the system.
41
Deploy example
Blueprint template: fiware1
• Blueprint Template: platform specification to be deployed.
• Tier: Each kind of software and server to be deployed.
• Each Tier can be deployed in one or several servers (e.g.
tomcat, 2-5 servers).
• Blueprint Instance: Deployed in the testbed.
Tier 1: Tomcat
Tier 2: Context Broker Tier 3: MongoDB
Server: 1 Server: 1
Servers: 2-5
Context Broker
Context Broker
42
Create a new blueprint template
43
Press the option
“Blueprint Templates”
from menu
You can open the Catalog of
Blueprint Template or create
one
from the scratch.
Create a new blueprint template
44
You should introduce the
“Name” and the
“Description”.
Add tiers
45
To add new Tier,
press “hh-template” name.
Add tiers
46
After press “Add Tier” you see
this windows to define
the servers of this tier.
You must select a Keypair
to access to those servers.
You should specify the
maximum, minimum and
current
number of servers
Add software in tier
47
Install software pressing
the mouse right click.
Add software in tier
48
Edit special attributes like
default port.
Add software in tier
49
Connect network
50
Drag&Drop the network
to connect the tier..
Introduce an alias to
connect
together several tiers.
Topology
51
Launch a Blueprint Template -> Blueprint Instance
52
Press “Action” and select
“Launch Template” to launch
the Instance.
Launch a Blueprint Template -> Blueprint Instance
53
You should specify the “Name”
and “Description” for
your blueprint.
Demo
54
Firstly, the deployment
of infrastructure.
Demo
55
Secondly, the
installation
of the software.
Demo
56
Finally, if all was ok.
Pressing the name you can
see the tiers of this blueprint.
Demo
57
Press it to get information
of your server.
Demo
58
Reference Information
59
Documentation
• FIWARE Cloud Portal:
– Documentation: http://catalogue.fi-ware.org/enablers/self-service-interfaces-cloud-portal-
upm
• FIWARE Cloud Infrastructure
– Account: http://catalogue.fi-ware.org/enablers/identity-management-keyrock
– SDC: http://catalogue.fi-ware.org/enablers/software-deployment-configuration-sagitta
– PaaS Manager: http://catalogue.fi-ware.org/enablers/paas-manager-pegasus
• FIWARE eLearning Platform
– http://edu.fi-ware.org/
• More detailed presentation
– Slides: http://tinyurl.com/fiwarelab-cloud
60
Fiware cloud developers week brussels
If you have any question or problem contact to
fiware-lab-help@lists.fi-ware.org
You can go to stackoverflow and ask question with
the tag fiware and/or filab.
62
Fiware cloud developers week brussels
Thanks!Thanks!

More Related Content

PPTX
Setting up your virtual infrastructure using FIWARE Lab Cloud
PPTX
Simple docker hosting on fiware lab
PDF
Setting up your virtual infrastructure using fi-lab cloud
PDF
Join FIWARE Lab
PPTX
Fiware cloud capabilities_and_setting_up_your_environment
PDF
FIWARE Lab
PDF
Openstack 101
PPTX
How to deploy spark instance using ansible 2.0 in fiware lab v2
Setting up your virtual infrastructure using FIWARE Lab Cloud
Simple docker hosting on fiware lab
Setting up your virtual infrastructure using fi-lab cloud
Join FIWARE Lab
Fiware cloud capabilities_and_setting_up_your_environment
FIWARE Lab
Openstack 101
How to deploy spark instance using ansible 2.0 in fiware lab v2

What's hot (20)

PPTX
Building Your Own IoT Platform using FIWARE GEis
PPTX
Simple docker hosting in FIWARE Lab
PPTX
Federating new FIWARE Lab nodes
PDF
OpenStack: Security Beyond Firewalls
PPTX
How to Develop OpenStack
PPTX
Alfresco Certificates
PPTX
(Re)Indexing Large Repositories in Alfresco
PPTX
Elk ruminating on logs
PDF
Hacking on OpenStack\'s Nova source code
PDF
Introducing Gridiron Security and Compliance Management Platform and Enclave ...
PPTX
Discovering the 2 in Alfresco Search Services 2.0
PDF
Deploying Containerised Open-Source CSP Platforms
PDF
Security model for a remote company
PPTX
Cosmos, Big Data GE Implementation
PPTX
Service Discovery using etcd, Consul and Kubernetes
PPT
Security Issues in OpenStack
PDF
NATS: Simple, Secure and Scalable Messaging For the Cloud Native Era
PPTX
OpenStack Security Project
PDF
OpenStack Architecture
PPT
Shmoocon 2013 - OpenStack Security Brief
Building Your Own IoT Platform using FIWARE GEis
Simple docker hosting in FIWARE Lab
Federating new FIWARE Lab nodes
OpenStack: Security Beyond Firewalls
How to Develop OpenStack
Alfresco Certificates
(Re)Indexing Large Repositories in Alfresco
Elk ruminating on logs
Hacking on OpenStack\'s Nova source code
Introducing Gridiron Security and Compliance Management Platform and Enclave ...
Discovering the 2 in Alfresco Search Services 2.0
Deploying Containerised Open-Source CSP Platforms
Security model for a remote company
Cosmos, Big Data GE Implementation
Service Discovery using etcd, Consul and Kubernetes
Security Issues in OpenStack
NATS: Simple, Secure and Scalable Messaging For the Cloud Native Era
OpenStack Security Project
OpenStack Architecture
Shmoocon 2013 - OpenStack Security Brief
Ad

Similar to Fiware cloud developers week brussels (20)

PPTX
Setting up your virtual infrastructure using FIWARE Lab Cloud
PPTX
Intro to the FIWARE Lab
PDF
Masterless Puppet Using AWS S3 Buckets and IAM Roles
PPTX
Setting up your virtual infrastructure using fi lab cloud webminar
PPTX
Devnet 1005 Getting Started with OpenStack
PPTX
Federico Michele Facca - FIWARE Primer - Learn FIWARE in 60 Minutes
PPTX
FIWARE Primer - Learn FIWARE in 60 Minutes
PPTX
Cloud Platform Symantec Meetup Nov 2014
PPTX
Quick overview of Openstack architecture
PPTX
Private Cloud with Open Stack, Docker
PPTX
Workshop - Openstack, Cloud Computing, Virtualization
PPTX
Openstack workshop @ Kalasalingam
PPTX
The Challenges of Becoming Cloud Native
PPTX
What's new in Docker - InfraKit - Docker Meetup Berlin 2016
PDF
As a Service: Cloud Foundry on OpenStack - Lessons Learnt
PPT
PowerPoint Presentation
PDF
"OpenStack — more than just software". Tom Fifield, OpenStack
PPTX
DR_PRESENT 1
PDF
Proto kubernetes onswitc_hengines_tue100418
PPT
.NET Core Apps: Design & Development
Setting up your virtual infrastructure using FIWARE Lab Cloud
Intro to the FIWARE Lab
Masterless Puppet Using AWS S3 Buckets and IAM Roles
Setting up your virtual infrastructure using fi lab cloud webminar
Devnet 1005 Getting Started with OpenStack
Federico Michele Facca - FIWARE Primer - Learn FIWARE in 60 Minutes
FIWARE Primer - Learn FIWARE in 60 Minutes
Cloud Platform Symantec Meetup Nov 2014
Quick overview of Openstack architecture
Private Cloud with Open Stack, Docker
Workshop - Openstack, Cloud Computing, Virtualization
Openstack workshop @ Kalasalingam
The Challenges of Becoming Cloud Native
What's new in Docker - InfraKit - Docker Meetup Berlin 2016
As a Service: Cloud Foundry on OpenStack - Lessons Learnt
PowerPoint Presentation
"OpenStack — more than just software". Tom Fifield, OpenStack
DR_PRESENT 1
Proto kubernetes onswitc_hengines_tue100418
.NET Core Apps: Design & Development
Ad

More from Fernando Lopez Aguilar (20)

PDF
Introduction to FIWARE technology
PDF
DW2020 Data Models - FIWARE Platform
PPTX
FIWARE and Smart Data Models
PPTX
How to deploy a smart city platform?
PPTX
Building the Smart City Platform on FIWARE Lab
PDF
Data Modeling with NGSI, NGSI-LD
PDF
FIWARE and Robotics
PDF
Big Data and Machine Learning with FIWARE
PDF
Operational Dashboards with FIWARE WireCloud
PDF
Creating a Context-Aware solution, Complex Event Processing with FIWARE Perseo
PDF
FIWARE Identity Management and Access Control
PDF
Data persistency (draco, cygnus, sth comet, quantum leap)
PDF
How to debug IoT Agents
PDF
Core Context Management
PDF
What is an IoT Agent
PDF
FIWARE Overview
PDF
Overview of the FIWARE Ecosystem
PPTX
Cloud and Big Data in the agriculture sector
PDF
Berlin OpenStack Summit'18
PPTX
Context Information Management in IoT enabled smart systems - the basics
Introduction to FIWARE technology
DW2020 Data Models - FIWARE Platform
FIWARE and Smart Data Models
How to deploy a smart city platform?
Building the Smart City Platform on FIWARE Lab
Data Modeling with NGSI, NGSI-LD
FIWARE and Robotics
Big Data and Machine Learning with FIWARE
Operational Dashboards with FIWARE WireCloud
Creating a Context-Aware solution, Complex Event Processing with FIWARE Perseo
FIWARE Identity Management and Access Control
Data persistency (draco, cygnus, sth comet, quantum leap)
How to debug IoT Agents
Core Context Management
What is an IoT Agent
FIWARE Overview
Overview of the FIWARE Ecosystem
Cloud and Big Data in the agriculture sector
Berlin OpenStack Summit'18
Context Information Management in IoT enabled smart systems - the basics

Recently uploaded (20)

PDF
Chapter 3 Spatial Domain Image Processing.pdf
PPTX
Big Data Technologies - Introduction.pptx
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PPTX
Cloud computing and distributed systems.
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PDF
NewMind AI Monthly Chronicles - July 2025
PDF
Bridging biosciences and deep learning for revolutionary discoveries: a compr...
PDF
NewMind AI Weekly Chronicles - August'25 Week I
PDF
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
PDF
Spectral efficient network and resource selection model in 5G networks
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PDF
Shreyas Phanse Resume: Experienced Backend Engineer | Java • Spring Boot • Ka...
PDF
cuic standard and advanced reporting.pdf
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PPTX
PA Analog/Digital System: The Backbone of Modern Surveillance and Communication
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PPT
“AI and Expert System Decision Support & Business Intelligence Systems”
Chapter 3 Spatial Domain Image Processing.pdf
Big Data Technologies - Introduction.pptx
Per capita expenditure prediction using model stacking based on satellite ima...
Cloud computing and distributed systems.
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
NewMind AI Monthly Chronicles - July 2025
Bridging biosciences and deep learning for revolutionary discoveries: a compr...
NewMind AI Weekly Chronicles - August'25 Week I
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
Spectral efficient network and resource selection model in 5G networks
Mobile App Security Testing_ A Comprehensive Guide.pdf
Dropbox Q2 2025 Financial Results & Investor Presentation
Shreyas Phanse Resume: Experienced Backend Engineer | Java • Spring Boot • Ka...
cuic standard and advanced reporting.pdf
Agricultural_Statistics_at_a_Glance_2022_0.pdf
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PA Analog/Digital System: The Backbone of Modern Surveillance and Communication
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
“AI and Expert System Decision Support & Business Intelligence Systems”

Fiware cloud developers week brussels

  • 1. FIWARE Cloud Fernando López Telefónica I+D Cloud Architects, FIWARE fernando.lopezaguilar@telefonica.com, @flopezaguilar Kenneth Nagin IBM Cloud Chapter Lead, FIWARE nagin@il.ibm.com
  • 2. Content • FIWARE Lab Cloud Hosting: Overview and Architecture • FIWARE Lab: Basic functionalities –FIWARE Compute Services –FIWARE Network Services –FIWARE Storage Services • FIWARE Lab: PaaS, working with Blueprints • Reference Information 2
  • 3. FIWARE Lab Cloud Hosting: Overview and Architecture 3
  • 4. FIWARE Lab Cloud Hosting 4
  • 5. FIWARE Lab Cloud Hosting Cloud Portal PaaS SDC Monitoring Account 5 Compute Object Storage
  • 6. Summary •Account: Manages identity and organizations; provides authentication and authorization for other services (OpenStack Keystone) •Compute: Manages the lifecycle of compute instances. Responsibilities include spawning, scheduling and decommissioning of VMs (OpenStack Nova) •Network: Enable Network-Connectivity-as-a-Service for other services, e.g. Compute, (OpenStack Neutron) •Storage: – Persistent block storage for running compute instances (OpenStack Cinder) – Stores and retrieves arbitrary unstructured data object and provide storage for other services, e.g. Image, (OpenStack Swift) • Image: Stores and retrieves VM disk images used by compute (OpenStack Glance) • Monitoring: Monitoring information about VMs • SDC: Deploying Software in VMs • PaaS Manager – Working with regions – Creating Tiers and deploying Blueprints 6
  • 8. FIWARE Lab Cloud – Multiregion 8
  • 9. Account • Creating an account – https://account.lab.fi-ware.org • Understanding organizations – Mapped to OS tenants • Signing in in Cloud Portal – https://cloud.lab.fi-ware.org – SSO 9
  • 10. Add new user Enter your email and password to access to the FIWARE Lab. If you do not have it or forgot it, sign up or request for a new one. 10
  • 11. FIWARE Lab: Basic functionalities 11
  • 12. FIWARE Lab: Basic functionalities • Create keypair (private key) • Create security group (incoming ports to VM, e.g. 22 for ssh) • Deploy an instance –choice from a library of predefined images, e.g. Centros, Ubuntu, etc. –choice flavor of resource configuration (vCPU, memory, user disk, ephemeral disk). –choice security group. –choice keypair to ssh into VM. –specify configuration scripts (optional). • Associate public IP with VM. • Create private networks and associate to VMs. • Create storage volumes and attach to VM. 12
  • 13. Create keypair You must create a keypair to access to the servers. 13
  • 14. Security groups Create a Security Group 14
  • 15. Create and edit Security Group rules 15
  • 19. Allocate IP to a project Allocate new IP 19
  • 22. Access to the instance 22
  • 23. FIWARE Network • Multi-tenancy: Do I need to isolate tenants? – Even if you trust them, you might want isolation. – Tenant creates his own network(s) and router(s) allowing complex network topologies for multi-tier applications. • Create private network with subnets. • Create router and interfaces. • Set gateway. • Deploy instance on network. 23
  • 24. Create your own network Create a new Network 24
  • 25. Add subnet associate to the previous network Add subnet 25
  • 26. Add subnet associate to the previous network Add Network Address (CIDR) Define DNS server 26
  • 27. Create a router Assign router name 27
  • 30. Assign subnet Double Click on the router name 30
  • 32. Assign subnet Select the network to connect 32
  • 33. Deploy a new instance: Networking Select the network to connect 33
  • 35. Attach a volume to an instance 35
  • 37. FIWARE Object Store, i.e. OpenStack Swift • Create container • Upload objects, i.e. files • Download objects • Storlets (to be deployed) – Small computer programs that can be deployed and get executed inside a Swift cluster in an isolated manner. – Bring the compute to the data thus saving on the bandwidth required to bring the data to the compute. – Based on a Swift cluster empowered with the storlet engine Swift middleware and Docker, which allows the execution of user written code inside Swift in an isolated manner.
  • 38. Object Storage API • http://forge.fi-ware.org/plugins/mediawiki/wiki/fiware/index.php/Object_Storage_- _User_and_Programmers_Guide • 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://130.206.82.9:8080/v1/AUTH_tenantId 38
  • 39. FIWARE Lab: PaaS, working with Blueprints 39
  • 40. FIWARE PaaS • Deploying components for your application. • Create blueprint templates. • Create Tiers on a blueprint template. • Launch blueprint templates -> create blueprint instances. • See details of the blueprint instance. • Check the SW installed on the blueprint instance. 40
  • 41. Real scenario • Users want to define lots of parameters. – Password, ports, default installation. • Users want to install several things in the same server. – Tomcat + git, tomcat + java + git, … • Users need to deploy complex environment. – One server for Tomcat, another for MySQL, … • Some parameters are unknown before instantiate the system. 41
  • 42. Deploy example Blueprint template: fiware1 • Blueprint Template: platform specification to be deployed. • Tier: Each kind of software and server to be deployed. • Each Tier can be deployed in one or several servers (e.g. tomcat, 2-5 servers). • Blueprint Instance: Deployed in the testbed. Tier 1: Tomcat Tier 2: Context Broker Tier 3: MongoDB Server: 1 Server: 1 Servers: 2-5 Context Broker Context Broker 42
  • 43. Create a new blueprint template 43 Press the option “Blueprint Templates” from menu You can open the Catalog of Blueprint Template or create one from the scratch.
  • 44. Create a new blueprint template 44 You should introduce the “Name” and the “Description”.
  • 45. Add tiers 45 To add new Tier, press “hh-template” name.
  • 46. Add tiers 46 After press “Add Tier” you see this windows to define the servers of this tier. You must select a Keypair to access to those servers. You should specify the maximum, minimum and current number of servers
  • 47. Add software in tier 47 Install software pressing the mouse right click.
  • 48. Add software in tier 48 Edit special attributes like default port.
  • 49. Add software in tier 49
  • 50. Connect network 50 Drag&Drop the network to connect the tier.. Introduce an alias to connect together several tiers.
  • 52. Launch a Blueprint Template -> Blueprint Instance 52 Press “Action” and select “Launch Template” to launch the Instance.
  • 53. Launch a Blueprint Template -> Blueprint Instance 53 You should specify the “Name” and “Description” for your blueprint.
  • 56. Demo 56 Finally, if all was ok. Pressing the name you can see the tiers of this blueprint.
  • 57. Demo 57 Press it to get information of your server.
  • 60. Documentation • FIWARE Cloud Portal: – Documentation: http://catalogue.fi-ware.org/enablers/self-service-interfaces-cloud-portal- upm • FIWARE Cloud Infrastructure – Account: http://catalogue.fi-ware.org/enablers/identity-management-keyrock – SDC: http://catalogue.fi-ware.org/enablers/software-deployment-configuration-sagitta – PaaS Manager: http://catalogue.fi-ware.org/enablers/paas-manager-pegasus • FIWARE eLearning Platform – http://edu.fi-ware.org/ • More detailed presentation – Slides: http://tinyurl.com/fiwarelab-cloud 60
  • 62. If you have any question or problem contact to fiware-lab-help@lists.fi-ware.org You can go to stackoverflow and ask question with the tag fiware and/or filab. 62