Integrating External Controllers with ONAP. AT&T Labs

Size: px
Start display at page:

Download "Integrating External Controllers with ONAP. AT&T Labs"

Transcription

1 Integrating External Controllers with ONAP AT&T Labs

2 Motivation Some service providers may want to leverage an alternative to an ONAP out of the box Controller (e.g., SDNC, GenNFC) for some subset of Resources. For example: There may exist some VNFs that come with their own Controller that the service provider wants to use There may exist some VNFs that leverage capabilities that the corresponding ONAP model (and hence ONAP Controller) does not yet support We see the need for a flexible approach that allows ONAP service providers to easily customize their ONAP instance to integrate External Controllers, as needed However, we recommend that External Controllers would plug in to ONAP in such a way to avoid adding complexity to the ONAP architecture 2

3 Proposed High Level Approach Note that ONAP can support external components being plugged in. E.g., VNFM. So there is no technical reason why ONAP couldn t support External Controller being plugged in. If a VNF vendor feels the need to provide their own External Controller because their VNF has needs that are not supported by the model-driven ONAP (out of the box) Controllers: The first preference should be for that VNF vendor to contribute the needed capabilities to the ONAP CCSDK to fill the functional gaps. I.e., this would eliminate the need for an External Controller. Rather, the VNF would be managed by the ONAP Controller. (The remainder of this deck assumes that the VNF vendor is either not willing or not able to do this.) The second preference would that the VNF vendor would use the ONAP CCSDK to create the base of their External Controller, and add their secret sauce to it. The third (and last) preference would be for the VNF vendor to custom-build an External Controller. To avoid complexity of the architecture, ONAP should only provide adaption to plug in external components that are of a class that exhibit well-defined functionality and APIs. E.g., ONAP can support a VNFM adaptor because the VNFM meets the ETSI standard. However, there currently exists no well-defined specification for a Controller. Thus, we will consider the ONAP Controller itself to be the de facto standard of what is a Controller, including an External Controller. Therefore it would be the responsibility of the External Controller vendor to adapt itself to meet the ONAP (out of the box) Controller definition. I.e., the External Controller must: Meet the respective ONAP (out of the box) Controller (at least run-time) APIs for the functionality they support (either natively or through adaptation). Call the necessary other ONAP APIs (e.g., A&AI) proper to the role of the respective ONAP (out of the box) Controller (see subsequent slide) 3

4 Proposed High Level Approach (Continued) Insofar that an External Controller meets the ONAP definition for a Controller, there is no need for ONAP to support an adaptor for such an External Controller; rather the External Controller can plug in to ONAP directly. An External Controller would typically replace an ONAP Controller s function only within a specific (set of) domain(s) A domain in this context is a collection of one or more Resource types (see subsequent slide) Such domain specific External Controllers are outside ONAP and as such not integrated or tested during ONAP community integration test. Rather the service provider that customizes their ONAP instance to support an External Controller would take on this integration testing. The role of other ONAP modules doesn t change in the presence of an External Controller: SDC will be used for modeling the management of Resources and Services (including on-boarding, designing and full LCM) SO will provide E2E orchestration services for all lifecycle management functions for all managed objects Obtaining and managing cloud resources will be done through ONAP multi-cloud layer A&AI will maintain inventory of all the managed Resources (controlled by External Controllers or ONAP Controllers) DCAE will collect telemetry data directly from all managed objects / services (without going through the external controllers) and provide analytic services Etc. 4

5 Integration of External Controllers Target View Theregistration of new External Controller instancesneeds to be worked through. Postregistration, the management of the mapping between Service/ Resource types and the Controller instance for each type would be handled in the same manner as any internal ONAP Controller. SDC Directed Graph Files XML (Eng Rules) Resource Onboarding Service Design Policy Creation & Validation Analytic Application Design Closed Loop Design Change Management Design Design Test & Certification Catalog Recipe/Eng Rules & Policy Distribution Network Data Model Files YANG (i.e. IPAG EMT) SDN Controller (L0-L3) Adaptation Layer Service Data Model Files - YANG (i.e.uni port) API Configuration Templates Orchestration Optional Svc Recipe API Generic NF Controllers (L4-L7) Life Cycle Management & Config Adaptation Layer Active & Available Inventory External Registry API External Controller(s) Data Collection, Analytics, and Events Event Correlation Micro Services Bus / Data Movement External Controller meets all run-time APIs for the relevant functions needed by the Resource(s) it manages Configuration Templates Network / service Model Service Recipes DCAE collects telemetry data directly from VNF / PNFs External Controller can also choose to meet ONAP design-time APIs. Optional external controller artifact design 5

6 VNF / PNF Onboarding 6 DESIGN-TIME Resource Onboarding Service Design Policy Creation & Validation Analytic Application Design Closed Loop Design OSS / BSS Recipe/Eng Rules & Policy Distribution ONAP Target Architecture (High-Level Functional View) Dashboard OA&M Policy Framework Change Management Design Note that this presentation does not address the 3 Multi-Cloud rd Party Design Controller Test & that Certification appears the ONAP Target Architecture slide. Rather, this presentation Adaptation addresses External Controllers which are peers of SDNC and GNFC as shown on the next slide. Catalog Optional External Systems Network Function Layer CLI ONAP External APIs Data Collection, Analytics, and Events Event Correlation SDN Controller (L0-L3) Hypervisor / OS Layer OpenStack Private Edge Cloud 3rd Party Controller B MPLS Kubernetes Orchestration Micro Services Bus / Data Movement (see Note 1) Configuration & Life Cycle Management 3rd Party Controller A Private DC Cloud U-UI RUN-TIME Active & Available Inventory External Registry Generic NF Controllers (L4-L7) Configuration & Life Cycle Management Specific VNF Manager VNFs Akaraino IP VMware Public Cloud ONAP Portal Azure Common Services Application Authorization Framework Common ONAP Optimization Services Framework Logging Element Management System PNFs Others Managed Environment ONAP Operations Manager CCSDK

7 VNF / PNF Onboarding OSS / BSS DESIGN-TIME Resource Onboarding Service Design Policy Creation & Validation Analytic Application Design Closed Loop Design Change Management Design Design Test & Certification Catalog Recipe/Eng Rules & Policy Distribution 7 ONAP Target Architecture (High-Level Functional View) Dashboard OA&M Policy Framework Multi-Cloud Adaptation Optional External Systems Network Function Layer CLI ONAP External APIs Data Collection, Analytics, and Events Event Correlation SDN Controller (L0-L3) Hypervisor / OS Layer OpenStack Private Edge Cloud MPLS Kubernetes Orchestration Micro Services Bus / Data Movement (see Note 1) Configuration & Life Cycle Management Specific VNF Manager Private DC Cloud U-UI RUN-TIME VNFs Akaraino IP Active & Available Inventory External Registry Generic NF Controllers (L4-L7) External Controller Configuration & Life Cycle Management VMware Public Cloud ONAP Portal Element Management System Azure Common Services Application Authorization Framework Common ONAP Optimization Services Framework Logging Others PNFs Managed Environment ONAP Operations Manager CCSDK

8 Next Steps: Define What Is an ONAP Controller In order for the proposed approach to work, it is necessary to publish a well-defined specification of the functionality that an ONAP Controller supports and the APIs it exposes to meet that functionality. Among other things, this definition should include the following points What is the scope of an ONAP Controller: ONAP components interact with ONAP Controllers primarily at the Resource-level, within a Service context. ONAP Controllers expose Resource-level LCM APIs such as: configure NF, activate NF, restart NF, run NF health check, upgrade NF software, etc. For example, SO interactions with Controllers are fundamentally at the Resource level, where a Resource is either of Network Function (a VNF, PNF, or Allotted Resource ( my share of a NF) or a Network (e.g., my share of a WAN) E.g., for an ONAP Service X that is comprised of 3 dedicated VNF types: A,B, and C, a different GNFC type/instance could be used to configure each VNF type. The VNF A GNFC is able to configure that VNF in the context of the Service X. Hence, ONAP Controllers are more properly thought of as being Resource-level Controllers. The locus of Service-level Control in ONAP is understood not to be a Controller but rather the collective of interacting components within ONAP itself. How does an SDNC differ from a GNFC: The ONAP Target Architecture diagram represents ONAP Controllers as being of two basic types We use the term SDNC for a ONAP Controller instance that manages Network Function Resources that provide L0-3 functionality and/or manages (non-network Function) Resources that are Networks. We use the term GNFC for an ONAP Controller instance that manages Network Function Resources that provide L4+ functionality. Because both SDNC and Gen NFC perform common LCM functions for Network Function Resources, they should both be implemented from a common CCSDK (separate presentation). 8

9 What is an ONAP Controller? (Continued) The special case of assign (?): It is only an SDNC that performs the assign functionality for all Network Functions (L0+) and Network o The assign function is called by Orchestration to ensure that ONAP knows the instance values for all of the deployment data attributes for that Resource. E.g., it is as a result of the assign interaction that SDNC assigns instance values for the IP Addresses that correspond to the external connection points of a given Network Function (e.g., VNF) or Network (e.g., WAN VLAN). o By deployment data we mean that set of data that must be configured at instantiation time in order for the Resource to be further managed (configured) by ONAP. o Note that ONAP hasn t typically employed the term deployment data but rather this term is being adopted for this presentation from the ETSI common usage and is meant to convey the same meaning as ETSI assumes. It is believed that in some cases this assign function could require service-level context that spans across multiple Resource instances within a given Service Instance. o For this reason, ONAP currently also supports a service-level assign interaction with SDNC. This was created due to the potential existence of service-level assignments. However, today not much is done with this call. o It is also for this reason that the same SDNC instance performs the assign function for all Resource instances for a given Service instance. It is believed that this scope into the service-level space is unique to the assign function, and not shared for other LCM operations. E.g., for a given Service instance, a different Controller instance could be used to configure and activate each VNF instance that comprise that Service instance 9

10 s Backup Slides

11 ONAP Processing for Example Service X (Target Architecture Assumed) Svc X VNFA VNFB 1 Instantiate Svc X 9 Post Instantiate (Configure) Svc X 2 Decompose, Home Svc X, spawn Resource-level (VNF a, b) sub-flows SO 3 Assign Svc X (L0-7) Assign VNF a 4 (L0-7) [repeat for VNF b] 6 Configure (Initial) VNF a 8 [repeat for VNF b] Activate VNF a [Repeat for VNF b] 10 Post Instantiate (Configure) VNF a [Repeat for VNF b] SDNC Controller (SDNC or GNFC) 5 Create VNF a [repeat for VNF b] 7 Configure VNF a (netconf) [repeatforvnfb] 11 Configure VNF a (netconf) [Repeat forvnfb] MultiVIM VNF a 11

12 SDNC Assign Function for Example Service Y Svc Y VNF 1 VNF 2 Network a 3 rd Party Controller WAN modeled as an SDC Resource VLAN =123 VLAN =123 VLAN =123 VLAN =123 VNF 1 GW PE AT&T PE GW VNF 2 Resource 1 VNF AWS assign Resource 1 results in assigning the VLAN endpoint of VNF 1 AT&T assign Resource a results in assigning the VLAN endpoints or the WAN network a Resource a Network AWS assign Resource 1 results in assigning the VLAN endpoint of VNF 2 Resource 2 VNF

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

External API - Casablanca Proposal - SDNC/DO/MEC Alignment

External API - Casablanca Proposal - SDNC/DO/MEC Alignment External API - Casablanca Proposal - SDNC/DO/MEC Alignment NetCracker May 2018 Ext API : Beijing Release BSS Ext API List Service Order Retrieve Service Order Create Service Order Partial Update of Service

More information

VoLTE E2E Service Review

VoLTE E2E Service Review VoLTE E2E Service Review September 26, 2017 Chengli Wang/Yang Xu VoLTE Use Case Integrate with 3 rd Part Specific Components S-VNFM /EMS DC Controller S-VNFM /EMS S-VNFM /EMS WAN/SPTN Controller Commercial

More information

ONAP Integration Through Information and Data Modeling. ONAP Information Integration GOAL. 12 December 2017

ONAP Integration Through Information and Data Modeling. ONAP Information Integration GOAL. 12 December 2017 ONAP Integration Through Information and Data Modeling 12 December 2017 Andy Mayer, Ph.D. ONAP Information Integration GOAL We need a cohesive way to have a shared view of information across ONAP (and

More information

PNF and Hybrid Services Support in ONAP

PNF and Hybrid Services Support in ONAP PNF and Hybrid Services Support in ONAP Oskar Malm, Ericsson v1.1, January 2018 Introduction Introduction of NFV means that VNFs deployed on shared infrastructure is quickly replacing dedicated physical

More information

ONAP VoLTE Use Case Solution Brief

ONAP VoLTE Use Case Solution Brief ONAP VoLTE Use Case Solution Brief ONAP Voice over LTE Improves Agility and Slashes Costs for Communication Service Providers ONAP VoLTE Use Case Solution Brief 1 By using ONAP to support the VoLTE use

More information

History of SDN Control at AT&T

History of SDN Control at AT&T History of SDN Control at AT&T Chris Rice Senior Vice-President, AT&T Labs Definition of SDN and an SDN Controller Software-Defined Networking - (SDN) is an architectural approach to network design that

More information

ONAP CCVPN Blueprint Overview. ONAP CCVPN Blueprint Improves Agility and Provides Cross-Domain Connectivity. ONAP CCVPN Blueprint Overview 1

ONAP CCVPN Blueprint Overview. ONAP CCVPN Blueprint Improves Agility and Provides Cross-Domain Connectivity. ONAP CCVPN Blueprint Overview 1 ONAP CCVPN Blueprint Overview ONAP CCVPN Blueprint Improves Agility and Provides Cross-Domain Connectivity ONAP CCVPN Blueprint Overview 1 OVERVIEW: Build high-bandwidth, flat OTN (Optical Transport Networks)

More information

Orchestration and Management for Edge Application with ONAP

Orchestration and Management for Edge Application with ONAP Orchestration and Management for Edge Application with ONAP Haibin Huang, Intel OTC Yan Yang, China Mobile Shane Wang, Intel OTC OpenStack Berlin Summit, Nov. 14 Agenda - Akraino Edge Stack - ONAP VNF/CNF

More information

PHYSICAL NETWORK FUNCTION (PNF)

PHYSICAL NETWORK FUNCTION (PNF) ACTORS PNF DHCP SEGW CA/RA Initial EM vdhcp vaaa SDN-C DCA&E A&AI SO APP-C DESCRIPTION PHYSICAL NETWORK FUNCTION (PNF) The Distributed Unit (DU) or Network Hardware device that provides service to an end-user.

More information

ONAP container. For architecture subcommittee review November 14, 2017 Isaku Yamahata. Isaku Yamahata

ONAP container. For architecture subcommittee review November 14, 2017 Isaku Yamahata. Isaku Yamahata ONAP container For architecture subcommittee review November 14, 2017 Isaku Yamahata Isaku Yamahata Goal and scope Current ONAP architecture Currently ONAP is heavily tied into

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

Service Orchestration- Need for Users

Service Orchestration- Need for Users Service Orchestration- Need for Users Background Issues: Increased Capex and Opex Huge manual efforts involved single-purpose/ domain specific / homogenous networks Possible way out: SDN NFV Automation

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

Towards a Carrier Grade ONAP Platform FCAPS Architectural Evolution

Towards a Carrier Grade ONAP Platform FCAPS Architectural Evolution Towards a Carrier Grade ONAP Platform FCAPS Architectural Evolution Key Contributors: Ramki Krishnan, Sumit Verdi, Xinhui Li, Danny Lin, Bin Hu, Gil Hellmann, Bin Yang, Shankar Narayanan, Sastry Isukapalli,

More information

Use Case: Residential Broadband vcpe (Approved)

Use Case: Residential Broadband vcpe (Approved) Use Case: Residential Broadband vcpe (Approved) Name of Use Case: Use Case Authors: Description: Users and Benefit: Virtual Network Functions: Use Case Order of Activation ONAP Flows: Modeling vcpe Residential

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

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

ONAP PNF Plug and Play

ONAP PNF Plug and Play ONAP Plug and Play ONAP and Plug and Play for 5G RAN 5G Use Case Team Feb 9, 2018 version 13 Design Time Run-Time (Instances) Plug and Play Stages A Modeling Resources Definition/Services Definition SDC:

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

Towards a Carrier Grade ONAP Platform Multi Cloud (MC) Architecture for R2+ & Alignment to S3P

Towards a Carrier Grade ONAP Platform Multi Cloud (MC) Architecture for R2+ & Alignment to S3P Towards a Carrier Grade ONAP Platform Multi Cloud (MC) Architecture for R2+ & Alignment to S3P Key Contributors: Ramki Krishnan, Sumit Verdi, Xinhui Li, Danny Lin, Bin Hu, Gil Hellmann, Bin Yang, Shankar

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

Open Source Networking Software Case studies and Roundtable. Arpit Joshipura GM, Networking

Open Source Networking Software Case studies and Roundtable. Arpit Joshipura GM, Networking Open Source Networking Software Case studies and Roundtable Arpit Joshipura GM, Networking Industry Progress towards Harmonization 1. Recap of Software Stack 2. Technical Collaboration 3. Bringing Global

More information

OPEN-O DevOps Practice with Automation Toolchain

OPEN-O DevOps Practice with Automation Toolchain OPEN-O DevOps Practice with Automation Toolchain Helen Chen Principal Architect, Huawei USA PTL of OPEN-O Integration helen.chen@huawei.com Weidong Shao Principal Engineer, Huawei USA weidong.shao@huawei.com

More information

Illustrative Sequence Diagrams for Residential Broadband vcpe Use Case

Illustrative Sequence Diagrams for Residential Broadband vcpe Use Case Illustrative Sequence Diagrams for Residential Broadband vcpe Use Case vcpe Use Case Used in These Examples Overview of Services Defined for vcpe Use Case Key Resource PNF VNF Network Allotted Resource

More information

Cloud Systems 2018 Training Programs. Catalog of Course Descriptions

Cloud Systems 2018 Training Programs. Catalog of Course Descriptions Cloud Systems 2018 Training Programs Catalog of Course Descriptions Catalog of Course Descriptions INTRODUCTION...3 Open 2 2018 Introduction Ericsson has developed a comprehensive Training Programs service

More information

Path from CE 2.0 to Third Network Services Roadmap

Path from CE 2.0 to Third Network Services Roadmap Sponsored by: Path from CE 2.0 to Third Network Services Roadmap Bruno Giguère Director, Product Marketing, MEF Agenda 1 MEF s Carrier Ethernet and other Third Network Services 2 Lifecycle Service Orchestration

More information

Microservice Powered Orchestration

Microservice Powered Orchestration Microservice Powered Orchestration Huabing Zhao ZTE, System Engineer, Network Management &, OPEN-O Common PTL zhao.huabing@zte.com.cn Zhaoxing Meng ZTE, NFV&SDN Architect, Network Management &, OPEN-O

More information

Engaging Academia in ONAP Perspective of a Faculty Member at SMU Ali Shah PhD Adjunct Professor

Engaging Academia in ONAP Perspective of a Faculty Member at SMU Ali Shah PhD Adjunct Professor Engaging Academia in ONAP Perspective of a Faculty Member at SMU Ali Shah PhD Adjunct Professor https://training.linuxfoundation.org/training/course-catalog/?_sft_course_mode=e-learning Slide 1 Overview

More information

Multi VIM/Cloud Evolvement for Carrier Grade Support

Multi VIM/Cloud Evolvement for Carrier Grade Support Multi VIM/Cloud Evolvement for Carrier Grade Support VMWare: Xinhui Li, Ramki Krishnan, Sumit Verdi China Mobile: Lingli Deng, Chengli Wang, Yuan Liu, Yan Yang ATT: Bin Hu Wind River: Gil Hellmann, Bin

More information

ONAP Project Proposal Training. Chris Donley

ONAP Project Proposal Training. Chris Donley ONAP Project Proposal Training Chris Donley A project is: long term endeavor setup to deliver features across multiple releases Single entity solely responsible for 1+ repos Defined scope Led by PTL and

More information

Multi-Vendor Active Inventory UI Extensibility. Dave Adams ( ) Software Development Specialist 11-Dec-2017

Multi-Vendor Active Inventory UI Extensibility. Dave Adams ( ) Software Development Specialist 11-Dec-2017 Multi-Vendor Active Inventory UI Extensibility Dave Adams ( dave.adams@amdocs.com ) Software Development Specialist 11-Dec-2017 Agenda Introduction Sparky in ONAP Sparky Functional Overview Extensibility

More information

ONAP PNF Enhancements for Casablanca (R3, 4Q 2018) Casablanca Developer s Conference

ONAP PNF Enhancements for Casablanca (R3, 4Q 2018) Casablanca Developer s Conference ONAP PNF Enhancements for Casablanca (R3, 4Q 2018) Casablanca Developer s Conference ONAP and PNF Plug and Play for 5G RAN 5G Use Case Team Jun 14, 2018 version 7 PNF Enhancements Casablanca Summary TOPIC

More information

Unbundling. Open Source. Design principles for 5G. Toward a new paradigm, All-IT Network architecture

Unbundling. Open Source. Design principles for 5G. Toward a new paradigm, All-IT Network architecture Design principles for 5G Toward a new paradigm, All-IT Network architecture Unbundling Software/Hardware Decoupling Unbundled Function Blocks Control-/User-plane Separation Open Source Open Source Software

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

CASE STUDY: Integrating Agile Operations to support NFV/SDN Deployment & B2B services redefinition, Orange Polska case study

CASE STUDY: Integrating Agile Operations to support NFV/SDN Deployment & B2B services redefinition, Orange Polska case study CASE STUDY: Integrating Agile Operations to support NFV/SDN Deployment & B2B services redefinition, Orange Polska case study Rafal Dziedzic Sebastian Nowosielski Strategy, Orange Polska SA Coexistence

More information

Taming your heterogeneous cloud with Red Hat OpenShift Container Platform.

Taming your heterogeneous cloud with Red Hat OpenShift Container Platform. Taming your heterogeneous cloud with Red Hat OpenShift Container Platform martin@redhat.com Business Problem: Building a Hybrid Cloud solution PartyCo Some Bare Metal machines Mostly Virtualised CosPlayUK

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

Automated Control and Orchestration within the Juniper Networks Mobile Cloud Architecture. White Paper

Automated Control and Orchestration within the Juniper Networks Mobile Cloud Architecture. White Paper Automated Control and Orchestration within the Juniper Networks Mobile Cloud Architecture White Paper October 2017 Juniper Networks Mobile Cloud Architecture Automated Control and Orchrestration Juniper

More information

SD-WAN orchestrated by Amdocs

SD-WAN orchestrated by Amdocs SD-WAN orchestrated by Amdocs What is software-defined wide area network? SD-WAN determines the most cost-effective and efficient way to route enterprise traffic to remote locations over ubiquitous broadband

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

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

Enabling Workloads Orchestration in Containers via MultiCloud

Enabling Workloads Orchestration in Containers via MultiCloud Enabling Workloads Orchestration in Containers via MultiCloud Bin Hu (AT&T), Ramki Krishnan (VMWare), Gil Hellmann (Wind River) Key Contributors: AT&T: Bin Hu, John Choma, Jack Murray, Brian Freeman, Oliver

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

Using Future OSS Orchestration to enhance operations and service agility

Using Future OSS Orchestration to enhance operations and service agility Using Future OSS to enhance operations and service agility Neeraj Vyas Head Digital Business Solutions, South East Asia, Oceania and India November 14 2018 Network operations will be tested in future 1

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

Progress report on NFV standardization in ETSI.

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

More information

PSOACI Why ACI: An overview and a customer (BBVA) perspective. Technology Officer DC EMEAR Cisco

PSOACI Why ACI: An overview and a customer (BBVA) perspective. Technology Officer DC EMEAR Cisco PSOACI-4592 Why ACI: An overview and a customer (BBVA) perspective TJ Bijlsma César Martinez Joaquin Crespo Technology Officer DC EMEAR Cisco Lead Architect BBVA Lead Architect BBVA Cisco Spark How Questions?

More information

MSB to Support for Carrier Grade ONAP Microservice Architecture. Huabing Zhao, PTL of MSB Project, ZTE

MSB to Support for Carrier Grade ONAP Microservice Architecture. Huabing Zhao, PTL of MSB Project, ZTE MSB to Support for Carrier Grade ONAP Microservice Architecture Huabing Zhao, PTL of MSB Project, ZTE ONAP Architecture Principle: Microservices ONAP Architecture Principle: ONAP modules should be designed

More information

Disaggregation and Virtualization within the Juniper Networks Mobile Cloud Architecture. White Paper

Disaggregation and Virtualization within the Juniper Networks Mobile Cloud Architecture. White Paper Disaggregation and Virtualization within the Juniper Networks Mobile Cloud Architecture White Paper June 2017 Juniper Networks, Inc. 1133 Innovation Way Sunnyvale, California 94089 USA 408-745-2000 www.juniper.net

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

5G and Open Source Networking

5G and Open Source Networking #Generation5G 5G and Open Source Networking Jamil Chawki Contributor: Vincent Colas From 1G to 5G 5G Customer expectation, usage & main challenges 5G core network transformation Network Slicing Service-Based

More information

SD-WANs and Lifecycle Service Orchestration (LSO) October Daniel Bar-Lev Director, Office of the CTO

SD-WANs and Lifecycle Service Orchestration (LSO) October Daniel Bar-Lev Director, Office of the CTO s and Lifecycle Service Orchestration () October 2017 Daniel Bar-Lev Director, Office of the CTO About MEF MEF created the $80B* Carrier Ethernet Market. MEF s goal is to leverage the global Carrier Ethernet

More information

Weiterentwicklung von OpenStack Netzen 25G/50G/100G, FW-Integration, umfassende Einbindung. Alexei Agueev, Systems Engineer

Weiterentwicklung von OpenStack Netzen 25G/50G/100G, FW-Integration, umfassende Einbindung. Alexei Agueev, Systems Engineer Weiterentwicklung von OpenStack Netzen 25G/50G/100G, FW-Integration, umfassende Einbindung Alexei Agueev, Systems Engineer ETHERNET MIGRATION 10G/40G à 25G/50G/100G Interface Parallelism Parallelism increases

More information

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

Container based network service/function deployment

Container based network service/function deployment Container based network service/function deployment For ARC 2nd review. Jan 9th, 2018 Isaku Yamahata , Session goal: answer feedbacks The purpose of

More information

Deployment Case Study of SDN and NFV Transformation. Marcela Blanco-Luna Solutions Architect Advanced Services

Deployment Case Study of SDN and NFV Transformation. Marcela Blanco-Luna Solutions Architect Advanced Services Deployment Case Study of SDN and NFV Transformation Marcela Blanco-Luna Solutions Architect Advanced Services Future Network Platform Service Creation Service Design Service Assurance Cloud Optimization

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

Clover Overview: Gambia release. April 16, 2018

Clover Overview: Gambia release. April 16, 2018 Clover Overview: Gambia release April 16, 2018 Motivation 1. Future Telecom Services, e.g. 5G s top use cases 50 billion IoT devices by 2020 Exceptional user experience AR/VR Ultra low latency services

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

Open and Disaggregated Transport SDN

Open and Disaggregated Transport SDN Open and Disaggregated Transport SDN - from PoC to Field Trial - Dai Kashiwa, Director, NTT Communications / Board member of ONOS/CORD Marc De Leenheer, MTS, ON.Lab Toru Furusawa, Chief Engineer, NTT Communications

More information

Cisco Cloud Strategy. Uwe Müller. Leader PreSales Cloud & Datacenter Germany

Cisco Cloud Strategy. Uwe Müller. Leader PreSales Cloud & Datacenter Germany Cisco Cloud Strategy Uwe Müller Leader PreSales Cloud & Datacenter Germany 277X Data created by IoE devices v. end-user 30M New devices connected every week 180B Mobile apps downloaded in 2015 78% Workloads

More information

NTT Com Press Conference March 1, 2016 #enterprisecloud

NTT Com Press Conference March 1, 2016 #enterprisecloud NTT Com Press Conference March 1, 2016 #enterprisecloud 1 Significant Enhancement of Enterprise Cloud - Realizing Digital Transformation - NTT Communications March 1, 2016 2 NTT Communications Initiatives

More information

vbranch Introduction and Demo

vbranch Introduction and Demo v Introduction and Demo Innovation@Cisco November, 2015 Bart Van de Velde, Sr. Director, Engineering, Chief Technology & Architecture Office Simon Spraggs, Distinguished Consulting Engineer, Chief Technology

More information

Transformation Through Innovation

Transformation Through Innovation Transformation Through Innovation A service provider strategy to prosper from digitization People will have 11.6 billion mobile-ready devices and connections by 2020. For service providers to thrive today

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

OSM: 7 FULLY FUNCTIONAL DEMOS Vanessa Little (VMware) - OSM TSC Chair

OSM: 7 FULLY FUNCTIONAL DEMOS Vanessa Little (VMware) - OSM TSC Chair ETSI 2017 10 OSM: 7 FULLY FUNCTIONAL DEMOS Vanessa Little (VMware) - OSM TSC Chair September 27, 2018 ONS Europe, 2018 OSM COMMUNITY IS REALLY LARGE AND DIVERSE, WITH 106 MEMBERS TODAY 11 Global Service

More information

Cisco Cloud Architecture with Microsoft Cloud Platform Peter Lackey Technical Solutions Architect PSOSPG-1002

Cisco Cloud Architecture with Microsoft Cloud Platform Peter Lackey Technical Solutions Architect PSOSPG-1002 Cisco Cloud Architecture with Microsoft Cloud Platform Peter Lackey Technical Solutions Architect PSOSPG-1002 Agenda Joint Cisco and Microsoft Integration Efforts Introduction to CCA-MCP What is a Pattern?

More information

The Automatic On-boarding System Used in China Mobile's NFV/SDN Network

The Automatic On-boarding System Used in China Mobile's NFV/SDN Network The Automatic On-boarding System Used in China Mobile's NFV/SDN Network Fu Qiao, China Mobile, fuqiao@chinamobile.com Wang Xu, China Mobile, wangxuyjy@chinamobile.com Liang Qi, Huawei, liangqi1@huawei.com

More information

SCALITY ZENKO. Freedom & control across Hybrid IT and Multi-Cloud

SCALITY ZENKO. Freedom & control across Hybrid IT and Multi-Cloud SCALITY Freedom & control across Hybrid IT and Multi-Cloud A Scality White Paper September 2018 SCALITY Hybrid IT and Multi-Cloud Storage Platform I. Introduction: Hybrid IT and Multi-Cloud Storage 3 II.

More information

ONAP PNF Plug and Play

ONAP PNF Plug and Play ONAP PNF Plug and Play ONAP and PNF Plug and Play for 5G RAN 5G Use Case Team Feb 23, 2018 version 15 Design Time Run-Time (Instances) PNF Plug and Play Stages A PNF Modeling Resources Definition/Services

More information

Cisco Virtual Topology System (VTS)

Cisco Virtual Topology System (VTS) Cisco Virtual Topology System (VTS) Cisco Knowledge Network Presentation Vijay Arumugam and Palak Desai Product Management, Cloud and Virtualization Feb 3, 2016 Agenda Trends and Challenges in SP market

More information

Gluon: An Enabler for NFV

Gluon: An Enabler for NFV Gluon: An Enabler for NFV Bin Hu PMTS, AT&T Ian Wells Principal Engineer, Cisco Ildikó Váncsa OpenStack Coordinator, Ericsson Alternatives for Improving Openstack Networking to Address NFV Needs Controller

More information

Enterprise Network Compute System (ENCS)

Enterprise Network Compute System (ENCS) Enterprise Network Compute System (ENCS) Cisco vbranch Architecture Per Jensen, per@cisco.com Sept 2017 Agenda: Tech Update september-2017 1. ENCS update + demo v/per 2. Viptela update + demo v/dr Søren

More information

Kubernetes Integration with Virtuozzo Storage

Kubernetes Integration with Virtuozzo Storage Kubernetes Integration with Virtuozzo Storage A Technical OCTOBER, 2017 2017 Virtuozzo. All rights reserved. 1 Application Container Storage Application containers appear to be the perfect tool for supporting

More information

Cisco Virtual Managed Services

Cisco Virtual Managed Services Data Sheet Cisco Virtual Managed Services SD-WAN Made Simple for Service Providers Cisco Virtual Managed Services (VMS) is a cloud native solution for service providers to automate, innovate and accelerate

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

WHITE PAPER. RedHat OpenShift Container Platform. Benefits: Abstract. 1.1 Introduction

WHITE PAPER. RedHat OpenShift Container Platform. Benefits: Abstract. 1.1 Introduction WHITE PAPER RedHat OpenShift Container Platform Abstract Benefits: Applications are designed around smaller independent components called microservices. Elastic resources: Scale up or down quickly and

More information

Network Automation using Contrail Cloud (NACC)

Network Automation using Contrail Cloud (NACC) Network Automation using Contrail Cloud (NACC) COURSE OVERVIEW: This five-day course is designed to provide students with the knowledge required to work with the Juniper Contrail software-defined networking

More information

ONAP Micro-service Design Improvement. Manoj Nair, NetCracker Technologies

ONAP Micro-service Design Improvement. Manoj Nair, NetCracker Technologies ONAP Micro-service Design Improvement Manoj Nair, NetCracker Technologies Micro Service Definition Micro service architectural style is an approach to developing a single application as a suite of small

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

ONAP VNF Developer Experience. Eric Multanen - Intel. ONAP Developer Forum June 20, 2018

ONAP VNF Developer Experience. Eric Multanen - Intel. ONAP Developer Forum June 20, 2018 ONAP VNF Developer Experience Eric Multanen - Intel ONAP Developer Forum June 20, 2018 Context We have VNFs - Reference platforms e.g. FlexRAN, NEV SDK, etc. We have ONAP experience - Contributions to

More information

MEF's Lifecycle Service Orchestration (LSO): Multi-operator Service Delivery from Months to Minutes..

MEF's Lifecycle Service Orchestration (LSO): Multi-operator Service Delivery from Months to Minutes.. Seminar Series Sponsor Event Sponsors MEF's Lifecycle Service Orchestration (LSO): Multi-operator Service Delivery from Months to Minutes.. Janine Rebelo Head of Global Ethernet Product Development Vodafone

More information

Huawei SD-WAN Solution

Huawei SD-WAN Solution Huawei SD-WAN Solution HUAWEI TECHNOLOGIES CO., LTD. 1 Trends and Challenges Faced by Enterprise Networks Enterprise IT architecture is continuously transforming towards the cloud architecture, and public

More information

An Introduction to Red Hat Enterprise Linux OpenStack Platform. Rhys Oxenham Field Product Manager, Red Hat

An Introduction to Red Hat Enterprise Linux OpenStack Platform. Rhys Oxenham Field Product Manager, Red Hat An Introduction to Red Hat Enterprise Linux OpenStack Platform Rhys Oxenham Field Product Manager, Red Hat What is OpenStack? What is OpenStack? Fully open source cloud operating system Comprised of several

More information

What s New in Red Hat OpenShift Container Platform 3.4. Torben Jäger Red Hat Solution Architect

What s New in Red Hat OpenShift Container Platform 3.4. Torben Jäger Red Hat Solution Architect What s New in Red Hat OpenShift Container Platform 3.4 Torben Jäger Red Hat Solution Architect OpenShift Roadmap OpenShift Container Platform 3.2 Kubernetes 1.2 & Docker 1.9 Red Hat

More information

ONAP Data Model - an SDC Perspective

ONAP Data Model - an SDC Perspective ONAP Data Model - an SDC Perspective Michael Brenner (Cloudify) Tom Nadeau (Cloudify) David Shadmi (AT&T) Anatoly Katzman (AT&T) December 2017 Design-Time Data Model - Principals The Design-Time model

More information

Dell EMC NFV Ready Bundle for VMware. Overview Presentation September 2017

Dell EMC NFV Ready Bundle for VMware. Overview Presentation September 2017 Dell EMC NFV Ready Bundle for VMware Overview Presentation September 2017 Business challenges for service providers Growing CAPEX and OPEX for existing network infrastructure GROWTH & INNOVATION Long time

More information

Kuberiter White Paper. Kubernetes. Cloud Provider Comparison Chart. Lawrence Manickam Kuberiter Inc

Kuberiter White Paper. Kubernetes. Cloud Provider Comparison Chart. Lawrence Manickam Kuberiter Inc Kuberiter White Paper Kubernetes Cloud Provider Comparison Chart Lawrence Manickam Kuberiter Inc Oct 2018 Executive Summary Kubernetes (K8S) has become the de facto standard for Cloud Application Deployments.

More information

CASABLANCA SECURITY ENHANCEMENTS FOR 5G USE CASE

CASABLANCA SECURITY ENHANCEMENTS FOR 5G USE CASE CASABLANCA SECURITY ENHANCEMENTS FOR 5G USE CASE 5G Use Case A : Deployment 5G Use Case C : Optimization Meeting Minutes May 21, 2018 Casablanca 5G Use Cases with Security Impacts 5G Use Case A Deployment

More information

ONAP 5G Blueprint Overview. ONAP Promises to Automate 5G Deployments. ONAP 5G Blueprint Overview 1

ONAP 5G Blueprint Overview. ONAP Promises to Automate 5G Deployments. ONAP 5G Blueprint Overview 1 ONAP 5G Blueprint Overview ONAP Promises to Automate 5G Deployments ONAP 5G Blueprint Overview 1 OVERVIEW: 5G poised to transform the global economy ABI Research predicts 5G economic output to be $10T

More information

Network Functions Virtualization (NFV): Promises and Progress CELTIC Event Monaco, April 23 rd, 2014

Network Functions Virtualization (NFV): Promises and Progress CELTIC Event Monaco, April 23 rd, 2014 Functions Virtualization (NFV): Promises and Progress CELTIC Event Monaco, April 23 rd, 2014 Presented by: Yuri Gittik Head of Strategic Developments and Innovation NFV Promises and Progress 22.04.14 Slide1

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

Open Cloud Engine - An Open Source Cloud Native Transformer

Open Cloud Engine - An Open Source Cloud Native Transformer DDD Spring Cloud DevOps Open Cloud Engine - An Open Source Cloud Native Transformer AS-IS: Pain-points in service operation Requests for Service upgrade is too frequently, it brings over-time working everyday.

More information

Deploying Cloud Network Services Prime Network Services Controller (formerly VNMC)

Deploying Cloud Network Services Prime Network Services Controller (formerly VNMC) Deploying Cloud Network Services Prime Network Services Controller (formerly VNMC) Dedi Shindler - Sr. Manager Product Management Cloud System Management Technology Group Cisco Agenda Trends Influencing

More information

James Won-Ki Hong. Distributed Processing & Network Management Lab. Dept. of Computer Science and Engineering POSTECH, Korea.

James Won-Ki Hong. Distributed Processing & Network Management Lab. Dept. of Computer Science and Engineering POSTECH, Korea. James Won-Ki Hong Distributed Processing & Network Management Lab. Dept. of Computer Science and Engineering POSTECH, Korea jwkhong@postech.ac.kr 2017. 7. 6 DPNM Lab., POSTECH NetSoft 2017 DEP Network

More information

HPE Digital Learner OpenStack Content Pack

HPE Digital Learner OpenStack Content Pack Content Pack data sheet HPE Digital Learner OpenStack Content Pack HPE Content Pack number Content Pack category Content Pack length Learn more CP001 Category 1 20 Hours View now Why HPE Education Services?

More information

NSO Essentials for Programmers and Network Architects (NSO201) v3.0

NSO Essentials for Programmers and Network Architects (NSO201) v3.0 NSO Essentials for Programmers and Network Architects (NSO201) v3.0 What you ll learn in this course The Cisco NSO Essentials for Programmers and Network Architects (NSO201) course introduces you to Cisco

More information

Define Your Future with SUSE

Define Your Future with SUSE Define Your Future with SUSE SUSE Linux Enterprise and more Bo Jin Sales Engineer bo.jin@suse.com SUSE auf einen Blick 25+ +8% Jahre Erfahrung in der Open-SourceEntwicklung SUSE-Wachstum vgl. mit anderen

More information

Deep Dive into the VPP based VNFs of the vcpe Use case. Eric Multanen - Intel. December 12, 2017

Deep Dive into the VPP based VNFs of the vcpe Use case. Eric Multanen - Intel. December 12, 2017 Deep Dive into the VPP based VNFs of the vcpe Use case Eric Multanen - Intel December 12, 2017 Agenda Brief Overview of vcpe Use Case Brief Overview of VPP and Honeycomb Review functional details of each

More information