Progress report on NFV standardization in ETSI.

Size: px
Start display at page:

Download "Progress report on NFV standardization in ETSI."

Transcription

1 Progress report on NFV standardization in ETSI. NetV: IRISA / Technicolor Workshop on Network Virtualization Bruno CHATRAS, Orange, ETSI NFV ISG Vice-Chairman 1

2 Agenda Overview Selected technical items 2

3 NFV is now a 4 year-old concept! The seminal white paper on Network Functions Virtualisation (NFV) signed by 13 network operators was published at the ONS conference in Darmstadt in October The first meeting of the ETSI Industry Specification Group (ISG) on NFV was held in January Today, the ISG membership has grown over 290 companies. 3

4 A short reminder about Network Functions Virtualisation (NFV) Relocating network functions from dedicated appliances to pools of generic industry servers, leveraging: - Cloud Computing Technology - Virtualisation Technologies NFV Management & Orchestration - Advances in general purpose processors performance Physical Network Function Automated installation & lifecycle management - Software images - Metadata - Supporting files Virtualised Network Function 4 distributed pools of commodity server

5 ETSI NFV Specification Releases Release 2 Looking for interoperability Release 3 Operationalizing NFV Release 1 Setting the concepts 5 PoCs Trials Large-scale deployments

6 NFV Release 2 normative deliverables Management and Orchestration Requirement specifications applicable to functional blocks Requirement specifications applicable to interfaces Requirement and information model specifications applicable to deployment templates and VNF Packaging APIs and Data Model specifications (ongoing) NFV Acceleration Requirement specifications applicable to interfaces between VNFs and a hardware-acceleration abstraction layer (still ongoing). 6 I.130 specification stages Stage 2 Stage 3

7 NFV Release 3 normative deliverables (work ongoing) NFV Acceleration NFV acceleration management interface Network Acceleration Interface NFV Management & Orchestration Architecture enhancement for Security Management Performance Measurements Software Update NFV Infrastructure Requirements for the hypervisor domain NFV Hardware requirements Performance Metrics NFV Security Security management and monitoring Security for Management & Orchestration System architecture for execution of sensitive NFV components 7

8 NFV Release 3 main ongoing studies NFV operationalization Charging, billing and accounting for NFV. Automated deployment of element management functions and other OSS functions. Management of the NFV Management and Orchestration functional blocks Multi-sites network service deployment, including connectivity across one or more WANs Creation and use of VNF snapshots for troubleshooting. License management NFV 8

9 NFV Release 3 main ongoing studies Forward-looking studies Integrating policy management in NFV Management & Orchestration Multi-domain orchestration Support of real-time/ultra-low latency aspects in NFV Support of PaaS and massively decomposed VNFs 5G Network Slicing support Guidelines for VNF design Still under discussion 9

10 Agenda Overview Selected technical items NFV Descriptors APIs and Data Models NFV Acceleration 10

11 NFV Descriptors specifications GS NFV-IFA 011 (VNFD) and GS NFV-IFA014 (NSD) makes GS NFV-MAN 001 obsolete! Similar high level structure but many differences inside Many Open Source solutions are still based on GS NFV-MAN 001 with own extensions, leading to non-compatible solutions! Major changes in VNFD w.r.t. Flavours/Profiles Scaling parameters Affinity rules 11

12 VNF Deployment Flavour Flavour = A specific deployment variant of a VNF Selects the type and number of VNFC instances to be created. QoS and Bandwidth requirements for internal virtual links Affinity and anti-affinity rules A VNF instance flavour can be changed during the VNF instance lifetime 12

13 Operating experience The scaling space (all scaling aspects) One scaling aspect with scale levels Scaling aspects A VNF may be scaled in multiple independent aspects Example - 2 aspects: DataBase, PROCessing - A scaling aspect describes in an abstracted manner what property of the VNF to scale. - A scaling aspect maps to a set of VDUs and VLDs. - Each scale level of a scaling aspect defines a valid size of the VNF w.r.t to that aspect Actual VNF sizes From red : DB=1, Proc=1 To yellow : DB=2, Proc=3 Scale Call Processor 13

14 Affinity vs Anti-Affinity rules Typically used to reduce communication latency Rules can apply Between VNFs (rules in NSD) and between VNFCs (rules in VNFD) Between instances of the same VNF(C)s or between all instances of different types of VNF(C)s Typically used to increase resilience Affinity Anti-Affinity Object Object Object Scope = Host, Zone, etc. Scope = Host, Zone, etc. 14

15 Agenda Overview Selected items NFV Descriptors APIs and Data Models NFV Acceleration 15

16 APIs, Protocols and Data Models Ongoing work o o o o Specification of a set of REST APIs applicable to the VNFM NFVO, VNFM VNF and OSS-NFVO and reference points: SOL002, 003 and 005 Specification of a TOSCA profile for the VNFD and NSD: SOL001 Specification of a VNF Packaging Format based on TOSCA CSAR: SOL004 Analysis of the gap between functional requirements applicable to the VIM northbound interfaces and Open Stack APIs 16

17 REST APIs for NFV MANO Use basic CRUD methods: POST, GET, PATCH, DELETE On a limited set of resources: VNF instances VNF lifecycle operation occurences Subscriptions Notifications Inspired from TM Forum API Design Guidelines Level 3 of the Richardson maturity model and extends with TASK resources to trigger complex operations (e.g. Instantiation, scaling) HATEOAS (Hypertext As The Engine Of Application State) features used as well. 17

18 Typical sequence diagram Task resources include Instantiate VNF Scale VNF Scale VNF to Level Change VNF Flavour Terminate VNF Heal VNF Operate VNF 18

19 Agenda Overview Selected items NFV Descriptors APIs and Data Models NFV Acceleration 19

20 Interoperability between VNFs and NFV infrastructure: The portability challenge Many VNFs need to be accelerated to deliver high performance will running on COTS servers. Hardware acceleration is a widespread solution, which today creates dependencies between the VNF and the underlying hardware Portability Performance Example The VNF is a Diameter Routing Agent IPSec processing is off-loaded to an enhanced Network Interface Card (NIC) The VNF software communicates with the NIC using a proprietary API, specific to the card model. 20

21 NFV Acceleration specifications Accelerated VNF Processing partly offloaded to the infrastructure (e.g. vswitch or hardware accelerator) Improved IP stack (e.g. DPDK-based IP stack) VNFC Instance Related Open Source projects OPNFV DPACC & OpenStack Nomad GS NFV-IFA018 GS NFV-IFA002 GS NFV-IFA019 Virtualisation layer Hardware vswitch Hardware Acceleration Abstraction layer Hardware Accelerators Virtualised Infrastructure Manager (VIM) 21 e.g. Network Interface Card (NIC) with offload capabilities

22 The Pass-through model Hardware dependencies have to be specified in the VNF Descriptor, by the VNF provider. Restricted ability to move the VNF from one server to another. 22

23 Towards an abstract model Need for abstract acceleration capabilities have to be specified in the VNF Descriptor, by the VNF provider. 23

24 Thank you 24

25 Further details ETSI NFV Technology Web page and (Drafts specifications) 25

26 High-level view of a VNF Descriptor (VNFD) contents CPU architecture Number of vcpu CPU pinning data e.g. Need for acceleration capabilities 26

27 Mapping LCM operations to HTTP verbs and task resources 27 Resource name Resource URI HTTP Method Meaning VNF instances /vnf_instances GET Query multiple VNF instances POST Create a VNF instance resource Individual VNF instance /vnf_instances/{instanceid} GET Query single VNF instance PATCH Modify VNF instance information DELETE Delete VNF instance resource Instantiate VNF task /vnf_instances/{instanceid}/instantiate POST Instantiate a VNF Scale VNF task /vnf_instances/{instanceid}/scale POST Scale a VNF instance incrementally Scale VNF to Level task /vnf_instances/{instanceid}/scale_to_level POST Scale a VNF instance to a target level Change VNF flavour task /vnf_instances/{instanceid}/change_flavour POST Change the deployment flavour of a VNF instance Terminate VNF task /vnf_instances/{instanceid}/ terminate POST Terminate a VNF instance Heal VNF task /vnf_instances/{instanceid}/heal POST Heal a VNF instance Operate VNF task /vnf_instances/{instanceid}/operate POST Operate a VNF instance VNF lifecycle operation /vnf_lc_ops GET Query list of VNF LCM operation occurrences occurrences Individual VNF lifecycle /vnf_lc_ops/{vnflcopid} GET Query single VNF LCM operation occurrence operation occurrence Subscriptions /subscriptions POST Subscribe to VNF lifecycle change notifications GET Query subscriptions Individual subscription /subscriptions/{subscriptionid} GET Query a single subscription DELETE Terminate subscription Notification endpoint (client-provided) POST Notify about VNF lifecycle change

ETSI NFV CONCEPTS AND MANO DETAILS NFV#19 TUTORIAL 11 SEPTEMBER

ETSI NFV CONCEPTS AND MANO DETAILS NFV#19 TUTORIAL 11 SEPTEMBER ETSI NFV CONCEPTS AND MANO DETAILS NFV#19 TUTORIAL 11 SEPTEMBER 2017 Jeremy Fuller (IFA Chair, GENBAND) with input from many others, including: U. Rauschenbach (Nokia), M. Flauw (HPE), B. Chatras (Orange),

More information

VNF OPERATION USE CASES. Thinh Nguyenphu, ETSI NFV SOL Vice-Chair, Nokia Bell Labs and CTO Nokia

VNF OPERATION USE CASES. Thinh Nguyenphu, ETSI NFV SOL Vice-Chair, Nokia Bell Labs and CTO Nokia OPERATION USE CASES Thinh Nguyenphu, ETSI NFV SOL Vice-Chair, Nokia Bell Labs and CTO Nokia Operation Use Cases Package Management (e.g. On-board a Package) Lifecycle Management (e.g. Instantiate, Scale

More information

ETSI ISG NFV: WORK PROGRAM RELEASE 2 AND RELEASE 3 OVERVIEW

ETSI ISG NFV: WORK PROGRAM RELEASE 2 AND RELEASE 3 OVERVIEW NFV(17)000244 For information ETSI ISG NFV: WORK PROGRAM RELEASE 2 AND RELEASE 3 OVERVIEW ETSI ISG NFV Joan Triay (ETSI NFV Technical Manager, DOCOMO Euro- Labs) 1 Outline PART 1: ETSI ISG NFV Overview

More information

ONAP ETSI NFV ARCHITECTURE ALIGNEMENT

ONAP ETSI NFV ARCHITECTURE ALIGNEMENT ONAP ETSI NFV ARCHITECTURE ALIGNEMENT Bruno Chatras, NFV ISG Vice-Chairman on behalf of the ISG leadership team ETSI 2017. All rights reserved 2 PART 1 ETSI NFV CONCEPTS ETSI NFV Architecture, and NFV-MANO

More information

ETSI GS NFV-IFA 010 V2.2.1 ( )

ETSI GS NFV-IFA 010 V2.2.1 ( ) GS NFV-IFA 010 V2.2.1 (2016-09) GROUP SPECIFICATION Network Functions Virtualisation (NFV); Management and Orchestration; Functional requirements specification Disclaimer The present document has been

More information

ETSI GS NFV-IFA 010 V2.1.1 ( )

ETSI GS NFV-IFA 010 V2.1.1 ( ) GS NFV-IFA 010 V2.1.1 (2016-04) GROUP SPECIFICATION Network Functions Virtualisation (NFV); Management and Orchestration; Functional requirements specification Disclaimer The present document has been

More information

ETSI GS NFV-IFA 007 V2.1.1 ( )

ETSI GS NFV-IFA 007 V2.1.1 ( ) GS NFV-IFA 007 V2.1.1 (2016-10) GROUP SPECIFICATION Network Functions Virtualisation (NFV); Management and Orchestration; Or-Vnfm reference point - Interface and Information Model Specification Disclaimer

More information

ETSI GS NFV-IFA 008 V2.1.1 ( )

ETSI GS NFV-IFA 008 V2.1.1 ( ) GS NFV-IFA 008 V2.1.1 (2016-10) GROUP SPECIFICATION Network Functions Virtualisation (NFV); Management and Orchestration; Ve-Vnfm reference point - Interface and Information Model Specification Disclaimer

More information

ETSI GR NFV-TST 007 V2.5.1 ( )

ETSI GR NFV-TST 007 V2.5.1 ( ) GR NFV-TST 007 V2.5.1 (2018-08) GROUP REPORT Network Functions Virtualisation (NFV) Release 2; ing; Guidelines on Interoperability ing for ANO Disclaimer The present document has been produced and approved

More information

ETSI GR NFV-TST 007 V1.1.1 ( )

ETSI GR NFV-TST 007 V1.1.1 ( ) GR NFV-TST 007 V1.1.1 (2017-11) GROUP REPORT Network Functions Virtualisation (NFV); ing; Guidelines on Interoperability ing for ANO Disclaimer The present document has been produced and approved by the

More information

NFV ACCELERATION INTRODUCTION. Presenter Ning Zong

NFV ACCELERATION INTRODUCTION. Presenter Ning Zong NFV ACCELERATION INTRODUCTION Presenter Ning Zong (zongning@huawei.com) 1 Some History - Why Acceleration is Beneficial to NFV PoC#21 - Network Intensive and Compute Intensive Hardware Acceleration ETSI

More information

ETSI NFV #19 SpecFest Denver 2017

ETSI NFV #19 SpecFest Denver 2017 ETSI NFV #19 SpecFest Denver 2017 VNF Scaling with Nokia VNFM Nokia CloudBand Application Manager (CBAM) Hunor Demeter CBAM, Product Owner hunor.demeter@nokia.com 1 Agenda 1 2 ETSI NFV Nokia VNF Manager

More information

ETSI GR MEC 017 V1.1.1 ( )

ETSI GR MEC 017 V1.1.1 ( ) GR MEC 017 V1.1.1 (2018-02) GROUP REPORT Mobile Edge Computing (MEC); Deployment of Mobile Edge Computing in an NFV environment Disclaimer The present document has been produced and approved by the Mobile

More information

ETSI GS NFV 003 V1.3.1 ( )

ETSI GS NFV 003 V1.3.1 ( ) GS NFV 003 V1.3.1 (2018-01) GROUP SPECIFICATION Network Functions Virtualisation (NFV); Terminology for Main Concepts in NFV Disclaimer The present document has been produced and approved by the Network

More information

ETSI Plugtests Test Plan V1.0.0 ( ) 2 nd ETSI NFV Plugtests Sophia Antipolis, France 15 th 19 th January 2018

ETSI Plugtests Test Plan V1.0.0 ( ) 2 nd ETSI NFV Plugtests Sophia Antipolis, France 15 th 19 th January 2018 Plan V1.0.0 (2018-02) 2 nd ETSI NFV Plugtests Sophia Antipolis, France 15 th 19 th January 2018 2 ETSI 650 Route des Lucioles F-06921 Sophia Antipolis Cedex - FRANCE Tel.: +33 4 92 94 42 00 Fax: +33 4

More information

TOSCA complementing NFV (Network Function Virtualization)

TOSCA complementing NFV (Network Function Virtualization) TOSCA complementing NFV (Network Function Virtualization) Shitao li HUAWEI TECHNOLOGIES CO., LTD. HISILICON HUAWEI TECHNOLOGIES SEMICONDUCTOR CO., LTD. Page 1 Objectives Removing tightly coupled network

More information

ETSI GS NFV-TST 002 V1.1.1 ( )

ETSI GS NFV-TST 002 V1.1.1 ( ) GS NFV-TST 002 V1.1.1 (2016-10) GROUP SPECIFICATION Network Functions Virtualisation (NFV); Testing Methodology; Report on NFV Interoperability Testing Methodology Disclaimer The present document has been

More information

ETSI Plugtests Test Plan V1.0.0 ( ) 1 st ETSI NFV Plugtests Madrid, Spain 23rd January 3 rd February

ETSI Plugtests Test Plan V1.0.0 ( ) 1 st ETSI NFV Plugtests Madrid, Spain 23rd January 3 rd February Plan V1.0.0 (2017-02) 1 st ETSI NFV Plugtests Madrid, Spain 23rd January 3 rd February 2 ETSI 650 Route des Lucioles F-06921 Sophia Antipolis Cedex - FRANCE Tel.: +33 4 92 94 42 00 Fax: +33 4 93 65 47

More information

ETSI GS NFV-SOL 003 V2.3.1 ( )

ETSI GS NFV-SOL 003 V2.3.1 ( ) GS NFV-SOL 003 V2.3.1 (2017-07) GROUP SPECIFICATION Network Functions Virtualisation (NFV) Release 2; Protocols and Data Models; RESTful protocols specification for the Or-Vnfm Reference Point Disclaimer

More information

Orchestrated Assurance enabled by NFV 1 NFV ISG PoC Proposal

Orchestrated Assurance enabled by NFV 1 NFV ISG PoC Proposal Orchestrated Assurance enabled by NFV 1 NFV ISG PoC Proposal 1.1 PoC Team Members PoC Project Name: Orchestrated Assurance enabled by NFV Network Operators/ Service Providers: Orange Contact: Christos

More information

ETSI GR NFV-EVE 012 V3.1.1 ( )

ETSI GR NFV-EVE 012 V3.1.1 ( ) GR NFV-EVE 012 V3.1.1 (2017-12) GROUP REPORT Network Functions Virtualisation (NFV) Release 3; Evolution and Ecosystem; Report on Network Slicing Support with NFV Architecture Framework Disclaimer The

More information

Upgrading Your System a Telco User Perspective. Ulrich Kleber San Francisco November 2015

Upgrading Your System a Telco User Perspective. Ulrich Kleber San Francisco November 2015 Upgrading Your System a Telco User Perspective Ulrich Kleber San Francisco November 2015 Outline Introduction and Requirements Upgrade Scenarios OPNFV Escalator Project 2 Outline Introduction and Requirements

More information

TOSCA Templates for NFV and network topology description

TOSCA Templates for NFV and network topology description TOSCA Templates for NFV and network topology description CYCLONE Technical paper September 2017 Table of Contents 1. OASIS Topology and Orchestration Specification for Cloud Applications (TOSCA)... 2 2.

More information

Testing Network Softwarization

Testing Network Softwarization Testing Network Softwarization Pierre Lynch Lead Technologist, Ixia Solutions Group, Keysight Technologies Chair, TST WG, ETSI NFV ISG All rights reserved 1 AGENDA Introduction and Background Testing Networking

More information

MWC 2015 End to End NFV Architecture demo_

MWC 2015 End to End NFV Architecture demo_ MWC 2015 End to End NFV Architecture demo_ March 2015 demonstration @ Intel booth Executive summary The goal is to demonstrate how an advanced multi-vendor implementation of the ETSI ISG NFV architecture

More information

ETSI GS NFV-SOL 003 V2.4.1 ( )

ETSI GS NFV-SOL 003 V2.4.1 ( ) GROUP SPECIFICATION Network Functions Virtualisation (NFV) Release 2; Protocols and Data Models; RESTful protocols specification for the Or-Vnfm Reference Point Disclaimer The present document has been

More information

ETSI GS NFV-SOL 002 V2.4.1 ( )

ETSI GS NFV-SOL 002 V2.4.1 ( ) GS NFV-SOL 002 V2.4.1 (2018-02) GROUP SPECIFICATION Network Functions Virtualisation (NFV) Release 2; Protocols and Data Models; RESTful protocols specification for the Ve-Vnfm Reference Point Disclaimer

More information

Deploy a unified NFV MANO solution that draws on decades of telecom innovation and virtualization expertise

Deploy a unified NFV MANO solution that draws on decades of telecom innovation and virtualization expertise Scale management and orchestration in the telco cloud with Nokia CloudBand and VMware vcloud NFV Deploy a unified NFV MANO solution that draws on decades of telecom innovation and virtualization expertise

More information

Abinash Vishwakarma(Netcracker)

Abinash Vishwakarma(Netcracker) Analysis of ETSI Vs ONAP API (Focus: ETSI Os-Ma-nfvo reference point) Abinash Vishwakarma(Netcracker) 12, 2017 Agenda Objective and Scope of Analysis NSD Management NSD Lifecycle Management NS Performance

More information

NFV. Cloud Standard Coordination Workshop January 28th 2016, Brussels. 1 Nokia 2016

NFV. Cloud Standard Coordination Workshop January 28th 2016, Brussels. 1 Nokia 2016 NFV Cloud Standard Coordination Workshop January 28th 2016, Brussels 1 Nokia 2016 Vision and high level expectations SCALE LIKE: MANAGE DATA LIKE: HAVE THE AGILITY OF: Cloud, NFV and SDN are perceived

More information

ETSI GR NFV-IFA 028 V3.1.1 ( )

ETSI GR NFV-IFA 028 V3.1.1 ( ) GR NFV-IFA 028 V3.1.1 (2018-01) GROUP REPORT Network Functions Virtualisation (NFV) Release 3; Management and Orchestration; Report on architecture options to support multiple administrative domains Disclaimer

More information

ETSI GR NFV-REL 007 V1.1.1 ( )

ETSI GR NFV-REL 007 V1.1.1 ( ) GR NFV-REL 007 V1.1.1 (2017-09) GROUP REPORT Network Function Virtualisation (NFV); Reliability; Report on the resilience of NFV-MANO critical capabilities Disclaimer The present document has been produced

More information

ETSI GS NFV-EVE 001 V3.1.1 ( )

ETSI GS NFV-EVE 001 V3.1.1 ( ) GS NFV-EVE 001 V3.1.1 (2017-07) GROUP SPECIFICATION Network Functions Virtualisation (NFV); Virtualisation Technologies; Hypervisor Domain Requirements specification; Release 3 Disclaimer The present document

More information

Descriptors Cooperation between Standard and Opensource. Presenting: DENG Hui

Descriptors Cooperation between Standard and Opensource. Presenting: DENG Hui Descriptors Cooperation between Standard and Opensource Presenting: DENG Hui denghui12@huawei.com It is the time to consider this OSM and OPEN-O just had their 1 st releases (in Oct. and Nov. 2016) ETSI

More information

ETSI GS NFV-IFA 014 V2.3.1 ( )

ETSI GS NFV-IFA 014 V2.3.1 ( ) GS NFV-IFA 014 V2.3.1 (2017-08) GROUP SPECIFICATION Network Functions Virtualisation (NFV) Release 2; Management and Orchestration; Network Service Templates Specification Disclaimer The present document

More information

VNFD Information Model Specification V0.1

VNFD Information Model Specification V0.1 VNFD Information Model Specification V0.1 1. Scope... 3 2. Terms, Definitions and Abbreviations... 3 3. VNF Information Mode... 4 4. Functional Requirements... 4 4.1 VNF Package... 4 4.2 VNF Package Content...

More information

UNIVERSITY OF CAGLIARI

UNIVERSITY OF CAGLIARI UNIVERSITY OF CAGLIARI DIEE - Department of Electrical and Electronic Engineering Infrastrutture ed Applicazioni Avanzate nell Internet NFV ACK: content taken from Foundations of Modern Networking, SDN,

More information

Virtual Network Functions Life Cycle Management

Virtual Network Functions Life Cycle Management Virtual Network Functions Life Cycle Management Cisco Elastic Services Controller (ESC) provides a single point of control to manage all aspects of VNF lifecycle for generic virtual network functions (VNFs)

More information

AN UPDATE ON OSM TO THE NFVRG. Diego R. Lopez Telefónica I+D

AN UPDATE ON OSM TO THE NFVRG. Diego R. Lopez Telefónica I+D AN UPDATE ON OSM TO THE NFVRG Diego R. Lopez Telefónica I+D DICEBAMUS HESTERNA DIE Delivering an open source MANO stack aligned to ETSI NFV (information and data) models Capable of consuming published

More information

Virtual Network Functions Life Cycle Management

Virtual Network Functions Life Cycle Management Virtual Network Functions Life Cycle Management Cisco Elastic Services Controller (ESC) provides a single point of control to manage all aspects of VNF lifecycle for generic virtual network functions (VNFs)

More information

Building a Platform Optimized for the Network Edge

Building a Platform Optimized for the Network Edge Building a Platform Optimized for the Network Edge MPLS + SDN + NFV WORLD 2018 Nicolas Bouthors, Enea Innovation Agenda Software Virtualization - Key Requirements Leveraging DPDK Multi-Function VNFs at

More information

VNF on-boarding CMCC

VNF on-boarding CMCC VNF on-boarding CMCC 2016-07-01 Contents VNF Full Life Cycle VNF Onboarding 3 VNF Full Life Cycle Develop Deliver Deploy Use Manage Retire Design Develop Test Package Validate Accept and catalogue Combine

More information

OSM Architecture Workshop

OSM Architecture Workshop OSM Architecture Workshop NFV World Congress May 17 Adrian Hoban (Intel) OSM TSC Chair Agenda Architectural Principles Scope & Mapping to ETSI NFV Release TWO Status Update Release THREE Goal/Themes 2

More information

TOSCA. Topology and Orchestration Specification for Cloud Applications (TOSCA) Standard

TOSCA. Topology and Orchestration Specification for Cloud Applications (TOSCA) Standard TOSCA Topology and Orchestration Specification for Cloud Applications (TOSCA) Standard OASIS TOSCA presentation to ETSI NFV Information Modelling Workshop Proposal for way forward-how TOSCA Adds Value

More information

ETSI TS V ( )

ETSI TS V ( ) TS 128 510 V14.0.0 (2017-07) TECHNICAL SPECIFICATION LTE; Telecommunication management; Configuration Management (CM) for mobile networks that include virtualized network functions; Requirements (3GPP

More information

Hillstone CloudEdge For Network Function Virtualization (NFV) Solutions

Hillstone CloudEdge For Network Function Virtualization (NFV) Solutions Hillstone CloudEdge For Network Function Virtualization (NFV) Solutions Introduction With the advancing technologies, business applications and operations naturally have become more dynamic in order to

More information

nil.com 2017 NIL, Security Tag: PUBLIC 2017 NIL, Security Tag: INTERNAL 1

nil.com 2017 NIL, Security Tag: PUBLIC 2017 NIL, Security Tag: INTERNAL 1 nil.com 2017 NIL, Security Tag: PUBLIC 2017 NIL, Security Tag: INTERNAL 1 Implementing NFV: From Idea to Practice 2017 NIL, Security Tag: INTERNAL 2 Overview What is NFV? Why should I care? If I do care,

More information

NFV Case Study of China Mobile

NFV Case Study of China Mobile NFV Case Study of China Mobile Wang Ye, Director, Network Management Support, China Mobile 2017 TM Forum 1 About CMCC the leading telecommunications services provider in Mainland China Our services 2017

More information

PAVING THE WAY TO OPEN SOURCE NFV. A Linux Foundation Collaborative Project

PAVING THE WAY TO OPEN SOURCE NFV. A Linux Foundation Collaborative Project PAVING THE WAY TO OPEN SOURCE NFV A Linux Foundation Collaborative Project 1. AN OVERVIEW OF OPNFV The Open Platform for Network Functions Virtualization (OPNFV) project was introduced in September 2014

More information

RDCL 3D, a Model Agnostic Web Framework for the Design and Composition of NFV Services

RDCL 3D, a Model Agnostic Web Framework for the Design and Composition of NFV Services , a Model Agnostic Web Framework for the Design and Composition of NFV Services Stefano Salsano (1,2), Francesco Lombardo (1), Claudio Pisa (1), Pierluigi Greto (1), Nicola Blefari-Melazzi (1,2) (1) CNIT,

More information

Survey of ETSI NFV standardization documents BY ABHISHEK GUPTA FRIDAY GROUP MEETING FEBRUARY 26, 2016

Survey of ETSI NFV standardization documents BY ABHISHEK GUPTA FRIDAY GROUP MEETING FEBRUARY 26, 2016 Survey of ETSI NFV standardization documents BY ABHISHEK GUPTA FRIDAY GROUP MEETING FEBRUARY 26, 2016 VNFaaS (Virtual Network Function as a Service) In our present work, we consider the VNFaaS use-case

More information

Telco Perceptions of OPNFV. Roz Roseboro, Senior Analyst, Heavy Reading

Telco Perceptions of OPNFV. Roz Roseboro, Senior Analyst, Heavy Reading Telco Perceptions of OPNFV Roz Roseboro, Senior Analyst, Heavy Reading CSP Info (1) Source: Heavy Reading Service Provider Survey, June 2017 n=98 CSP info (2) Source: Heavy Reading Service Provider Survey,

More information

Virtualizing 5G Infrastructure using Cloud VIM. Sangho Shin SK Telecom

Virtualizing 5G Infrastructure using Cloud VIM. Sangho Shin SK Telecom Virtualizing 5G Infrastructure using Cloud VIM Sangho Shin SK Telecom NFV ETSI Standard T-MANO Cloud VIM Cloud VIM T-MANO 2 T-MANO In lined with SK Telecom s unified orchestration strategy, T-MANO provides

More information

Keep Calm and Use Parser

Keep Calm and Use Parser Keep Calm and Use Parser Nov, 2015 Howard Huang, Huawei Julien Zhang, ZTE How would OPNFV attract more open source software developers? 2 I wrote the script based on the instructions in ETSI NFV documents,

More information

KPI-validation and SLA monitoring in context of troubleshooting/isolating VNFs performance issues

KPI-validation and SLA monitoring in context of troubleshooting/isolating VNFs performance issues KPI-validation and SLA monitoring in context of troubleshooting/isolating VNFs performance issues Version 1.0 Copyright 2017 VoerEir. All rights reserved Contents 1 Introduction... 2 2 Relationship of

More information

From Virtual to Real OPNFV Proof-of-Concepts

From Virtual to Real OPNFV Proof-of-Concepts From Virtual to Real OPNFV Proof-of-Concepts Bin Hu AT&T Content Mission of OPNFV Objectives of PoC Zone OPNFV Proof-of-Concepts Acknowledgement 11/6/2015 OPNFV Proof-of-Concepts 2 Mission of OPNFV OPNFV

More information

TOSCA Simple Profile for Network Functions Virtualization (NFV) Version 1.0

TOSCA Simple Profile for Network Functions Virtualization (NFV) Version 1.0 TOSCA Simple Profile for Network Functions Virtualization (NFV) Version 1.0 Committee Specification Draft 02 01 October 2015 Specification URIs This version: http://docs.oasis-open.org/tosca/tosca-nfv/v1.0/csd02/tosca-nfv-v1.0-csd02.pdf

More information

Harmonizing Open Source and Standards: A Case Study of ONAP

Harmonizing Open Source and Standards: A Case Study of ONAP Harmonizing Open Source and Standards: A Case Study of ONAP Draft by Jenny Huang (AT&T), Lingli Deng (CMCC), and Hui Deng (Huawei) Harmonizing Open Source and Standards: A Case Study of ONAP 1 As part

More information

Network Function Virtualization over Open DC/OS Yung-Han Chen

Network Function Virtualization over Open DC/OS Yung-Han Chen Network Function Virtualization over Open DC/OS Yung-Han Chen 2016.05.18 1 Outlines Network Function Virtualization (NFV) Framework Container-based Open Source Solutions for NFV Use Cases 2 NFV Architectural

More information

VNF Benchmarking. Customer Profile. The Move to Virtualization. The Challenges. Case Study

VNF Benchmarking. Customer Profile. The Move to Virtualization. The Challenges. Case Study Case Study VNF Benchmarking Customer Profile Customer: Large Network Equipment Manufacturer Industry: Networking Equipment Employees: 180,000 (2016) The Challenges How to test the performance of VNFs?

More information

ETSI GS MEC V1.1.1 ( )

ETSI GS MEC V1.1.1 ( ) GS MEC 010-2 V1.1.1 (2017-07) GROUP SPECIFICATION Mobile Edge Computing (MEC); Mobile Edge Management; Part 2: Application lifecycle, rules and requirements management Disclaimer The present document has

More information

Network Virtualisation Vision and Strategy_ (based on lesson learned) Telefónica Global CTO

Network Virtualisation Vision and Strategy_ (based on lesson learned) Telefónica Global CTO Network Virtualisation Vision and Strategy_ (based on lesson learned) Telefónica I+D @ Global CTO 18.03.2014 Business development requires a continuous evolution of our network but it still seems unable

More information

Discovery Mechanisms in the MANO Stack

Discovery Mechanisms in the MANO Stack Discovery Mechanisms in the MANO Stack Carlos J. Bernardos Montreal, NFV RG, July 2018 Outline Motivation Discovery mechanisms in ETSI MANO Or-Vi discovery IPv6 based approach Conclusion and next steps

More information

ETSI TS V ( )

ETSI TS V ( ) TS 128 510 V14.1.0 (2017-10) TECHNICAL SPECIFICATION LTE; Telecommunication management; Configuration Management (CM) for mobile networks that include virtualized network functions; Requirements (3GPP

More information

NETWORK VIRTUALIZATION Related Acronyms, Terms, and Definitions

NETWORK VIRTUALIZATION Related Acronyms, Terms, and Definitions NETWORK VIRTUALIZATION Related Acronyms, Terms, and Definitions Agent: Computer program acting for a user or other program in a relationship of agency to act on one s behalf API (Application Programming

More information

ETSI GR NFV-IFA 015 V2.4.1 ( )

ETSI GR NFV-IFA 015 V2.4.1 ( ) GR NFV-IFA 015 V2.4.1 (2018-02) GROUP REPORT Network Functions Virtualisation (NFV) Release 2; Management and Orchestration; Report on NFV Information Model Disclaimer The present document has been produced

More information

1 Overall Principle for High Availability in NFV

1 Overall Principle for High Availability in NFV 1 Overall Principle for High Availability in NFV The ultimate goal for the High Availability schema is to provide high availability to the upper layer services. High availability is provided by the following

More information

Mobile World Congress 2016 OPEN SOURCE MANO (OSM) E2E Orchestration Demo. February 2016

Mobile World Congress 2016 OPEN SOURCE MANO (OSM) E2E Orchestration Demo. February 2016 osm.etsi.org Mobile World Congress 2016 OPEN SOURCE MANO () E2E Orchestration Demo February 2016 Open Source MANO () aims to accelerate NFV adoption around a common IM for orchestration Delivering an open

More information

OpenStack Networking Services and Orchestration 2015 BROCADE COMMUNICATIONS SYSTEMS, INC. COMPANY PROPRIETARY INFORMATION

OpenStack Networking Services and Orchestration 2015 BROCADE COMMUNICATIONS SYSTEMS, INC. COMPANY PROPRIETARY INFORMATION OpenStack Networking Services and Orchestration 2015 BROCADE COMMUNICATIONS SYSTEMS, INC. COMPANY PROPRIETARY INFORMATION A Brief History of Networking Intelligent Industry Solutions Scale Architecture

More information

ETSI TS V ( )

ETSI TS V ( ) TS 128 531 V15.0.0 (2018-10) TECHNICAL SPECIFICATION 5G; Management and orchestration; Provisioning (3GPP TS 28.531 version 15.0.0 Release 15) 1 TS 128 531 V15.0.0 (2018-10) Reference DTS/TSGS-0528531vf00

More information

Elastic Network Functions: Opportunities and Challenges

Elastic Network Functions: Opportunities and Challenges Elastic Network Functions: Opportunities and Challenges Robert Szabo (Ericsson Research) EU-FP7-UNIFY Project UNIFY is co-funded by the European Commission DG CONNECT in FP7 Outline ETSI Elastic VNF with

More information

Red Hat OpenStack Platform 13

Red Hat OpenStack Platform 13 Red Hat OpenStack Platform 13 Network Functions Virtualization Product Guide Overview of the Network Functions Virtualization (NFV) Last Updated: 2018-07-03 Red Hat OpenStack Platform 13 Network Functions

More information

Session Border Controller virtualization towards service-defined networks based on NFV and SDN

Session Border Controller virtualization towards service-defined networks based on NFV and SDN 1 IEEE Software Defined s for Future s and Services 2013 SDN4FNS 2013 A change of paradigm for business or just stuff for techies? Session Border Controller virtualization towards service-defined networks

More information

The Vertical Slicer: Verticals Entry Point to 5G Networks

The Vertical Slicer: Verticals Entry Point to 5G Networks The Vertical Slicer: Verticals Entry Point to 5G Networks Claudio Casetti, Carla Fabiana Chiasserini Politecnico di Torino, Italy Thomas Deiß Nokia Solutions and Networks, Germany Jose Enrique González

More information

QoS/QoE in future IoT/5G Networks: A Telco transformation infrastructure perspective.

QoS/QoE in future IoT/5G Networks: A Telco transformation infrastructure perspective. TIM BRASIL Rio de Janeiro, 29 de Novembro de 2017 QoS/QoE in future IoT/5G Networks: A Telco transformation infrastructure perspective. AGENDA THE CONTEXT: UNDERSTANDING THE SCENARIOS TECHNOLOGIES, ARCHITECTURES

More information

The Virtual Brick Road Achievements and Challenges in NFV Space. Diego R. Lopez Telefónica NFV ISG Technical Manager October 2013

The Virtual Brick Road Achievements and Challenges in NFV Space. Diego R. Lopez Telefónica NFV ISG Technical Manager October 2013 The Virtual Brick Road Achievements and Challenges in NFV Space Diego R. Lopez Telefónica NFV ISG Technical Manager October 2013 The NFV Concept A means to make the network more flexible and simple by

More information

TITANIUM CLOUD VIRTUALIZATION PLATFORM

TITANIUM CLOUD VIRTUALIZATION PLATFORM TITANIUM CLOUD VIRTUALIZATION PLATFORM Glenn Seiler Software Defined Infrastructure BU 30 Minutes 12 Content Slides 2017 WIND RIVER. ALL RIGHTS RESERVED. Wind River Titanium Cloud Titanium Cloud is a cloud

More information

UPDATE ON NFV PLUGTEST

UPDATE ON NFV PLUGTEST UPDATE ON NFV PLUGTEST Silvia Almagia OSM#2 Santa Clara ETSI Centre for Testing and Interoperability 4-7 October 2016 1 st NFV Plugtest Organised by Hosted by 5TONIC in Leganes near Madrid, Spain 23 rd

More information

China Telecom NFV Lab Trial Decoupling of VNF/Hypervisor/Hardware/MANO

China Telecom NFV Lab Trial Decoupling of VNF/Hypervisor/Hardware/MANO ITU-T SG11 Workshop Control plane of IMT-2020 and emerging networks. Current issues and the way forward China Telecom NFV Lab Trial Decoupling of VNF/Hypervisor/Hardware/MANO Haining Wang, China Telecom

More information

How DPI enables effective deployment of CloudNFV. David Le Goff / Director, Strategic & Product Marketing March 2014

How DPI enables effective deployment of CloudNFV. David Le Goff / Director, Strategic & Product Marketing March 2014 How DPI enables effective deployment of CloudNFV David Le Goff / Director, Strategic & Product Marketing March 2014 Key messages of this presentation 1. DPI (Deep Packet Inspection) is critical for effective

More information

Overall Assessment and Roadmap

Overall Assessment and Roadmap Deliverable D7.3 Overall Assessment and Roadmap Editor Jorge Carapinha (ALB) Contributors José Bonnet, Bruno Parreira (ALB), Aurora Ramos (ATOS), Yacine Rebahi (FRAUNHOFER), Marco Di Girolamo, Samuele

More information

OSM Information Model RELEASE TWO

OSM Information Model RELEASE TWO OSM Information Model RELEASE TWO July 19 th, 2017 Contents MANO Descriptor Reference Guide 1 MANO Descriptor Overview...2 Information elements... 2 Network Service Descriptor (NSD)... 4 VNF Descriptor

More information

DevOps CICD for VNF a NetOps Approach

DevOps CICD for VNF a NetOps Approach DevOps CICD for VNF a NetOps Approach Renato Fichmann Senior Solutions Architect Cisco Advanced Services Cisco Spark How Questions? Use Cisco Spark to communicate with the speaker after the session 1.

More information

Akraino & Starlingx: A Technical Overview

Akraino & Starlingx: A Technical Overview Akraino & Starlingx: A Technical Overview Agenda Why Edge Computing? What s Edge Computing? Akraino and Its Building Blocks StarlingX Technical Overview Collaboration in Akraino Community LC3 Beijing 2018

More information

Implementation Guide Release 7.3.5

Implementation Guide Release 7.3.5 [1Oracle Communications Network Service Orchestration Implementation Guide Release 7.3.5 E80746-01 February 2017 Oracle Communications Network Service Orchestration Implementation Guide, Release 7.3.5

More information

VMWARE AND NETROUNDS ACTIVE ASSURANCE SOLUTION FOR COMMUNICATIONS SERVICE PROVIDERS

VMWARE AND NETROUNDS ACTIVE ASSURANCE SOLUTION FOR COMMUNICATIONS SERVICE PROVIDERS SOLUTION OVERVIEW VMWARE AND NETROUNDS ACTIVE ASSURANCE SOLUTION FOR COMMUNICATIONS SERVICE PROVIDERS Combined solution provides end-to-end service and infrastructure visibility, service monitoring and

More information

Partners: NFV/MEC INTRODUCTION. Presented by Dhruv Dhody, Sr System Architect, Huawei India. All rights reserved

Partners: NFV/MEC INTRODUCTION. Presented by Dhruv Dhody, Sr System Architect, Huawei India. All rights reserved Partners: NFV/MEC INTRODUCTION Presented by Dhruv Dhody, Sr System Architect, Huawei India All rights reserved Content Introduction to NFV Introduction to MEC A few snippets of Huawei s Efforts! Open Standards,

More information

Inves&ga&ng Intent API for Service Chaining. Andy Veitch NetCracker (NEC)

Inves&ga&ng Intent API for Service Chaining. Andy Veitch NetCracker (NEC) Inves&ga&ng Intent API for Service Chaining Andy Veitch NetCracker (NEC) Goals Define and develop Intent NBI for service chaining Define for mul&ple underlying implementa&ons avoid network details Develop

More information

5 Conventions for Message flows Tool support Graphical conventions... 8

5 Conventions for Message flows Tool support Graphical conventions... 8 Title*: ETSI NFV SOL REST API Conventions NFVSOL(17)000050r4 from Source*: SOL WG Contact: Uwe Rauschenbach (as editor) input for Committee*: NFV SOL Contribution For*: Decision Discussion Information

More information

Architecting a vcloud NFV Platform R E F E R E N C E A R C H I T E C T U RE V E R S I O N 2. 0

Architecting a vcloud NFV Platform R E F E R E N C E A R C H I T E C T U RE V E R S I O N 2. 0 Architecting a vcloud NFV Platform R E F E R E N C E A R C H I T E C T U RE V E R S I O N 2. 0 Table of Contents 1. Network Function Virtualization Overview... 6 1.1 NFV Infrastructure Working Domain...

More information

Accelerating SDN and NFV Deployments. Malathi Malla Spirent Communications

Accelerating SDN and NFV Deployments. Malathi Malla Spirent Communications Accelerating SDN and NFV Deployments Malathi Malla Spirent Communications 2 Traditional Networks Vertically integrated Closed, proprietary Slow innovation 3 Infinite Complexity of Testing Across virtual

More information

SDN+NFV Next Steps in the Journey

SDN+NFV Next Steps in the Journey SDN+NFV Next Steps in the Journey Margaret T. Chiosi AT&T Labs Distinguished Architect SDN-NFV Realization 2015 AT&T Intellectual Property. All rights reserved. AT&T, the AT&T logo and all other AT&T marks

More information

ETSI GS NFV-SOL 004 V2.3.1 ( )

ETSI GS NFV-SOL 004 V2.3.1 ( ) GS NFV-SOL 004 V2.3.1 (2017-07) GROUP SPECIFICATION Network Functions Virtualisation (NFV) Release 2; Protocols and Data Models; VNF Package specification Disclaimer The present document has been produced

More information

Hybrid Cloud (Telco & IT) - en fleksibel og optimal implementering

Hybrid Cloud (Telco & IT) - en fleksibel og optimal implementering Hybrid Cloud (Telco & IT) - en fleksibel og optimal implementering June 6th, 2017 1 Nokia 2016 Drivers - Agility is the prime reason to move to the Cloud 16% New revenues 16% Fluctuating demand 13% Customer

More information

Moving along the NFV Way_

Moving along the NFV Way_ Moving along the NFV Way_ Diego R. Lopez Telefónica I+D May 2014 The NFV Concept Network functions are fully defined by SW, minimising dependence on HW constraints DPI BRAS Firewall CG-NAT PE Router GGSN/

More information

SUPERFLUIDITY DELIVERABLE I6.1: INITIAL DESIGN FOR CONTROL FRAMEWORK A SUPER-FLUID, CLOUD-NATIVE, CONVERGED EDGE SYSTEM

SUPERFLUIDITY DELIVERABLE I6.1: INITIAL DESIGN FOR CONTROL FRAMEWORK A SUPER-FLUID, CLOUD-NATIVE, CONVERGED EDGE SYSTEM SUPERFLUIDITY A SUPER-FLUID, CLOUD-NATIVE, CONVERGED EDGE SYSTEM Research and Innovation Action GA 671566 DELIVERABLE I6.1: INITIAL DESIGN FOR CONTROL FRAMEWORK Deliverable Type: Report Dissemination Level:

More information

EXPERIENCE WITH NFV ARCHITECTURE, INTERFACES, AND INFORMATION MODELS

EXPERIENCE WITH NFV ARCHITECTURE, INTERFACES, AND INFORMATION MODELS EXPERIENCE WITH NFV ARCHITECTURE, INTERFACES, AND INFORMATION MODELS A White Paper prepared by the OSM End User Advisory Group Issue 1 May 2018 ETSI (European Telecommunications Standards Institute) 06921

More information

Creating a VMware vcloud NFV Platform R E F E R E N C E A R C H I T E C T U R E V E R S I O N 1. 5

Creating a VMware vcloud NFV Platform R E F E R E N C E A R C H I T E C T U R E V E R S I O N 1. 5 Creating a VMware vcloud NFV Platform R E F E R E N C E A R C H I T E C T U R E V E R S I O N 1. 5 Table of Contents 1. Introduction... 4 2. Network Function Virtualization Overview... 5 2.1 NFV Infrastructure

More information

Mobile Edge Computing

Mobile Edge Computing Mobile Edge Computing A key technology towards 5G 1 Nurit Sprecher (Chair of ETSI MEC ISG) 5G World 2016, London, UK 5G Use Cases and Requirements 5G Use Cases Families and Related Examples Build a virtual

More information

UNLOCKING THE FULL POTENTIAL OF NFV

UNLOCKING THE FULL POTENTIAL OF NFV SERVICE PROVIDER SOLUTIONS WHITE PAPER UNLOCKING THE FULL POTENTIAL OF NFV Helping Communications Service Providers (CoSP) achieve the most out of NFV through a microservices architecture 1 Unlocking the

More information