SlideShare a Scribd company logo
1 of 45
Download to read offline
Introduction to OpenMANO_
Network Innovation & Virtualisation
Global CTO Unit
GERARDO GARCÍA
Network Virtualisation Initiative @ GCTO Unit
gerardo.garciadeblas@telefonica.com
How much do we know about NFV?
Let’s do an exam
Questions about NFV architecture (I)
1. How many VMs is a VNF composed of?
• One
• Two
• At least one
• No more than 8
2. Does a VNF have internal networks?
• Yes
• Maybe
• No
3. According to ETSI NFV, what is a Network Service*?
• A forwarding graph of Network Functions (NFs) interconnected by
supporting network infrastructure
• Subset of the end to end service formed by Virtualised Network
Functions and associated Virtual Links instantiated on the NFVI
(*) Sources:
First definition: ETSI GS NFV 002 V1.2.1 ”Network Functions Virtualisation (NFV); Architectural Framework”, December 2014, p. 11
Second definition: ETSI GS NFV-MAN 001 V1.1.1 “Network Functions Virtualisation (NFV); Management and Orchestration”, December 2014, p.61
Network service in ETSI
(*) Source: ETSI GS NFV-MAN 001 V1.1.1 “Network Functions Virtualisation (NFV); Management and Orchestration”, December 2014, p.60
(**) Source: ETSI GS NFV-MAN 001 V1.1.1 “Network Functions Virtualisation (NFV); Management and Orchestration”, December 2014, p.61
Topology of VNFs and links* Forwarding path for specific flows**
In OpenMANO we avoid the use of the term ‘Network Service’.
Instead, we use the term ‘Network Scenario’, which refers to a
network topology consisting of VNFs and the networks/links used to
interconnect them
Questions about NFV architecture (II)
5. Who interacts with the infrastructure for the on-boarding of a VM?
• VIM
• VNF Manager
• NFV Orchestrator
• OSS / Network operator guy
6. Who gives the order to on-board a VM instance?
• VIM
• VNF Manager
• NFV Orchestrator
• OSS / Network operator guy
7. Who interacts with the infrastructure to create the connectivity
between 2 VMs?
• VIM
• VNF Manager
• NFV Orchestrator
• OSS / Network operator guy
8. Who gives the order of creating a network between 2 VMs?
• VIM
• VNF Manager
• NFV Orchestrator
• OSS / Network operator guy
NFVO-centric vs VNFM-centric
OpenMANO follows an NFVO-centric approach,
with a simplified VNF instance lifecycle management
at the NFVO (VNF instantiation and termination)
• Interaction with VIM for VM
deployment is done by VNFM
• Interaction with VIM to create
networks/links between VMs of a
VNF done by VNFM
• VNF instance lifecycle exclusively
managed by VNFM
• Networks/links between VNFs
managed by NFVO
VNFM-centric
• Interaction with VIM for VM
deployment is done by NFVO
• Interaction with VIM to create
networks/links between VMs of a
VNF is done by NFVO
• VNF lifecycle management function
split between NFVO and VNFM
• VNF performance monitoring, fault
management and event management
done by VNFM
NFVO-centric
Questions about NFV architecture (II)
8. Who adds a new VNF to the catalogue of available VNFs?
• VIM
• VNF Manager
• NFV Orchestrator
• OSS / Network operator guy
9. Who uses the VNF catalogue for instantiating VNFs?
• VIM
• VNF Manager
• NFV Orchestrator
• OSS / Network operator guy
10. Who defines a new Network Service?
• VIM
• VNF Manager
• NFV Orchestrator
• OSS / Network operator guy
11. Where does the Network Service definition reside?
• VIM
• VNF Manager
• NFV Orchestrator
• OSS / Network operator guy
OpenMANO introduction
OpenMANO. Open WHAT?
Open: open source project released in GitHub under Apache 2
license
MANO: practical implementation of Management &
Orchestration (MANO) stack for NFV
https://github.com/nfvlabs/openmano
OpenMANO main features
• FRIENDLY FOR NETWORK ENGINEERS
• NETWORK SCENARIOS & SNAPSHOTS
• Provides NFVO & VIM (+ GUI and CLI)
• Support for HIGH PERFORMANCE VNFs
(EPA-aware)
• REST-BASED APIs, OpenStack-friendly
• MULTI-VENDOR by design
• No formal integration needed
• Assures optimal VNF deployment and IXC
• >30 VNFs tested
• OpenMANO code @ GitHub:
o Python-based
o 37k code lines
o Released with Apache 2 license
o 24 forks
OpenMANO works with network scenarios via descriptors…
VNF
VNF
VNF
VNF
VNF
VM
VM VM
VM
VM
VM
VM
VM VM
VNF
VNF
VNF
VM
VM VM
VM
VM
VM
VM
VM VM
NS
(NETWORK SCENARIO)
VNF
(SW-BASED NODE)
+
-
Abstraction
VM
(DEPLOYMENT UNIT)
… providing Enhanced Platform Awareness (EPA) natively…
x100
Line rate with 192
bytes frame size
x100
Having x100 times better scalability should be sufficiently
appealing! 
With the right exposure of HW resources to the VNFs, carrier-grade
performance can be achieved.
…while a comprehensive set of connectivities is available
Support of L2 networks with
passthrough, SR-IOV or virtio
interfaces:
• E-Line
• E-LAN
Traditional E-LAN based on virtual
bridges/switches is still supported
VNF VNF
VNF VNF
VNF VNF
This combination hides low-level complexity to network
engineers while assures consistent deployments
OpenMANO components
openvim: the VIM module
Openvim: the VIM module (I)
Relation to NFVI
OpenFlow
Controller
(FloodLight)
Image
storage
NFV Infrastructure
openvim
server
OpenFlow switch
openvim
API
OFC
API
Compute nodes
openvim
client
openMANO
Openvim + OFC controller (Floodlight) = NFV VIM
- Interaction with compute nodes through libvirt
- Tested on compute nodes based on Intel Xeon E5 processors, Linux as host OS, KVM as
hypervisor
- Openflow switch controlled by proactive rules
- Image storage based on NAS. Image uploading is not managed by openvim
Openvim: the VIM module (II)
Modes of operation
4 modes to run openvim
MODE Purpose Required
infrastructure
normal Regular operation Compute nodes
OpenFlow switch
host only Deploy without OpenFlow
switch and without OFC
Compute nodes
development VNF development
(deploys without EPA)
“Low performance”
compute node
test Test openMANO
installation and API
-
Openvim: the VIM module (III)
Main characteristics
• Host mgmt
o Administrative primitive (managed by an independent thread)
o Host addition can be automatic or manual through a YAML file
o Hosts can be administratively set up or down
• Tenant mgmt
o Tenants delimit the property and scope of flavors, images, vms,
nets, etc.
o No identity mgmt: neither users nor roles
• Networks mgmt
o Networks are pure L2 networks:
 ptp: used to create an E-Line service between two data plane
interfaces
 data: used to create an E-LAN service with data plane interfaces
 bridge_data: used to create an E-LAN service based on pre-
provisioned linux bridges
o No concept of subnet
o Public vs private (tenant scope)
ADMINISTRATIVE
PRIMITIVE
ORDINARY USE
ORDINARY USE
ORDINARY USE TO
CREATE
PUBLIC/SHARED
NETWORKS
Openvim: the VIM module (IV)
Main characteristics
• Ports mgmt
o Ports are attached to networks (similarly to OpenStack)
o 2 types of ports:
 Instance-related ports: VM interfaces created and deleted as part of the
VM life cycle
 External ports: set explicitly by the network administrator in order to
define connections to PNF or external networks physically attached to
the Openflow switch
• Image mgmt
o Image uploading to the image repo must be done manually by the
end user
o Support of incremental images
• Flavor mgmt
o Openstack-like, but with new fields to indicate EPA requirements
• VM instance mgmt
o Besides traditional primitives (create, delete, list), allows actions
over VMs (shutdown, start, pause, resume, rebuild, reboot)
ORDINARY USE TO
CREATE
EXTERNAL PORTS
ADMINISTRATIVE
PRIMITIVE
TYPICALLY USED
BY OPENMANO
MODULE
TYPICALLY USED
BY OPENMANO
MODULE
ORDINARY USE
Openvim: the VIM module (V)
Components
VIM
DB
host_thread
openflow_thread
openvimd
OpenFlow
Controller
FloodLight
vim_schema
utils
vim_db
httpserver
OPENVIM
Image
storage
Northbound API
openvimd.py
- Main program
host_thread.py
- Thread that interacts with the
compute node through libvirt to
manage VM instances
- One thread per compute node
httpserver.py
- Thread that manage
northbound API requests
- Two threads, for common
requests and for administrative
ones
vim_db.py
- Module used to interact with
the openvim DB
- General table management and
transactional-based writings
vim_schema.py
- Dictionary schemas used to
validate API request content
using jsonschema library
openflow_thread.py
- Interacts with an OpenFlow
Floodligth controller to create
dataplane connections
Openvim: the VIM module (VI)
Northbound API
REST-based API, intentionally similar to Openstack API
Example 1. Removing a flavor
Request: DELETE /openvim/{tenant_id}/flavors/{flavor_id}
Response: 200 OK, 400 Bad Request, …
Example 2. Listing images
Request: GET /openvim/{tenant_id}/images
Response:
200 OK
{
"images": [
{ "id": "70a599e0-31e7-49b7-b260-868f441e862b", "path": /opt/image1.raw", "name": “image1"},
{ "id": "155d900f-4e14-4e4c-a73d-069cbf4541e6", "path": "/opt/image2.qcow2", "name": “image2“}
]
}
Openvim: the VIM module (VII)
Northbound API documentation
URL: http://github.com/nfvlabs/openmano/raw/master/docs/openvim-
api-0.6.pdf
Openvim: the VIM module (VIII)
Other details
• openvimd.cfg -> configuration file
o Mode of operation
o IP addresses and ports where the HTTP servers is listening to API
requests
o OFC parameters
o DB parameters
• openvim client, Python-based
$ openvim -h
usage: openvim [-h] [--version]
{config,image-list,image-create,image-delete,image-edit,vm-list,vm-
create,vm-delete,vm-edit,vm-shutdown,vm-start,vm-rebuild,vm-reboot,vm-createImage,port-
list,port-create,port-delete,port-edit,port-attach,port-detach,host-list,host-add,host-
remove,host-edit,host-up,host-down,net-list,net-create,net-delete,net-edit,net-up,net-
down,flavor-list,flavor-create,flavor-delete,flavor-edit,tenant-list,tenant-
create,tenant-delete,tenant-edit,openflow-port-list,openflow-clear-all,openflow-net-
reinstall,openflow-net-list}
...
User program to interact with OPENVIM-SERVER (openvimd)
OpenMANO components
openmano: the NFVO module
Openmano: the NFVO module (I)
Introduction
openmano
client
openvim
server
openmano
server
openMANO
openmano
API
openvim
API
CHARACTERISTICS
• In spite of the name, it’s an NFVO
• Simple VNFM role: simplified VNF
instance lifecycle management
(VNF instantiation and termination)
• Hides complexity to the network
engineer:
o No compute nodes
o No VMs
o Just nodes and links
• VNF catalogue
• NS definitions
• NS instance creation and termination
(and associated VNF creation)
Openmano: the NFVO module (II)
Tenant and datacenter management
• Tenant mgmt
o Tenants delimit the property and scope of VNF and NS, and the
actions over them (instantiation, termination)
o Separate from openvim tenant space
 Different programs with different databases
• Datacenter mgmt
o A new datacenter must be added in order to interact with a specific
pool of resources. The datacenter is characterized by:
 type: openvim (in the future, openstack)
 URL of the VIM that manage that datacenter
o Datacenters are not directly available to tenants
o An NFVO tenant must be attached to a datacenter and a VIM tenant
o Datacenter nets can be inherited as external networks to be used
Openmano: the NFVO module (III)
VNF concept and structure
• VNF: SW-based network function that can be deployed on an NFV
datacenter
• VNF definition vs VNF instance  class vs object
• VNF structure: VNFCs/VMs, internal-connections, external-connections
Single-VM VNF Multi-VM VNF
Openmano: the NFVO module (IV)
VNF descriptor
Name: unique name of the VNF
Description
External-connections:
• External interfaces of that VNF that can be connected in an NS to other VNFs or
networks
• Properties:
• name
• type: mgmt/bridge/data
• mapping to a VNFC interface
Internal-connections:
• It defines how VNFC/VMs are interconnected. This property is only required in
case of VNFs consisting of several VMs
• Properties:
• name
• type: mgmt/bridge/data
• list of interconnected VNFC/VMs (and their interfaces)
VNFC:
• List of components or virtual machines this VNF is composed of.
Openmano: the NFVO module (V)
VNF descriptor (continuation)
VNFC properties:
• name
• description
• image path:
• When a new VNF is added to the catalogue, new VM images are created in
openvim for each VNFC based on this path
• vcpus: number of virtual CPUs (traditional cloud requirement
• ram: number of virtual CPUs (traditional cloud requirement
• bridge-ifaces: virtio interfaces with no high I/O performance requirements.
They will be attached to Linux bridges in the host.
• numas: CPU, memory and interface requirements for high I/O performance
• CPU type (cores, paired threads, threads), number and pinning
• Memory (number of 1G hugepages)
• Interface details:
• Type: passthrough, VLAN-based SRIOV, MAC-based SRIOV
• Bandwidth
• Virtual PCI to assure appropriate identification at the VM
• devices: additional devices can be included (disk, cdrom, etc.) in this section
TRADITIONAL
REQUIREMENTS
EPA
REQUIREMENTS
Openmano: the NFVO module (VI)
NS concept and structure
• NS: topologies of VNFs and their interconnections
• NS definition vs NS instance  class vs object
• NS structure: VNFs, external networks, point-to-multipoint networks
and connections
Simple Complex
Openmano: the NFVO module (VII)
NS descriptor
Name: unique name of the network scenario
Description
Topology: defines the nodes and their connections
Nodes
• Type
 VNF (for a VNF)
 network (for a internal/private scenario point-to-multipoint network). Point-to-point
data plane networks can be omitted
 external_network (for a datacenter network, previously created as external/public).
• VNF model Type (only for VNF): must match a previosly created VNF
• model (only for networks):
 name of the network (in case of external/public datacenter network)
 bridge_net (for control plane internal/private networks)
 dataplane_net (for data plane internal/private networks)
Connections:
• name
• list of nodes (VNFs and networks) that must be interconnected together.
Openmano: the NFVO module (VIII)
Components
MANO
DB
openmanodhttpserver
nfvo_db
openmano_schemas
utils
nfvo
vimconnector
openvim
OPENMANO
Northbound API
openmanod.py
- Main program
httpserver.py
- Thread that manage northbound
API requests
nfvo.py
- NFVO engine, implementing all the
methods for the creation, deletion
and management of vnfs, scenarios
and instances
nfvo_db.py
- Module used to interact with the
openmano DB
openmano_schemas.py
- Dictionary schemas used to
validate API request and response
content using jsonschema library
vimconnector.py
- Interacts with an openvim-based VIM
through the openvim API
Openmano: the NFVO module (IX)
Northbound API
• REST-based API
• Not yet documented
Example 1. Removing a VNF
Request: DELETE /openmano/{tenant_id}/vnfs/{vnf_id}
Response: 200 OK, …
Example 2. Listing network scenarios
Request: GET /openmano/{tenant_id}/scenarios
Response:
200 OK
{
"scenarios": [
{
"uuid": "ec1d744e-f56b-11e4-874f-52540032c4fa",
"created_at": "2015-05-08T12:20:59",
"description": "Simple network scenario consisting of a single VNF connected to an external network",
"name": "simple",
"public": false
},
]
}
Openmano: the NFVO module (X)
Other details
• openmanod.cfg -> configuration file
o IP address and port where the HTTP server is listening to API
requests
o DB parameters
o VNF repo folder where copies of the VNFD will be stored
• openmano client, Python-based
$ openmano -h
usage: openmano [-h] [--version]
{config,vnf-create,vnf-list,vnf-delete,scenario-create,scenario-
list,scenario-delete,scenario-deploy,scenario-verify,instance-scenario-list,instance-
scenario-delete,tenant-create,tenant-delete,tenant-list,tenant-edit,datacenter-
edit,datacenter-create,datacenter-delete,datacenter-list,datacenter-attach,datacenter-
detach,datacenter-net-edit,datacenter-net-update,datacenter-net-delete,datacenter-net-
list}
...
User program to interact with OPENMANO-SERVER (openmanod)
OpenMANO components
openmano-gui: web-based interface
Openmano-gui: the web-based interface (I)
Relation to openmano
Web browser
(e.g. Chrome, Firefox)
openmano
server
openMANO
openmano
API
openmano-gui
CHARACTERISTICS
• Access to network scenario
definitions and instances
• Drag&drop scenario builder with
access to the VNF catalogue
• Actions over network scenario
instances (stop, shutdown, delete,
deploy) and over specific VNF
instances inside an NS instance
CONFIGURATION
• config.php: configuration file
Openmano-gui: the web-based interface (II)
NS definitions and instances
Button to access NS builder
NS definition
NS instance (currently running)
Openmano-gui: the web-based interface (III)
NS builder
Catalogue of VNFs and
external/public networks
Drag & drop panel
Openmano-gui: the NFVO module (V)
Actions over NS instances
Status of VNF instances (and their VM instances)
Available actions
Summary and future work
OpenMANO addresses successfully network creation,
becoming a sound foundation for further automation
VNF AND NS DESCRIPTORS MAKE NETWORK DESIGN SIMPLE
EPA SUPPORT (NFVO & VIM)
PROPER VARIETY OF L2 CONNECTIVITIES
VNF ON-BOARDING DOES NOT REQUIRE FORMAL INTEGRATION
• Abstract models that hide complexity to
network engineer: just nodes and links
interconnecting them
• Allows to deploy for high performance
• Passthrough, SR-IOV, Virtio
• E-Line & E-LAN
• Descriptor-based (openly available)
VNF VNF
VNF VNF
VNF VNF
E-Line E-LAN
Current work areas
Improved VNF life-cycle management
Integration with ODL controller
Multi-VIM support (EPA-ready Openstack)
Want to know more about OpenMANO?
Fresh ideas and enthusiastic contributors
are always welcome!
https://github.com/nfvlabs/openmano
All info at:
nfvlabs@tid.esQuestions/feedback/suggestions:
More details in afternoon talk:
OpenMANO: set up and usage
E-Mail: gerardo.garciadeblas@telefonica.com
Twitter: @garciadeblas
COMMENTS / QUESTIONS
GitHub: https://github.com/nfvlabs/openmano
E-Mail: nfvlabs@tid.es
ABOUT OpenMANO

More Related Content

What's hot

もっとも簡単なKubernetes構築 on Raspberry pi (July tech festa winter 2021)
もっとも簡単なKubernetes構築 on Raspberry pi  (July tech festa winter 2021)もっとも簡単なKubernetes構築 on Raspberry pi  (July tech festa winter 2021)
もっとも簡単なKubernetes構築 on Raspberry pi (July tech festa winter 2021)Kamon Nobuchika
 
eBPF - Observability In Deep
eBPF - Observability In DeepeBPF - Observability In Deep
eBPF - Observability In DeepMydbops
 
クラウドDWHとしても進化を続けるPivotal Greenplumご紹介
クラウドDWHとしても進化を続けるPivotal Greenplumご紹介クラウドDWHとしても進化を続けるPivotal Greenplumご紹介
クラウドDWHとしても進化を続けるPivotal Greenplumご紹介Masayuki Matsushita
 
KGC 2016 오픈소스 네트워크 엔진 Super socket 사용하기
KGC 2016 오픈소스 네트워크 엔진 Super socket 사용하기KGC 2016 오픈소스 네트워크 엔진 Super socket 사용하기
KGC 2016 오픈소스 네트워크 엔진 Super socket 사용하기흥배 최
 
Introduction to the Container Network Interface (CNI)
Introduction to the Container Network Interface (CNI)Introduction to the Container Network Interface (CNI)
Introduction to the Container Network Interface (CNI)Weaveworks
 
MP BGP-EVPN 실전기술-1편(개념잡기)
MP BGP-EVPN 실전기술-1편(개념잡기)MP BGP-EVPN 실전기술-1편(개념잡기)
MP BGP-EVPN 실전기술-1편(개념잡기)JuHwan Lee
 
카카오에서의 Trove 운영사례
카카오에서의 Trove 운영사례카카오에서의 Trove 운영사례
카카오에서의 Trove 운영사례Won-Chon Jung
 
Kubernetes
KubernetesKubernetes
Kuberneteserialc_w
 
오픈스택 기반 클라우드 서비스 구축 방안 및 사례
오픈스택 기반 클라우드 서비스 구축 방안 및 사례오픈스택 기반 클라우드 서비스 구축 방안 및 사례
오픈스택 기반 클라우드 서비스 구축 방안 및 사례SONG INSEOB
 
Kubernetes雑にまとめてみた 2020年8月版
Kubernetes雑にまとめてみた 2020年8月版Kubernetes雑にまとめてみた 2020年8月版
Kubernetes雑にまとめてみた 2020年8月版VirtualTech Japan Inc.
 
Kubernetes for Beginners: An Introductory Guide
Kubernetes for Beginners: An Introductory GuideKubernetes for Beginners: An Introductory Guide
Kubernetes for Beginners: An Introductory GuideBytemark
 
Volume Encryption In CloudStack
Volume Encryption In CloudStackVolume Encryption In CloudStack
Volume Encryption In CloudStackShapeBlue
 
OpenStack 인스턴스 간략 사용자_매뉴얼(liberty)_v1
OpenStack 인스턴스 간략 사용자_매뉴얼(liberty)_v1OpenStack 인스턴스 간략 사용자_매뉴얼(liberty)_v1
OpenStack 인스턴스 간략 사용자_매뉴얼(liberty)_v1Ji-Woong Choi
 
[OpenInfra Days Korea 2018] (Track 4) - Grafana를 이용한 OpenStack 클라우드 성능 모니터링
[OpenInfra Days Korea 2018] (Track 4) - Grafana를 이용한 OpenStack 클라우드 성능 모니터링[OpenInfra Days Korea 2018] (Track 4) - Grafana를 이용한 OpenStack 클라우드 성능 모니터링
[OpenInfra Days Korea 2018] (Track 4) - Grafana를 이용한 OpenStack 클라우드 성능 모니터링OpenStack Korea Community
 
Overview of Distributed Virtual Router (DVR) in Openstack/Neutron
Overview of Distributed Virtual Router (DVR) in Openstack/NeutronOverview of Distributed Virtual Router (DVR) in Openstack/Neutron
Overview of Distributed Virtual Router (DVR) in Openstack/Neutronvivekkonnect
 
Automation with ansible
Automation with ansibleAutomation with ansible
Automation with ansibleKhizer Naeem
 

What's hot (20)

もっとも簡単なKubernetes構築 on Raspberry pi (July tech festa winter 2021)
もっとも簡単なKubernetes構築 on Raspberry pi  (July tech festa winter 2021)もっとも簡単なKubernetes構築 on Raspberry pi  (July tech festa winter 2021)
もっとも簡単なKubernetes構築 on Raspberry pi (July tech festa winter 2021)
 
eBPF - Observability In Deep
eBPF - Observability In DeepeBPF - Observability In Deep
eBPF - Observability In Deep
 
クラウドDWHとしても進化を続けるPivotal Greenplumご紹介
クラウドDWHとしても進化を続けるPivotal Greenplumご紹介クラウドDWHとしても進化を続けるPivotal Greenplumご紹介
クラウドDWHとしても進化を続けるPivotal Greenplumご紹介
 
KGC 2016 오픈소스 네트워크 엔진 Super socket 사용하기
KGC 2016 오픈소스 네트워크 엔진 Super socket 사용하기KGC 2016 오픈소스 네트워크 엔진 Super socket 사용하기
KGC 2016 오픈소스 네트워크 엔진 Super socket 사용하기
 
Network virtualization
Network virtualizationNetwork virtualization
Network virtualization
 
Introduction to the Container Network Interface (CNI)
Introduction to the Container Network Interface (CNI)Introduction to the Container Network Interface (CNI)
Introduction to the Container Network Interface (CNI)
 
MP BGP-EVPN 실전기술-1편(개념잡기)
MP BGP-EVPN 실전기술-1편(개념잡기)MP BGP-EVPN 실전기술-1편(개념잡기)
MP BGP-EVPN 실전기술-1편(개념잡기)
 
Neutron packet logging framework
Neutron packet logging frameworkNeutron packet logging framework
Neutron packet logging framework
 
카카오에서의 Trove 운영사례
카카오에서의 Trove 운영사례카카오에서의 Trove 운영사례
카카오에서의 Trove 운영사례
 
Kubernetes
KubernetesKubernetes
Kubernetes
 
오픈스택 기반 클라우드 서비스 구축 방안 및 사례
오픈스택 기반 클라우드 서비스 구축 방안 및 사례오픈스택 기반 클라우드 서비스 구축 방안 및 사례
오픈스택 기반 클라우드 서비스 구축 방안 및 사례
 
Kubernetes雑にまとめてみた 2020年8月版
Kubernetes雑にまとめてみた 2020年8月版Kubernetes雑にまとめてみた 2020年8月版
Kubernetes雑にまとめてみた 2020年8月版
 
Kubernetes for Beginners: An Introductory Guide
Kubernetes for Beginners: An Introductory GuideKubernetes for Beginners: An Introductory Guide
Kubernetes for Beginners: An Introductory Guide
 
Network Service Mesh
Network Service MeshNetwork Service Mesh
Network Service Mesh
 
Kubernetes Basics
Kubernetes BasicsKubernetes Basics
Kubernetes Basics
 
Volume Encryption In CloudStack
Volume Encryption In CloudStackVolume Encryption In CloudStack
Volume Encryption In CloudStack
 
OpenStack 인스턴스 간략 사용자_매뉴얼(liberty)_v1
OpenStack 인스턴스 간략 사용자_매뉴얼(liberty)_v1OpenStack 인스턴스 간략 사용자_매뉴얼(liberty)_v1
OpenStack 인스턴스 간략 사용자_매뉴얼(liberty)_v1
 
[OpenInfra Days Korea 2018] (Track 4) - Grafana를 이용한 OpenStack 클라우드 성능 모니터링
[OpenInfra Days Korea 2018] (Track 4) - Grafana를 이용한 OpenStack 클라우드 성능 모니터링[OpenInfra Days Korea 2018] (Track 4) - Grafana를 이용한 OpenStack 클라우드 성능 모니터링
[OpenInfra Days Korea 2018] (Track 4) - Grafana를 이용한 OpenStack 클라우드 성능 모니터링
 
Overview of Distributed Virtual Router (DVR) in Openstack/Neutron
Overview of Distributed Virtual Router (DVR) in Openstack/NeutronOverview of Distributed Virtual Router (DVR) in Openstack/Neutron
Overview of Distributed Virtual Router (DVR) in Openstack/Neutron
 
Automation with ansible
Automation with ansibleAutomation with ansible
Automation with ansible
 

Viewers also liked

4. open mano set up and usage
4. open mano set up and usage4. open mano set up and usage
4. open mano set up and usagevideos
 
5. hands on - building local development environment with Open Mano
5. hands on - building local development environment with Open Mano5. hands on - building local development environment with Open Mano
5. hands on - building local development environment with Open Manovideos
 
Introduction to nfv movilforum
Introduction to nfv   movilforumIntroduction to nfv   movilforum
Introduction to nfv movilforumvideos
 
6. hands on - open mano demonstration in remote pool of servers
6. hands on - open mano demonstration in remote pool of servers6. hands on - open mano demonstration in remote pool of servers
6. hands on - open mano demonstration in remote pool of serversvideos
 
3. configuring a compute node for nfv
3. configuring a compute node for nfv3. configuring a compute node for nfv
3. configuring a compute node for nfvvideos
 
NFV management and orchestration framework architecture
NFV management and orchestration framework architectureNFV management and orchestration framework architecture
NFV management and orchestration framework architecturesidneel
 
4 dpdk roadmap(1)
4 dpdk roadmap(1)4 dpdk roadmap(1)
4 dpdk roadmap(1)videos
 
8 intel network builders overview
8 intel network builders overview8 intel network builders overview
8 intel network builders overviewvideos
 
2 new hw_features_cat_cod_etc
2 new hw_features_cat_cod_etc2 new hw_features_cat_cod_etc
2 new hw_features_cat_cod_etcvideos
 
7 hands on
7 hands on7 hands on
7 hands onvideos
 
6 profiling tools
6 profiling tools6 profiling tools
6 profiling toolsvideos
 
9 creating cent_os 7_mages_for_dpdk_training
9 creating cent_os 7_mages_for_dpdk_training9 creating cent_os 7_mages_for_dpdk_training
9 creating cent_os 7_mages_for_dpdk_trainingvideos
 
5 pipeline arch_rationale
5 pipeline arch_rationale5 pipeline arch_rationale
5 pipeline arch_rationalevideos
 
1 intro to_dpdk_and_hw
1 intro to_dpdk_and_hw1 intro to_dpdk_and_hw
1 intro to_dpdk_and_hwvideos
 
3 additional dpdk_theory(1)
3 additional dpdk_theory(1)3 additional dpdk_theory(1)
3 additional dpdk_theory(1)videos
 
CernVM Online and Cloud Gateway: a uniform interface for CernVM contextualiza...
CernVM Online and Cloud Gateway: a uniform interface for CernVM contextualiza...CernVM Online and Cloud Gateway: a uniform interface for CernVM contextualiza...
CernVM Online and Cloud Gateway: a uniform interface for CernVM contextualiza...George Lestaris
 
Metaswitch and Intel: A Systematic Approach to NFV
Metaswitch and Intel: A Systematic Approach to NFVMetaswitch and Intel: A Systematic Approach to NFV
Metaswitch and Intel: A Systematic Approach to NFVSimon Dredge
 
Bases legales reto NFV/ Nfv challenge terms
Bases legales reto NFV/ Nfv challenge termsBases legales reto NFV/ Nfv challenge terms
Bases legales reto NFV/ Nfv challenge termsvideos
 
Intrucciones reto NFV/ Instruction to apply to nfv challenge
Intrucciones reto NFV/ Instruction to apply to nfv challengeIntrucciones reto NFV/ Instruction to apply to nfv challenge
Intrucciones reto NFV/ Instruction to apply to nfv challengevideos
 

Viewers also liked (20)

4. open mano set up and usage
4. open mano set up and usage4. open mano set up and usage
4. open mano set up and usage
 
5. hands on - building local development environment with Open Mano
5. hands on - building local development environment with Open Mano5. hands on - building local development environment with Open Mano
5. hands on - building local development environment with Open Mano
 
Introduction to nfv movilforum
Introduction to nfv   movilforumIntroduction to nfv   movilforum
Introduction to nfv movilforum
 
6. hands on - open mano demonstration in remote pool of servers
6. hands on - open mano demonstration in remote pool of servers6. hands on - open mano demonstration in remote pool of servers
6. hands on - open mano demonstration in remote pool of servers
 
3. configuring a compute node for nfv
3. configuring a compute node for nfv3. configuring a compute node for nfv
3. configuring a compute node for nfv
 
NFV management and orchestration framework architecture
NFV management and orchestration framework architectureNFV management and orchestration framework architecture
NFV management and orchestration framework architecture
 
NFV and OpenStack
NFV and OpenStackNFV and OpenStack
NFV and OpenStack
 
4 dpdk roadmap(1)
4 dpdk roadmap(1)4 dpdk roadmap(1)
4 dpdk roadmap(1)
 
8 intel network builders overview
8 intel network builders overview8 intel network builders overview
8 intel network builders overview
 
2 new hw_features_cat_cod_etc
2 new hw_features_cat_cod_etc2 new hw_features_cat_cod_etc
2 new hw_features_cat_cod_etc
 
7 hands on
7 hands on7 hands on
7 hands on
 
6 profiling tools
6 profiling tools6 profiling tools
6 profiling tools
 
9 creating cent_os 7_mages_for_dpdk_training
9 creating cent_os 7_mages_for_dpdk_training9 creating cent_os 7_mages_for_dpdk_training
9 creating cent_os 7_mages_for_dpdk_training
 
5 pipeline arch_rationale
5 pipeline arch_rationale5 pipeline arch_rationale
5 pipeline arch_rationale
 
1 intro to_dpdk_and_hw
1 intro to_dpdk_and_hw1 intro to_dpdk_and_hw
1 intro to_dpdk_and_hw
 
3 additional dpdk_theory(1)
3 additional dpdk_theory(1)3 additional dpdk_theory(1)
3 additional dpdk_theory(1)
 
CernVM Online and Cloud Gateway: a uniform interface for CernVM contextualiza...
CernVM Online and Cloud Gateway: a uniform interface for CernVM contextualiza...CernVM Online and Cloud Gateway: a uniform interface for CernVM contextualiza...
CernVM Online and Cloud Gateway: a uniform interface for CernVM contextualiza...
 
Metaswitch and Intel: A Systematic Approach to NFV
Metaswitch and Intel: A Systematic Approach to NFVMetaswitch and Intel: A Systematic Approach to NFV
Metaswitch and Intel: A Systematic Approach to NFV
 
Bases legales reto NFV/ Nfv challenge terms
Bases legales reto NFV/ Nfv challenge termsBases legales reto NFV/ Nfv challenge terms
Bases legales reto NFV/ Nfv challenge terms
 
Intrucciones reto NFV/ Instruction to apply to nfv challenge
Intrucciones reto NFV/ Instruction to apply to nfv challengeIntrucciones reto NFV/ Instruction to apply to nfv challenge
Intrucciones reto NFV/ Instruction to apply to nfv challenge
 

Similar to Introduction to Open Mano

NFV foundation/NFV For Dummies
NFV foundation/NFV For DummiesNFV foundation/NFV For Dummies
NFV foundation/NFV For Dummiesanandbajaj
 
Design Summit - NFV BoF - Dave Neary
Design Summit - NFV BoF - Dave NearyDesign Summit - NFV BoF - Dave Neary
Design Summit - NFV BoF - Dave NearyManageIQ
 
Open Source MANO(OSM)
Open Source MANO(OSM)Open Source MANO(OSM)
Open Source MANO(OSM)Eggy Cheng
 
BoF - Open NFV Orchestration using Tacker
BoF - Open NFV Orchestration using TackerBoF - Open NFV Orchestration using Tacker
BoF - Open NFV Orchestration using TackerSridhar Ramaswamy
 
Building the carrier grade nfv infrastructure
Building the carrier grade nfv infrastructureBuilding the carrier grade nfv infrastructure
Building the carrier grade nfv infrastructureOPNFV
 
Operating OPNFV
Operating OPNFVOperating OPNFV
Operating OPNFVOPNFV
 
An Introduce of OPNFV (Open Platform for NFV)
An Introduce of OPNFV (Open Platform for NFV)An Introduce of OPNFV (Open Platform for NFV)
An Introduce of OPNFV (Open Platform for NFV)Mario Cho
 
OPNFV: Road to Next-Generation Network
OPNFV: Road to Next-Generation NetworkOPNFV: Road to Next-Generation Network
OPNFV: Road to Next-Generation NetworkOPNFV
 
Open stack networking_101_update_2014-os-meetups
Open stack networking_101_update_2014-os-meetupsOpen stack networking_101_update_2014-os-meetups
Open stack networking_101_update_2014-os-meetupsyfauser
 
OpenStack and OpenContrail for FreeBSD platform by Michał Dubiel
OpenStack and OpenContrail for FreeBSD platform by Michał DubielOpenStack and OpenContrail for FreeBSD platform by Michał Dubiel
OpenStack and OpenContrail for FreeBSD platform by Michał Dubieleurobsdcon
 
Quantum UI & Workflow for Essex
Quantum UI & Workflow for EssexQuantum UI & Workflow for Essex
Quantum UI & Workflow for EssexSomik Behera
 
Operating OPNFV: Deploy it, test it, run it
Operating OPNFV: Deploy it, test it, run itOperating OPNFV: Deploy it, test it, run it
Operating OPNFV: Deploy it, test it, run itOPNFV
 
Superfluid networking for 5G: vision and state of the art
Superfluid networking for 5G: vision and state of the artSuperfluid networking for 5G: vision and state of the art
Superfluid networking for 5G: vision and state of the artStefano Salsano
 
ONUG Tutorial: Bridges and Tunnels Drive Through OpenStack Networking
ONUG Tutorial: Bridges and Tunnels Drive Through OpenStack NetworkingONUG Tutorial: Bridges and Tunnels Drive Through OpenStack Networking
ONUG Tutorial: Bridges and Tunnels Drive Through OpenStack Networkingmarkmcclain
 
Understanding network and service virtualization
Understanding network and service virtualizationUnderstanding network and service virtualization
Understanding network and service virtualizationSDN Hub
 
OpenStack Networking and Automation
OpenStack Networking and AutomationOpenStack Networking and Automation
OpenStack Networking and AutomationAdam Johnson
 
Open stack networking_101_update_2014
Open stack networking_101_update_2014Open stack networking_101_update_2014
Open stack networking_101_update_2014yfauser
 
SDN & NFV Introduction - Open Source Data Center Networking
SDN & NFV Introduction - Open Source Data Center NetworkingSDN & NFV Introduction - Open Source Data Center Networking
SDN & NFV Introduction - Open Source Data Center NetworkingThomas Graf
 

Similar to Introduction to Open Mano (20)

NFV foundation/NFV For Dummies
NFV foundation/NFV For DummiesNFV foundation/NFV For Dummies
NFV foundation/NFV For Dummies
 
Design Summit - NFV BoF - Dave Neary
Design Summit - NFV BoF - Dave NearyDesign Summit - NFV BoF - Dave Neary
Design Summit - NFV BoF - Dave Neary
 
Open Source MANO(OSM)
Open Source MANO(OSM)Open Source MANO(OSM)
Open Source MANO(OSM)
 
BoF - Open NFV Orchestration using Tacker
BoF - Open NFV Orchestration using TackerBoF - Open NFV Orchestration using Tacker
BoF - Open NFV Orchestration using Tacker
 
Building the carrier grade nfv infrastructure
Building the carrier grade nfv infrastructureBuilding the carrier grade nfv infrastructure
Building the carrier grade nfv infrastructure
 
Operating OPNFV
Operating OPNFVOperating OPNFV
Operating OPNFV
 
NFV Open Source projects
NFV Open Source projectsNFV Open Source projects
NFV Open Source projects
 
An Introduce of OPNFV (Open Platform for NFV)
An Introduce of OPNFV (Open Platform for NFV)An Introduce of OPNFV (Open Platform for NFV)
An Introduce of OPNFV (Open Platform for NFV)
 
OPNFV: Road to Next-Generation Network
OPNFV: Road to Next-Generation NetworkOPNFV: Road to Next-Generation Network
OPNFV: Road to Next-Generation Network
 
Open stack networking_101_update_2014-os-meetups
Open stack networking_101_update_2014-os-meetupsOpen stack networking_101_update_2014-os-meetups
Open stack networking_101_update_2014-os-meetups
 
OpenStack and OpenContrail for FreeBSD platform by Michał Dubiel
OpenStack and OpenContrail for FreeBSD platform by Michał DubielOpenStack and OpenContrail for FreeBSD platform by Michał Dubiel
OpenStack and OpenContrail for FreeBSD platform by Michał Dubiel
 
Quantum UI & Workflow for Essex
Quantum UI & Workflow for EssexQuantum UI & Workflow for Essex
Quantum UI & Workflow for Essex
 
Operating OPNFV: Deploy it, test it, run it
Operating OPNFV: Deploy it, test it, run itOperating OPNFV: Deploy it, test it, run it
Operating OPNFV: Deploy it, test it, run it
 
Superfluid networking for 5G: vision and state of the art
Superfluid networking for 5G: vision and state of the artSuperfluid networking for 5G: vision and state of the art
Superfluid networking for 5G: vision and state of the art
 
ONUG Tutorial: Bridges and Tunnels Drive Through OpenStack Networking
ONUG Tutorial: Bridges and Tunnels Drive Through OpenStack NetworkingONUG Tutorial: Bridges and Tunnels Drive Through OpenStack Networking
ONUG Tutorial: Bridges and Tunnels Drive Through OpenStack Networking
 
Understanding network and service virtualization
Understanding network and service virtualizationUnderstanding network and service virtualization
Understanding network and service virtualization
 
OpenStack Networking and Automation
OpenStack Networking and AutomationOpenStack Networking and Automation
OpenStack Networking and Automation
 
IPLOOK vEPC solution
IPLOOK vEPC solutionIPLOOK vEPC solution
IPLOOK vEPC solution
 
Open stack networking_101_update_2014
Open stack networking_101_update_2014Open stack networking_101_update_2014
Open stack networking_101_update_2014
 
SDN & NFV Introduction - Open Source Data Center Networking
SDN & NFV Introduction - Open Source Data Center NetworkingSDN & NFV Introduction - Open Source Data Center Networking
SDN & NFV Introduction - Open Source Data Center Networking
 

More from videos

Logros y retos evento movilforum 02/2016
Logros y retos evento movilforum 02/2016Logros y retos evento movilforum 02/2016
Logros y retos evento movilforum 02/2016videos
 
Presentación Atlantida en Networking Day moviforum
Presentación Atlantida en Networking Day moviforum Presentación Atlantida en Networking Day moviforum
Presentación Atlantida en Networking Day moviforum videos
 
Presentación Quetal en Networking Day moviforum
Presentación Quetal  en Networking Day moviforum Presentación Quetal  en Networking Day moviforum
Presentación Quetal en Networking Day moviforum videos
 
Presentación GMTECH en Networking Day moviforum
Presentación GMTECH en Networking Day moviforum Presentación GMTECH en Networking Day moviforum
Presentación GMTECH en Networking Day moviforum videos
 
Presentación movilok en Networking Day moviforum
Presentación movilok en Networking Day moviforum Presentación movilok en Networking Day moviforum
Presentación movilok en Networking Day moviforum videos
 
Presentación 3G mobile en Networking Day moviforum
Presentación 3G mobile en Networking Day moviforumPresentación 3G mobile en Networking Day moviforum
Presentación 3G mobile en Networking Day moviforumvideos
 
Presentación microestrategy en Networking Day moviforum
Presentación microestrategy en Networking Day moviforumPresentación microestrategy en Networking Day moviforum
Presentación microestrategy en Networking Day moviforumvideos
 
Presentación Telnet en Networking Day moviforum
Presentación Telnet en Networking Day moviforumPresentación Telnet en Networking Day moviforum
Presentación Telnet en Networking Day moviforumvideos
 
Presentación Alma technology en Networking Day movilforum
Presentación Alma technology en Networking Day movilforumPresentación Alma technology en Networking Day movilforum
Presentación Alma technology en Networking Day movilforumvideos
 
Presentación acuerdo de colaboración Fieldeas y EasyOnPad en Networking Day m...
Presentación acuerdo de colaboración Fieldeas y EasyOnPad en Networking Day m...Presentación acuerdo de colaboración Fieldeas y EasyOnPad en Networking Day m...
Presentación acuerdo de colaboración Fieldeas y EasyOnPad en Networking Day m...videos
 
Presentación Icar Vision en Networking Day movilforum
Presentación Icar Vision en Networking Day movilforumPresentación Icar Vision en Networking Day movilforum
Presentación Icar Vision en Networking Day movilforumvideos
 
Presentación Billage en Networking Day movilforum
Presentación Billage en Networking Day movilforumPresentación Billage en Networking Day movilforum
Presentación Billage en Networking Day movilforumvideos
 
Presentación Face On en Networking Day movilforum
Presentación Face On en Networking Day movilforumPresentación Face On en Networking Day movilforum
Presentación Face On en Networking Day movilforumvideos
 
Hp nfv movilforum as innovation engine for cs ps
Hp nfv movilforum as innovation engine for cs psHp nfv movilforum as innovation engine for cs ps
Hp nfv movilforum as innovation engine for cs psvideos
 

More from videos (14)

Logros y retos evento movilforum 02/2016
Logros y retos evento movilforum 02/2016Logros y retos evento movilforum 02/2016
Logros y retos evento movilforum 02/2016
 
Presentación Atlantida en Networking Day moviforum
Presentación Atlantida en Networking Day moviforum Presentación Atlantida en Networking Day moviforum
Presentación Atlantida en Networking Day moviforum
 
Presentación Quetal en Networking Day moviforum
Presentación Quetal  en Networking Day moviforum Presentación Quetal  en Networking Day moviforum
Presentación Quetal en Networking Day moviforum
 
Presentación GMTECH en Networking Day moviforum
Presentación GMTECH en Networking Day moviforum Presentación GMTECH en Networking Day moviforum
Presentación GMTECH en Networking Day moviforum
 
Presentación movilok en Networking Day moviforum
Presentación movilok en Networking Day moviforum Presentación movilok en Networking Day moviforum
Presentación movilok en Networking Day moviforum
 
Presentación 3G mobile en Networking Day moviforum
Presentación 3G mobile en Networking Day moviforumPresentación 3G mobile en Networking Day moviforum
Presentación 3G mobile en Networking Day moviforum
 
Presentación microestrategy en Networking Day moviforum
Presentación microestrategy en Networking Day moviforumPresentación microestrategy en Networking Day moviforum
Presentación microestrategy en Networking Day moviforum
 
Presentación Telnet en Networking Day moviforum
Presentación Telnet en Networking Day moviforumPresentación Telnet en Networking Day moviforum
Presentación Telnet en Networking Day moviforum
 
Presentación Alma technology en Networking Day movilforum
Presentación Alma technology en Networking Day movilforumPresentación Alma technology en Networking Day movilforum
Presentación Alma technology en Networking Day movilforum
 
Presentación acuerdo de colaboración Fieldeas y EasyOnPad en Networking Day m...
Presentación acuerdo de colaboración Fieldeas y EasyOnPad en Networking Day m...Presentación acuerdo de colaboración Fieldeas y EasyOnPad en Networking Day m...
Presentación acuerdo de colaboración Fieldeas y EasyOnPad en Networking Day m...
 
Presentación Icar Vision en Networking Day movilforum
Presentación Icar Vision en Networking Day movilforumPresentación Icar Vision en Networking Day movilforum
Presentación Icar Vision en Networking Day movilforum
 
Presentación Billage en Networking Day movilforum
Presentación Billage en Networking Day movilforumPresentación Billage en Networking Day movilforum
Presentación Billage en Networking Day movilforum
 
Presentación Face On en Networking Day movilforum
Presentación Face On en Networking Day movilforumPresentación Face On en Networking Day movilforum
Presentación Face On en Networking Day movilforum
 
Hp nfv movilforum as innovation engine for cs ps
Hp nfv movilforum as innovation engine for cs psHp nfv movilforum as innovation engine for cs ps
Hp nfv movilforum as innovation engine for cs ps
 

Recently uploaded

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
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Paola De la Torre
 
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
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsRoshan Dwivedi
 
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
 
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
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
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
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
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
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
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
 

Recently uploaded (20)

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
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
 
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
 
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
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
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
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
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
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
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...
 

Introduction to Open Mano

  • 1. Introduction to OpenMANO_ Network Innovation & Virtualisation Global CTO Unit GERARDO GARCÍA Network Virtualisation Initiative @ GCTO Unit gerardo.garciadeblas@telefonica.com
  • 2. How much do we know about NFV? Let’s do an exam
  • 3. Questions about NFV architecture (I) 1. How many VMs is a VNF composed of? • One • Two • At least one • No more than 8 2. Does a VNF have internal networks? • Yes • Maybe • No 3. According to ETSI NFV, what is a Network Service*? • A forwarding graph of Network Functions (NFs) interconnected by supporting network infrastructure • Subset of the end to end service formed by Virtualised Network Functions and associated Virtual Links instantiated on the NFVI (*) Sources: First definition: ETSI GS NFV 002 V1.2.1 ”Network Functions Virtualisation (NFV); Architectural Framework”, December 2014, p. 11 Second definition: ETSI GS NFV-MAN 001 V1.1.1 “Network Functions Virtualisation (NFV); Management and Orchestration”, December 2014, p.61
  • 4. Network service in ETSI (*) Source: ETSI GS NFV-MAN 001 V1.1.1 “Network Functions Virtualisation (NFV); Management and Orchestration”, December 2014, p.60 (**) Source: ETSI GS NFV-MAN 001 V1.1.1 “Network Functions Virtualisation (NFV); Management and Orchestration”, December 2014, p.61 Topology of VNFs and links* Forwarding path for specific flows** In OpenMANO we avoid the use of the term ‘Network Service’. Instead, we use the term ‘Network Scenario’, which refers to a network topology consisting of VNFs and the networks/links used to interconnect them
  • 5. Questions about NFV architecture (II) 5. Who interacts with the infrastructure for the on-boarding of a VM? • VIM • VNF Manager • NFV Orchestrator • OSS / Network operator guy 6. Who gives the order to on-board a VM instance? • VIM • VNF Manager • NFV Orchestrator • OSS / Network operator guy 7. Who interacts with the infrastructure to create the connectivity between 2 VMs? • VIM • VNF Manager • NFV Orchestrator • OSS / Network operator guy 8. Who gives the order of creating a network between 2 VMs? • VIM • VNF Manager • NFV Orchestrator • OSS / Network operator guy
  • 6. NFVO-centric vs VNFM-centric OpenMANO follows an NFVO-centric approach, with a simplified VNF instance lifecycle management at the NFVO (VNF instantiation and termination) • Interaction with VIM for VM deployment is done by VNFM • Interaction with VIM to create networks/links between VMs of a VNF done by VNFM • VNF instance lifecycle exclusively managed by VNFM • Networks/links between VNFs managed by NFVO VNFM-centric • Interaction with VIM for VM deployment is done by NFVO • Interaction with VIM to create networks/links between VMs of a VNF is done by NFVO • VNF lifecycle management function split between NFVO and VNFM • VNF performance monitoring, fault management and event management done by VNFM NFVO-centric
  • 7. Questions about NFV architecture (II) 8. Who adds a new VNF to the catalogue of available VNFs? • VIM • VNF Manager • NFV Orchestrator • OSS / Network operator guy 9. Who uses the VNF catalogue for instantiating VNFs? • VIM • VNF Manager • NFV Orchestrator • OSS / Network operator guy 10. Who defines a new Network Service? • VIM • VNF Manager • NFV Orchestrator • OSS / Network operator guy 11. Where does the Network Service definition reside? • VIM • VNF Manager • NFV Orchestrator • OSS / Network operator guy
  • 9. OpenMANO. Open WHAT? Open: open source project released in GitHub under Apache 2 license MANO: practical implementation of Management & Orchestration (MANO) stack for NFV https://github.com/nfvlabs/openmano
  • 10. OpenMANO main features • FRIENDLY FOR NETWORK ENGINEERS • NETWORK SCENARIOS & SNAPSHOTS • Provides NFVO & VIM (+ GUI and CLI) • Support for HIGH PERFORMANCE VNFs (EPA-aware) • REST-BASED APIs, OpenStack-friendly • MULTI-VENDOR by design • No formal integration needed • Assures optimal VNF deployment and IXC • >30 VNFs tested • OpenMANO code @ GitHub: o Python-based o 37k code lines o Released with Apache 2 license o 24 forks
  • 11. OpenMANO works with network scenarios via descriptors… VNF VNF VNF VNF VNF VM VM VM VM VM VM VM VM VM VNF VNF VNF VM VM VM VM VM VM VM VM VM NS (NETWORK SCENARIO) VNF (SW-BASED NODE) + - Abstraction VM (DEPLOYMENT UNIT)
  • 12. … providing Enhanced Platform Awareness (EPA) natively… x100 Line rate with 192 bytes frame size x100 Having x100 times better scalability should be sufficiently appealing!  With the right exposure of HW resources to the VNFs, carrier-grade performance can be achieved.
  • 13. …while a comprehensive set of connectivities is available Support of L2 networks with passthrough, SR-IOV or virtio interfaces: • E-Line • E-LAN Traditional E-LAN based on virtual bridges/switches is still supported VNF VNF VNF VNF VNF VNF
  • 14. This combination hides low-level complexity to network engineers while assures consistent deployments
  • 16. Openvim: the VIM module (I) Relation to NFVI OpenFlow Controller (FloodLight) Image storage NFV Infrastructure openvim server OpenFlow switch openvim API OFC API Compute nodes openvim client openMANO Openvim + OFC controller (Floodlight) = NFV VIM - Interaction with compute nodes through libvirt - Tested on compute nodes based on Intel Xeon E5 processors, Linux as host OS, KVM as hypervisor - Openflow switch controlled by proactive rules - Image storage based on NAS. Image uploading is not managed by openvim
  • 17. Openvim: the VIM module (II) Modes of operation 4 modes to run openvim MODE Purpose Required infrastructure normal Regular operation Compute nodes OpenFlow switch host only Deploy without OpenFlow switch and without OFC Compute nodes development VNF development (deploys without EPA) “Low performance” compute node test Test openMANO installation and API -
  • 18. Openvim: the VIM module (III) Main characteristics • Host mgmt o Administrative primitive (managed by an independent thread) o Host addition can be automatic or manual through a YAML file o Hosts can be administratively set up or down • Tenant mgmt o Tenants delimit the property and scope of flavors, images, vms, nets, etc. o No identity mgmt: neither users nor roles • Networks mgmt o Networks are pure L2 networks:  ptp: used to create an E-Line service between two data plane interfaces  data: used to create an E-LAN service with data plane interfaces  bridge_data: used to create an E-LAN service based on pre- provisioned linux bridges o No concept of subnet o Public vs private (tenant scope) ADMINISTRATIVE PRIMITIVE ORDINARY USE ORDINARY USE ORDINARY USE TO CREATE PUBLIC/SHARED NETWORKS
  • 19. Openvim: the VIM module (IV) Main characteristics • Ports mgmt o Ports are attached to networks (similarly to OpenStack) o 2 types of ports:  Instance-related ports: VM interfaces created and deleted as part of the VM life cycle  External ports: set explicitly by the network administrator in order to define connections to PNF or external networks physically attached to the Openflow switch • Image mgmt o Image uploading to the image repo must be done manually by the end user o Support of incremental images • Flavor mgmt o Openstack-like, but with new fields to indicate EPA requirements • VM instance mgmt o Besides traditional primitives (create, delete, list), allows actions over VMs (shutdown, start, pause, resume, rebuild, reboot) ORDINARY USE TO CREATE EXTERNAL PORTS ADMINISTRATIVE PRIMITIVE TYPICALLY USED BY OPENMANO MODULE TYPICALLY USED BY OPENMANO MODULE ORDINARY USE
  • 20. Openvim: the VIM module (V) Components VIM DB host_thread openflow_thread openvimd OpenFlow Controller FloodLight vim_schema utils vim_db httpserver OPENVIM Image storage Northbound API openvimd.py - Main program host_thread.py - Thread that interacts with the compute node through libvirt to manage VM instances - One thread per compute node httpserver.py - Thread that manage northbound API requests - Two threads, for common requests and for administrative ones vim_db.py - Module used to interact with the openvim DB - General table management and transactional-based writings vim_schema.py - Dictionary schemas used to validate API request content using jsonschema library openflow_thread.py - Interacts with an OpenFlow Floodligth controller to create dataplane connections
  • 21. Openvim: the VIM module (VI) Northbound API REST-based API, intentionally similar to Openstack API Example 1. Removing a flavor Request: DELETE /openvim/{tenant_id}/flavors/{flavor_id} Response: 200 OK, 400 Bad Request, … Example 2. Listing images Request: GET /openvim/{tenant_id}/images Response: 200 OK { "images": [ { "id": "70a599e0-31e7-49b7-b260-868f441e862b", "path": /opt/image1.raw", "name": “image1"}, { "id": "155d900f-4e14-4e4c-a73d-069cbf4541e6", "path": "/opt/image2.qcow2", "name": “image2“} ] }
  • 22. Openvim: the VIM module (VII) Northbound API documentation URL: http://github.com/nfvlabs/openmano/raw/master/docs/openvim- api-0.6.pdf
  • 23. Openvim: the VIM module (VIII) Other details • openvimd.cfg -> configuration file o Mode of operation o IP addresses and ports where the HTTP servers is listening to API requests o OFC parameters o DB parameters • openvim client, Python-based $ openvim -h usage: openvim [-h] [--version] {config,image-list,image-create,image-delete,image-edit,vm-list,vm- create,vm-delete,vm-edit,vm-shutdown,vm-start,vm-rebuild,vm-reboot,vm-createImage,port- list,port-create,port-delete,port-edit,port-attach,port-detach,host-list,host-add,host- remove,host-edit,host-up,host-down,net-list,net-create,net-delete,net-edit,net-up,net- down,flavor-list,flavor-create,flavor-delete,flavor-edit,tenant-list,tenant- create,tenant-delete,tenant-edit,openflow-port-list,openflow-clear-all,openflow-net- reinstall,openflow-net-list} ... User program to interact with OPENVIM-SERVER (openvimd)
  • 25. Openmano: the NFVO module (I) Introduction openmano client openvim server openmano server openMANO openmano API openvim API CHARACTERISTICS • In spite of the name, it’s an NFVO • Simple VNFM role: simplified VNF instance lifecycle management (VNF instantiation and termination) • Hides complexity to the network engineer: o No compute nodes o No VMs o Just nodes and links • VNF catalogue • NS definitions • NS instance creation and termination (and associated VNF creation)
  • 26. Openmano: the NFVO module (II) Tenant and datacenter management • Tenant mgmt o Tenants delimit the property and scope of VNF and NS, and the actions over them (instantiation, termination) o Separate from openvim tenant space  Different programs with different databases • Datacenter mgmt o A new datacenter must be added in order to interact with a specific pool of resources. The datacenter is characterized by:  type: openvim (in the future, openstack)  URL of the VIM that manage that datacenter o Datacenters are not directly available to tenants o An NFVO tenant must be attached to a datacenter and a VIM tenant o Datacenter nets can be inherited as external networks to be used
  • 27. Openmano: the NFVO module (III) VNF concept and structure • VNF: SW-based network function that can be deployed on an NFV datacenter • VNF definition vs VNF instance  class vs object • VNF structure: VNFCs/VMs, internal-connections, external-connections Single-VM VNF Multi-VM VNF
  • 28. Openmano: the NFVO module (IV) VNF descriptor Name: unique name of the VNF Description External-connections: • External interfaces of that VNF that can be connected in an NS to other VNFs or networks • Properties: • name • type: mgmt/bridge/data • mapping to a VNFC interface Internal-connections: • It defines how VNFC/VMs are interconnected. This property is only required in case of VNFs consisting of several VMs • Properties: • name • type: mgmt/bridge/data • list of interconnected VNFC/VMs (and their interfaces) VNFC: • List of components or virtual machines this VNF is composed of.
  • 29. Openmano: the NFVO module (V) VNF descriptor (continuation) VNFC properties: • name • description • image path: • When a new VNF is added to the catalogue, new VM images are created in openvim for each VNFC based on this path • vcpus: number of virtual CPUs (traditional cloud requirement • ram: number of virtual CPUs (traditional cloud requirement • bridge-ifaces: virtio interfaces with no high I/O performance requirements. They will be attached to Linux bridges in the host. • numas: CPU, memory and interface requirements for high I/O performance • CPU type (cores, paired threads, threads), number and pinning • Memory (number of 1G hugepages) • Interface details: • Type: passthrough, VLAN-based SRIOV, MAC-based SRIOV • Bandwidth • Virtual PCI to assure appropriate identification at the VM • devices: additional devices can be included (disk, cdrom, etc.) in this section TRADITIONAL REQUIREMENTS EPA REQUIREMENTS
  • 30. Openmano: the NFVO module (VI) NS concept and structure • NS: topologies of VNFs and their interconnections • NS definition vs NS instance  class vs object • NS structure: VNFs, external networks, point-to-multipoint networks and connections Simple Complex
  • 31. Openmano: the NFVO module (VII) NS descriptor Name: unique name of the network scenario Description Topology: defines the nodes and their connections Nodes • Type  VNF (for a VNF)  network (for a internal/private scenario point-to-multipoint network). Point-to-point data plane networks can be omitted  external_network (for a datacenter network, previously created as external/public). • VNF model Type (only for VNF): must match a previosly created VNF • model (only for networks):  name of the network (in case of external/public datacenter network)  bridge_net (for control plane internal/private networks)  dataplane_net (for data plane internal/private networks) Connections: • name • list of nodes (VNFs and networks) that must be interconnected together.
  • 32. Openmano: the NFVO module (VIII) Components MANO DB openmanodhttpserver nfvo_db openmano_schemas utils nfvo vimconnector openvim OPENMANO Northbound API openmanod.py - Main program httpserver.py - Thread that manage northbound API requests nfvo.py - NFVO engine, implementing all the methods for the creation, deletion and management of vnfs, scenarios and instances nfvo_db.py - Module used to interact with the openmano DB openmano_schemas.py - Dictionary schemas used to validate API request and response content using jsonschema library vimconnector.py - Interacts with an openvim-based VIM through the openvim API
  • 33. Openmano: the NFVO module (IX) Northbound API • REST-based API • Not yet documented Example 1. Removing a VNF Request: DELETE /openmano/{tenant_id}/vnfs/{vnf_id} Response: 200 OK, … Example 2. Listing network scenarios Request: GET /openmano/{tenant_id}/scenarios Response: 200 OK { "scenarios": [ { "uuid": "ec1d744e-f56b-11e4-874f-52540032c4fa", "created_at": "2015-05-08T12:20:59", "description": "Simple network scenario consisting of a single VNF connected to an external network", "name": "simple", "public": false }, ] }
  • 34. Openmano: the NFVO module (X) Other details • openmanod.cfg -> configuration file o IP address and port where the HTTP server is listening to API requests o DB parameters o VNF repo folder where copies of the VNFD will be stored • openmano client, Python-based $ openmano -h usage: openmano [-h] [--version] {config,vnf-create,vnf-list,vnf-delete,scenario-create,scenario- list,scenario-delete,scenario-deploy,scenario-verify,instance-scenario-list,instance- scenario-delete,tenant-create,tenant-delete,tenant-list,tenant-edit,datacenter- edit,datacenter-create,datacenter-delete,datacenter-list,datacenter-attach,datacenter- detach,datacenter-net-edit,datacenter-net-update,datacenter-net-delete,datacenter-net- list} ... User program to interact with OPENMANO-SERVER (openmanod)
  • 36. Openmano-gui: the web-based interface (I) Relation to openmano Web browser (e.g. Chrome, Firefox) openmano server openMANO openmano API openmano-gui CHARACTERISTICS • Access to network scenario definitions and instances • Drag&drop scenario builder with access to the VNF catalogue • Actions over network scenario instances (stop, shutdown, delete, deploy) and over specific VNF instances inside an NS instance CONFIGURATION • config.php: configuration file
  • 37. Openmano-gui: the web-based interface (II) NS definitions and instances Button to access NS builder NS definition NS instance (currently running)
  • 38. Openmano-gui: the web-based interface (III) NS builder Catalogue of VNFs and external/public networks Drag & drop panel
  • 39. Openmano-gui: the NFVO module (V) Actions over NS instances Status of VNF instances (and their VM instances) Available actions
  • 41. OpenMANO addresses successfully network creation, becoming a sound foundation for further automation VNF AND NS DESCRIPTORS MAKE NETWORK DESIGN SIMPLE EPA SUPPORT (NFVO & VIM) PROPER VARIETY OF L2 CONNECTIVITIES VNF ON-BOARDING DOES NOT REQUIRE FORMAL INTEGRATION • Abstract models that hide complexity to network engineer: just nodes and links interconnecting them • Allows to deploy for high performance • Passthrough, SR-IOV, Virtio • E-Line & E-LAN • Descriptor-based (openly available) VNF VNF VNF VNF VNF VNF E-Line E-LAN
  • 42. Current work areas Improved VNF life-cycle management Integration with ODL controller Multi-VIM support (EPA-ready Openstack)
  • 43. Want to know more about OpenMANO? Fresh ideas and enthusiastic contributors are always welcome! https://github.com/nfvlabs/openmano All info at: nfvlabs@tid.esQuestions/feedback/suggestions: More details in afternoon talk: OpenMANO: set up and usage
  • 44.
  • 45. E-Mail: gerardo.garciadeblas@telefonica.com Twitter: @garciadeblas COMMENTS / QUESTIONS GitHub: https://github.com/nfvlabs/openmano E-Mail: nfvlabs@tid.es ABOUT OpenMANO