SlideShare a Scribd company logo
OPENMANO set up and
usage_
Network Innovation & Virtualisation
Global CTO Unit
9 Jun 2015
ALFONSO TIERNO
Network Virtualisation Initiative @ GCTO Unit
alfonso.tiernosepulveda@telefonica.com
DISCOVER, DISRUPT, DELIVER
openMANO Requirements
• Requirements
• Lightweight python program
• Can run on a VM w/ 1 core & 1 GB RAM
• External components
• Compute nodes
(required in ‘NORMAL’ and ‘HOST-ONLY’ modes)
• Common storage folder. (NAS)
• Control plane interconnection
• No agents are needed, only ssh/libvirt access
• Openflow controler + switch
(required in ‘NORMAL’ mode)
DISCOVER, DISRUPT, DELIVER
openMANO Installation
• Open source (apache2 license)
• https://github.com/nfvlabs/openmano
• Script for automatic installation
• wget
https://github.com/nfvlabs/openmano/raw/master/scri
pts/install-openmano.sh
• chmod +x install-openmano.sh
• sudo ./install-openmano.sh
DISCOVER, DISRUPT, DELIVER
openMANO Manual installation
• Required packages:
• LAMP: Database (vim/mano), PHP and apache (gui)
• python and python packages (vim/mano)
• Source download
• git clone https://github.com/nfvlabs/openmano.git openmano
• Database installation
• create database and openmano users
• load schema.sql
• Download & install FloodLight
• Put CLI clients at path (/home/user/bin)
• openmano, openvim
• Configure openmano-gui
• link /var/www/html
• Permissions for apache user, SElinux, firewalld
DISCOVER, DISRUPT, DELIVER
OpenFlow
Controller
(FloodLight)
WEB SERVER
(GUI)
openvim
openmano
openmano-
gui
OpenFlow switch
VM
Compute nodes
NETWORK
SCENARIOS
VNF
SDN
OpenMANO details
Network scenario
DISCOVER, DISRUPT, DELIVER
openVIM Configuration
• openvimd.cfg (yaml format):
• Northbound rest API parameters (http)
• _host, _port, _admin_port: iface/port
• Openflow connection (of_controller)
• Database connection (db)
• db_host /db_name: localhost /vim_db
• db_user / db_passwd: vim /vimpw
• Local image path at compute node.
• image_path: /opt/VNF/images
• Control plane interfaces. Pre-
provisioned at compute host
are used for control plane connection
• Compute node iface name, VLAN, speed
• Mode: normal, test, host only,
development
open
vim
API
DATA
BASE
open
mano
DATA
BASE
open
mano-gui
OFC
DISCOVER, DISRUPT, DELIVER
openVIM Modes
4 modes to run openvim
MODE Purpose Hardware needed
normal regular operation compute nodes
openflow switch
host only deploy without openflow
controller/switch
compute nodes
development develop VNFs. It deploys
simulating “enhanced”
compute nodes
“low performance”
compute node
test test openMANO installation
and API
-
DISCOVER, DISRUPT, DELIVER
OpenFlow
Controller
(FloodLight)
Image
storage
openvim
OpenFlow switch
API
OFC
API
Compute nodes
OpenVIM modes: NORMAL
Data plane
(e.g. 10Gbps)
ssh
DATA
BASE
Requires
• Compute nodes (shared storage)
• OpenFlow controller & witch
Features
• Real VM deployment
• Data plane connection
Purpose: Regular operation
DISCOVER, DISRUPT, DELIVER
OpenFlow
Controller
(FloodLight)
Image
storage
openvim
OpenFlow switch
API
OFC
API
Compute nodes
OpenVIM modes: HOST ONLY
Data plane
(e.g. 10Gbps)
ssh
DATA
BASE
Requires
• Compute nodes (shared storage)
Features
• Real VM deployment
• NO data plane connection
Purpose: Testing without
openflow switch/controller
DISCOVER, DISRUPT, DELIVER
OpenFlow
Controller
(FloodLight)
Image
storage
openvim
OpenFlow switch
API
OFC
API
Compute nodes
OpenVIM modes: DEVELOPMENT
Data plane
(e.g. 10Gbps)
ssh
DATA
BASE
Requires
• Compute nodes (with fake
memory, cores, and
dataplane NICs)
Features
• Real VM deployment:
• no huge pages > normal memory
• no Data plane > bridge connection
Purpose: Functional testing
in user workstation
DISCOVER, DISRUPT, DELIVER
OpenFlow
Controller
(FloodLight)
Image
storage
openvim
OpenFlow switch
API
OFC
API
Compute nodes
OpenVIM modes: TEST
Data plane
(e.g. 10Gbps)
ssh
DATA
BASE
Requires
• FAKE Compute nodes at DB
Features
• NO Real VM deployment
Purpose: OpenMANO install
check
DISCOVER, DISRUPT, DELIVER
openMANO Configuration
• openmanod.cfg (yaml format):
• Northbound rest API parameters (http)
• http_host: iface (by default, 0.0.0.0)
• http_port/ http_admin_port : 9090/9095
• Database connection (db)
• db_host: localhost
• db_name: mano_db
• db_user: mano
• db_passwd: manopw
• Path to store VNF descriptions. For
debugging purposes
• vnf_repository : ./vnfrepo
open
vim
API
DATA
BASE
open
mano
DATA
BASE
open
mano-gui
OFC
DISCOVER, DISRUPT, DELIVER
openmano-GUI Configuration
• config.php (php format):
• Openmano API parameters (mano):
• mano_domain, mano_port, mano_path
• Openmano tenant
• mano_tenant: localhost
• Openmano database access (db)
• db_server, db_name
• db_user, db_passwd
• Openvim database access (db_vim)
• db_vim_server, db_vim_name
• db_vim_user, db_vim_passwd
open
vim
API
DATA
BASE
open
mano
DATA
BASE
open
mano-gui
OFC
DISCOVER, DISRUPT, DELIVER
openvim Usage
host
compute nodes
-up/-down
tenant
project
net
networks
(data/control plane, external)
port
VM interfaces
-create/-delete/-edit/-list
vm
virtual machines
-shutdown/-rebuild/-start/-reboot
image
hard disk image
flavor
VM requirements
DISCOVER, DISRUPT, DELIVER
openmano Usage
vnf
virtual network function
tenant
project
-create/-delete/-edit/-list
datacenter
openvim/openstack
-attach/-detach/-net
scenario
network scenario
-deploy
instance-scenario
deployed scenario
DISCOVER, DISRUPT, DELIVER
openmano-gui Usage
vnf
vnf catalogue list
physical
host and vm list
scenario
scenario
instance-scenarios
scenario new
scenario creation
DISCOVER, DISRUPT, DELIVER
DISCOVER, DISRUPT, DELIVER
E-Mail: alfonso.tiernosepulveda@telefonica.com
COMMENTS / QUESTIONS
DISCOVER, DISRUPT, DELIVER
Backup
DISCOVER, DISRUPT, DELIVER
OpenMANO architecture
DISCOVER, DISRUPT, DELIVER
DATA
BASE
host
thread
openflow
thread
openvimd
host
thread
host
thread
OpenFlow
Controller
FloodLight
Data PlaneControl Plane
North API
http
server
North API Admin
vim_db
vim
schema utilsvim_db
vim_db
thread
module
http
server
Images
storage
OPEN
VIM
External
components
OpenVIM architecture details
OpenFlow switch
DISCOVER, DISRUPT, DELIVER
DATA
BASE
MANO
openmano
d
North API
http
server
North API
Admin
nfvo_db
openmano
schemas
utilsnfvo
vim
connector
thread
module
http
server
openvim
OPEN
MANO
OpenMano architecture details
DISCOVER, DISRUPT, DELIVER
DATA
BASE
VIM
scenariovnfs
common
contex
menu
scenario_
utils
php
javascript
physical
openmano
API
scenario_
new
config
get_hosts
get_
scenarios
get_vnfs
scenario_
id
DATA
BASE
MANO
OPEN
MANO
GUI
Openmano-gui architecture details
DISCOVER, DISRUPT, DELIVER
openmano
openvim
openmano
-gui
openMANO
Openmano vs ETSI
DISCOVER, DISRUPT, DELIVER
Avoiding unintended contention…
CPU
QPI
I/O
device
I/O
device
Core Core Core CoreCore
Core Core Core CoreCore
MEMORY
I/O
device
I/O
device
CPU
I/O
device
I/O
device
Core Core Core CoreCore
Core Core Core CoreCore
I/O
device
I/O
device
MEMORY
• Dedicated resource allocation:
• Memory: huge pages
• CPUs: not oversubscribed, isolated from host OS
• I/O devices: passthrough, SR-IOV
• Modern chipset families can even avoid cache memory contention
Host OS + Hypervisor VM 1 VM 2 VM 3Not used
DISCOVER, DISRUPT, DELIVER
host OS
VM guess OS
host OS
VM guess OS
Memory pagination: second-level address translation
Logical
Memory
(process)
“Physical”
Memory
(VM)
Physical
Memory
(host)
“Physical”
Memory
(VM)
Physical
Memory
(host)
Logical
Memory
(process)
Hardware virtualization accelerators:
• Extended/Nested page table (Intel VT-x EPT, AMD-V NPT)
Huge pagesNormal pages
DISCOVER, DISRUPT, DELIVER
Hypervisor & OS need to be bypassed for data plane apps
CLOUD COMPUTING NETWORK VIRTUALISATION
Hardware
OS + Hypervisor
Virtual HW
SW
libsOS
Virtual machine 1
Virtual HW
SW
libsOS
Virtual machine N…
Virtual
Apps
Virtual
Network
Functions
Virtual
Apps
Virtual
Network
Functions
Hardware
OS + Hypervisor
Virtual HW
OS
Virtual machine 1 Virtual machine N…
Virtual
Apps
Virtual
Apps
Virtual HW
OS
UPSTREAM
TRAFFIC
DOWNSTREAM
TRAFFIC
TRAFFICBYPASSED
DATA
PLANE IS
MANAGED
DIRECTLY
Hardware virtualization accelerators:
• DMA remap mechanism, direct hardware assigned to VM, IOTLB

More Related Content

What's hot (20)

PPTX
Docker Networking with New Ipvlan and Macvlan Drivers
Brent Salisbury
 
PDF
OpenWRT development solutions - Free wireless router product development
Paul Dao
 
PDF
青云CoreOS虚拟机部署kubernetes
Zhichao Liang
 
PDF
OSDC 2014: Nat Morris - Open Network Install Environment
NETWAYS
 
PPTX
OSDC 2014 ONIE by Nat Morris
Cumulus Networks
 
PPTX
OpenWRT and Perl
Dean Hamstead
 
PDF
ONOS SDN Controller - Clustering Tests & Experiments
Eueung Mulyana
 
PDF
Understanding docker networking
Lorenzo Fontana
 
PDF
Understanding Open vSwitch
YongKi Kim
 
PDF
QEMU Disk IO Which performs Better: Native or threads?
Pradeep Kumar
 
PPTX
Vigor 3910 docker firmware quick start
Jimmy Tu
 
PDF
Open stack pike-devstack-tutorial
Eueung Mulyana
 
PDF
BKK16-312 Integrating and controlling embedded devices in LAVA
Linaro
 
PDF
Linux firmware for iRMC controller on Fujitsu Primergy servers
Vladimir Shakhov
 
PPTX
ONIE: Open Network Install Environment @ OSDC 2014 Netways, Berlin
Nat Morris
 
PDF
ONIE LinuxCon 2015
Curt Brune
 
PDF
Hyperledger composer
wonyong hwang
 
PDF
ONIE / Cumulus Networks Webinar
Cumulus Networks
 
PDF
kdump: usage and_internals
LinuxCon ContainerCon CloudOpen China
 
PDF
OpenWRT manual
fosk
 
Docker Networking with New Ipvlan and Macvlan Drivers
Brent Salisbury
 
OpenWRT development solutions - Free wireless router product development
Paul Dao
 
青云CoreOS虚拟机部署kubernetes
Zhichao Liang
 
OSDC 2014: Nat Morris - Open Network Install Environment
NETWAYS
 
OSDC 2014 ONIE by Nat Morris
Cumulus Networks
 
OpenWRT and Perl
Dean Hamstead
 
ONOS SDN Controller - Clustering Tests & Experiments
Eueung Mulyana
 
Understanding docker networking
Lorenzo Fontana
 
Understanding Open vSwitch
YongKi Kim
 
QEMU Disk IO Which performs Better: Native or threads?
Pradeep Kumar
 
Vigor 3910 docker firmware quick start
Jimmy Tu
 
Open stack pike-devstack-tutorial
Eueung Mulyana
 
BKK16-312 Integrating and controlling embedded devices in LAVA
Linaro
 
Linux firmware for iRMC controller on Fujitsu Primergy servers
Vladimir Shakhov
 
ONIE: Open Network Install Environment @ OSDC 2014 Netways, Berlin
Nat Morris
 
ONIE LinuxCon 2015
Curt Brune
 
Hyperledger composer
wonyong hwang
 
ONIE / Cumulus Networks Webinar
Cumulus Networks
 
kdump: usage and_internals
LinuxCon ContainerCon CloudOpen China
 
OpenWRT manual
fosk
 

Viewers also liked (15)

PDF
Introduction to Open Mano
videos
 
PDF
Introduction to nfv movilforum
videos
 
PDF
4 dpdk roadmap(1)
videos
 
PDF
8 intel network builders overview
videos
 
PDF
6 profiling tools
videos
 
PDF
2 new hw_features_cat_cod_etc
videos
 
PDF
5 pipeline arch_rationale
videos
 
PDF
1 intro to_dpdk_and_hw
videos
 
PDF
3 additional dpdk_theory(1)
videos
 
PDF
Intrucciones reto NFV/ Instruction to apply to nfv challenge
videos
 
PDF
Bases legales reto NFV/ Nfv challenge terms
videos
 
PPTX
View Orchestration from Model Driven Engineering Prospective
Richard Kuo
 
PDF
Introduction to Open-O
LF Events
 
PDF
OpenStack and OpenDaylight: An Integrated IaaS for SDN/NFV
Cloud Native Day Tel Aviv
 
PDF
Linux Profiling at Netflix
Brendan Gregg
 
Introduction to Open Mano
videos
 
Introduction to nfv movilforum
videos
 
4 dpdk roadmap(1)
videos
 
8 intel network builders overview
videos
 
6 profiling tools
videos
 
2 new hw_features_cat_cod_etc
videos
 
5 pipeline arch_rationale
videos
 
1 intro to_dpdk_and_hw
videos
 
3 additional dpdk_theory(1)
videos
 
Intrucciones reto NFV/ Instruction to apply to nfv challenge
videos
 
Bases legales reto NFV/ Nfv challenge terms
videos
 
View Orchestration from Model Driven Engineering Prospective
Richard Kuo
 
Introduction to Open-O
LF Events
 
OpenStack and OpenDaylight: An Integrated IaaS for SDN/NFV
Cloud Native Day Tel Aviv
 
Linux Profiling at Netflix
Brendan Gregg
 
Ad

Similar to 4. open mano set up and usage (20)

PPTX
Open Source MANO(OSM)
Eggy Cheng
 
PPTX
Open Baton: a Framework for Virtual Network Function Management and Orchestra...
Giuseppe Carella
 
PPTX
Virt july-2013-meetup
nvirters
 
PDF
NFV Open Source projects
Marie-Paule Odini
 
PDF
Presentación Laboratorio NFV de Telefónica de Antonio Elizondo
videos
 
ODP
WUG #009 - OpenVNet 0.7 presentation
Axsh Co. LTD
 
PDF
Rmll Virtualization As Is Tool 20090707 V1.0
guest72e8c1
 
PDF
RMLL / LSM 2009
Franck_Villaume
 
PPTX
OpenvSwitch Deep Dive
rajdeep
 
PPTX
Extending OpenVIM R3 to support Unikernels (and Xen)
Stefano Salsano
 
PDF
Libvirt/KVM Driver Update (Kilo)
Stephen Gordon
 
PDF
Open source mano a digital transformation technology!
Sophia Lorenn
 
PPTX
Extending ETSI VNF descriptors and OpenVIM to support Unikernels
Stefano Salsano
 
PPTX
ON.LAB FlowVisor
Isabelle Guis
 
PDF
Local development environment through virtualisation
Radu Barbu
 
PDF
Introduction to OpenNetwork and SDN
HungWei Chiu
 
PPTX
NFV foundation/NFV For Dummies
anandbajaj
 
PPTX
Virtual Networking (1) (1).pptx
KrishnaMishra386849
 
PPTX
Openstack openswitch basics
nshah061
 
PDF
OVS-LinuxCon 2013.pdf
DanielHanganu2
 
Open Source MANO(OSM)
Eggy Cheng
 
Open Baton: a Framework for Virtual Network Function Management and Orchestra...
Giuseppe Carella
 
Virt july-2013-meetup
nvirters
 
NFV Open Source projects
Marie-Paule Odini
 
Presentación Laboratorio NFV de Telefónica de Antonio Elizondo
videos
 
WUG #009 - OpenVNet 0.7 presentation
Axsh Co. LTD
 
Rmll Virtualization As Is Tool 20090707 V1.0
guest72e8c1
 
RMLL / LSM 2009
Franck_Villaume
 
OpenvSwitch Deep Dive
rajdeep
 
Extending OpenVIM R3 to support Unikernels (and Xen)
Stefano Salsano
 
Libvirt/KVM Driver Update (Kilo)
Stephen Gordon
 
Open source mano a digital transformation technology!
Sophia Lorenn
 
Extending ETSI VNF descriptors and OpenVIM to support Unikernels
Stefano Salsano
 
ON.LAB FlowVisor
Isabelle Guis
 
Local development environment through virtualisation
Radu Barbu
 
Introduction to OpenNetwork and SDN
HungWei Chiu
 
NFV foundation/NFV For Dummies
anandbajaj
 
Virtual Networking (1) (1).pptx
KrishnaMishra386849
 
Openstack openswitch basics
nshah061
 
OVS-LinuxCon 2013.pdf
DanielHanganu2
 
Ad

More from videos (14)

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

Recently uploaded (20)

PPTX
OA presentation.pptx OA presentation.pptx
pateldhruv002338
 
PDF
Data_Analytics_vs_Data_Science_vs_BI_by_CA_Suvidha_Chaplot.pdf
CA Suvidha Chaplot
 
PPTX
Agile Chennai 18-19 July 2025 | Workshop - Enhancing Agile Collaboration with...
AgileNetwork
 
PDF
GDG Cloud Munich - Intro - Luiz Carneiro - #BuildWithAI - July - Abdel.pdf
Luiz Carneiro
 
PDF
Per Axbom: The spectacular lies of maps
Nexer Digital
 
PPTX
AI in Daily Life: How Artificial Intelligence Helps Us Every Day
vanshrpatil7
 
PPTX
The Future of AI & Machine Learning.pptx
pritsen4700
 
PDF
How Open Source Changed My Career by abdelrahman ismail
a0m0rajab1
 
PPTX
Agile Chennai 18-19 July 2025 Ideathon | AI Powered Microfinance Literacy Gui...
AgileNetwork
 
PDF
How ETL Control Logic Keeps Your Pipelines Safe and Reliable.pdf
Stryv Solutions Pvt. Ltd.
 
PDF
TrustArc Webinar - Navigating Data Privacy in LATAM: Laws, Trends, and Compli...
TrustArc
 
PPTX
Agentic AI in Healthcare Driving the Next Wave of Digital Transformation
danielle hunter
 
PDF
The Future of Mobile Is Context-Aware—Are You Ready?
iProgrammer Solutions Private Limited
 
PDF
Build with AI and GDG Cloud Bydgoszcz- ADK .pdf
jaroslawgajewski1
 
PDF
Responsible AI and AI Ethics - By Sylvester Ebhonu
Sylvester Ebhonu
 
PPTX
Farrell_Programming Logic and Design slides_10e_ch02_PowerPoint.pptx
bashnahara11
 
PPTX
Agile Chennai 18-19 July 2025 | Emerging patterns in Agentic AI by Bharani Su...
AgileNetwork
 
PDF
Google I/O Extended 2025 Baku - all ppts
HusseinMalikMammadli
 
PPTX
Dev Dives: Automate, test, and deploy in one place—with Unified Developer Exp...
AndreeaTom
 
PPTX
AI and Robotics for Human Well-being.pptx
JAYMIN SUTHAR
 
OA presentation.pptx OA presentation.pptx
pateldhruv002338
 
Data_Analytics_vs_Data_Science_vs_BI_by_CA_Suvidha_Chaplot.pdf
CA Suvidha Chaplot
 
Agile Chennai 18-19 July 2025 | Workshop - Enhancing Agile Collaboration with...
AgileNetwork
 
GDG Cloud Munich - Intro - Luiz Carneiro - #BuildWithAI - July - Abdel.pdf
Luiz Carneiro
 
Per Axbom: The spectacular lies of maps
Nexer Digital
 
AI in Daily Life: How Artificial Intelligence Helps Us Every Day
vanshrpatil7
 
The Future of AI & Machine Learning.pptx
pritsen4700
 
How Open Source Changed My Career by abdelrahman ismail
a0m0rajab1
 
Agile Chennai 18-19 July 2025 Ideathon | AI Powered Microfinance Literacy Gui...
AgileNetwork
 
How ETL Control Logic Keeps Your Pipelines Safe and Reliable.pdf
Stryv Solutions Pvt. Ltd.
 
TrustArc Webinar - Navigating Data Privacy in LATAM: Laws, Trends, and Compli...
TrustArc
 
Agentic AI in Healthcare Driving the Next Wave of Digital Transformation
danielle hunter
 
The Future of Mobile Is Context-Aware—Are You Ready?
iProgrammer Solutions Private Limited
 
Build with AI and GDG Cloud Bydgoszcz- ADK .pdf
jaroslawgajewski1
 
Responsible AI and AI Ethics - By Sylvester Ebhonu
Sylvester Ebhonu
 
Farrell_Programming Logic and Design slides_10e_ch02_PowerPoint.pptx
bashnahara11
 
Agile Chennai 18-19 July 2025 | Emerging patterns in Agentic AI by Bharani Su...
AgileNetwork
 
Google I/O Extended 2025 Baku - all ppts
HusseinMalikMammadli
 
Dev Dives: Automate, test, and deploy in one place—with Unified Developer Exp...
AndreeaTom
 
AI and Robotics for Human Well-being.pptx
JAYMIN SUTHAR
 

4. open mano set up and usage

  • 1. OPENMANO set up and usage_ Network Innovation & Virtualisation Global CTO Unit 9 Jun 2015 ALFONSO TIERNO Network Virtualisation Initiative @ GCTO Unit [email protected]
  • 2. DISCOVER, DISRUPT, DELIVER openMANO Requirements • Requirements • Lightweight python program • Can run on a VM w/ 1 core & 1 GB RAM • External components • Compute nodes (required in ‘NORMAL’ and ‘HOST-ONLY’ modes) • Common storage folder. (NAS) • Control plane interconnection • No agents are needed, only ssh/libvirt access • Openflow controler + switch (required in ‘NORMAL’ mode)
  • 3. DISCOVER, DISRUPT, DELIVER openMANO Installation • Open source (apache2 license) • https://github.com/nfvlabs/openmano • Script for automatic installation • wget https://github.com/nfvlabs/openmano/raw/master/scri pts/install-openmano.sh • chmod +x install-openmano.sh • sudo ./install-openmano.sh
  • 4. DISCOVER, DISRUPT, DELIVER openMANO Manual installation • Required packages: • LAMP: Database (vim/mano), PHP and apache (gui) • python and python packages (vim/mano) • Source download • git clone https://github.com/nfvlabs/openmano.git openmano • Database installation • create database and openmano users • load schema.sql • Download & install FloodLight • Put CLI clients at path (/home/user/bin) • openmano, openvim • Configure openmano-gui • link /var/www/html • Permissions for apache user, SElinux, firewalld
  • 5. DISCOVER, DISRUPT, DELIVER OpenFlow Controller (FloodLight) WEB SERVER (GUI) openvim openmano openmano- gui OpenFlow switch VM Compute nodes NETWORK SCENARIOS VNF SDN OpenMANO details Network scenario
  • 6. DISCOVER, DISRUPT, DELIVER openVIM Configuration • openvimd.cfg (yaml format): • Northbound rest API parameters (http) • _host, _port, _admin_port: iface/port • Openflow connection (of_controller) • Database connection (db) • db_host /db_name: localhost /vim_db • db_user / db_passwd: vim /vimpw • Local image path at compute node. • image_path: /opt/VNF/images • Control plane interfaces. Pre- provisioned at compute host are used for control plane connection • Compute node iface name, VLAN, speed • Mode: normal, test, host only, development open vim API DATA BASE open mano DATA BASE open mano-gui OFC
  • 7. DISCOVER, DISRUPT, DELIVER openVIM Modes 4 modes to run openvim MODE Purpose Hardware needed normal regular operation compute nodes openflow switch host only deploy without openflow controller/switch compute nodes development develop VNFs. It deploys simulating “enhanced” compute nodes “low performance” compute node test test openMANO installation and API -
  • 8. DISCOVER, DISRUPT, DELIVER OpenFlow Controller (FloodLight) Image storage openvim OpenFlow switch API OFC API Compute nodes OpenVIM modes: NORMAL Data plane (e.g. 10Gbps) ssh DATA BASE Requires • Compute nodes (shared storage) • OpenFlow controller & witch Features • Real VM deployment • Data plane connection Purpose: Regular operation
  • 9. DISCOVER, DISRUPT, DELIVER OpenFlow Controller (FloodLight) Image storage openvim OpenFlow switch API OFC API Compute nodes OpenVIM modes: HOST ONLY Data plane (e.g. 10Gbps) ssh DATA BASE Requires • Compute nodes (shared storage) Features • Real VM deployment • NO data plane connection Purpose: Testing without openflow switch/controller
  • 10. DISCOVER, DISRUPT, DELIVER OpenFlow Controller (FloodLight) Image storage openvim OpenFlow switch API OFC API Compute nodes OpenVIM modes: DEVELOPMENT Data plane (e.g. 10Gbps) ssh DATA BASE Requires • Compute nodes (with fake memory, cores, and dataplane NICs) Features • Real VM deployment: • no huge pages > normal memory • no Data plane > bridge connection Purpose: Functional testing in user workstation
  • 11. DISCOVER, DISRUPT, DELIVER OpenFlow Controller (FloodLight) Image storage openvim OpenFlow switch API OFC API Compute nodes OpenVIM modes: TEST Data plane (e.g. 10Gbps) ssh DATA BASE Requires • FAKE Compute nodes at DB Features • NO Real VM deployment Purpose: OpenMANO install check
  • 12. DISCOVER, DISRUPT, DELIVER openMANO Configuration • openmanod.cfg (yaml format): • Northbound rest API parameters (http) • http_host: iface (by default, 0.0.0.0) • http_port/ http_admin_port : 9090/9095 • Database connection (db) • db_host: localhost • db_name: mano_db • db_user: mano • db_passwd: manopw • Path to store VNF descriptions. For debugging purposes • vnf_repository : ./vnfrepo open vim API DATA BASE open mano DATA BASE open mano-gui OFC
  • 13. DISCOVER, DISRUPT, DELIVER openmano-GUI Configuration • config.php (php format): • Openmano API parameters (mano): • mano_domain, mano_port, mano_path • Openmano tenant • mano_tenant: localhost • Openmano database access (db) • db_server, db_name • db_user, db_passwd • Openvim database access (db_vim) • db_vim_server, db_vim_name • db_vim_user, db_vim_passwd open vim API DATA BASE open mano DATA BASE open mano-gui OFC
  • 14. DISCOVER, DISRUPT, DELIVER openvim Usage host compute nodes -up/-down tenant project net networks (data/control plane, external) port VM interfaces -create/-delete/-edit/-list vm virtual machines -shutdown/-rebuild/-start/-reboot image hard disk image flavor VM requirements
  • 15. DISCOVER, DISRUPT, DELIVER openmano Usage vnf virtual network function tenant project -create/-delete/-edit/-list datacenter openvim/openstack -attach/-detach/-net scenario network scenario -deploy instance-scenario deployed scenario
  • 16. DISCOVER, DISRUPT, DELIVER openmano-gui Usage vnf vnf catalogue list physical host and vm list scenario scenario instance-scenarios scenario new scenario creation
  • 21. DISCOVER, DISRUPT, DELIVER DATA BASE host thread openflow thread openvimd host thread host thread OpenFlow Controller FloodLight Data PlaneControl Plane North API http server North API Admin vim_db vim schema utilsvim_db vim_db thread module http server Images storage OPEN VIM External components OpenVIM architecture details OpenFlow switch
  • 22. DISCOVER, DISRUPT, DELIVER DATA BASE MANO openmano d North API http server North API Admin nfvo_db openmano schemas utilsnfvo vim connector thread module http server openvim OPEN MANO OpenMano architecture details
  • 25. DISCOVER, DISRUPT, DELIVER Avoiding unintended contention… CPU QPI I/O device I/O device Core Core Core CoreCore Core Core Core CoreCore MEMORY I/O device I/O device CPU I/O device I/O device Core Core Core CoreCore Core Core Core CoreCore I/O device I/O device MEMORY • Dedicated resource allocation: • Memory: huge pages • CPUs: not oversubscribed, isolated from host OS • I/O devices: passthrough, SR-IOV • Modern chipset families can even avoid cache memory contention Host OS + Hypervisor VM 1 VM 2 VM 3Not used
  • 26. DISCOVER, DISRUPT, DELIVER host OS VM guess OS host OS VM guess OS Memory pagination: second-level address translation Logical Memory (process) “Physical” Memory (VM) Physical Memory (host) “Physical” Memory (VM) Physical Memory (host) Logical Memory (process) Hardware virtualization accelerators: • Extended/Nested page table (Intel VT-x EPT, AMD-V NPT) Huge pagesNormal pages
  • 27. DISCOVER, DISRUPT, DELIVER Hypervisor & OS need to be bypassed for data plane apps CLOUD COMPUTING NETWORK VIRTUALISATION Hardware OS + Hypervisor Virtual HW SW libsOS Virtual machine 1 Virtual HW SW libsOS Virtual machine N… Virtual Apps Virtual Network Functions Virtual Apps Virtual Network Functions Hardware OS + Hypervisor Virtual HW OS Virtual machine 1 Virtual machine N… Virtual Apps Virtual Apps Virtual HW OS UPSTREAM TRAFFIC DOWNSTREAM TRAFFIC TRAFFICBYPASSED DATA PLANE IS MANAGED DIRECTLY Hardware virtualization accelerators: • DMA remap mechanism, direct hardware assigned to VM, IOTLB