SDNC Roadmap Dan Timoney – AT&T Marcus Williams - Intel

Slides:



Advertisements
Similar presentations
XML Based Learning Environment Prashant Karmarkar Brendan Nolan Alexander Roda.
Advertisements

OSCAR Project Proposed Project for OPNFV
User Group 2015 Version 5 Features & Infrastructure Enhancements.
Siemens TIA Portal Openness Feature Functionality and Possible Use European Spallation Source – Integrated Control System Division Nick Levchenko CERN.
SDN-O LCM for Mercury Release Key Points and Overview
ONAP E2E Flow `.
ONAP Management Requirements
Master Service Orchestrator (MSO)
Orchestration and Controller Architecture Alignment Vimal Begwani AT&T
Rationalizing ONAP Architecture for R2 and Beyond Vimal Begwani – AT&T
Open Network Automation Platform (ONAP) & Opendaylight Controllers
Illustrative Sequence Diagrams
Defining ONAP APIs With BSS/OSS
Multi-VIM/Cloud High Level Architecture
vCPE Use Case Deep Dive Integration Project and Use Case Subcommittee
Orchestration and Controller Alignment for ONAP Release 1
Example Services Managed by OpenECOMP Demo
Aligning Orchestration and Controller Per Merger Agreement Vimal Begwani – AT&T Jamil Chawki – Orange Alla Goldner -- Amdocs.
Defining ONAP VNF Package Model
Multi-VIM/Cloud High Level Architecture
Multi-VIM/Cloud High Level Architecture
Aligning Orchestration and Controller Per Merger Agreement Vimal Begwani – AT&T Jamil Chawki – Orange Alla Goldner -- Amdocs.
Interface to External Controllers and SD-WAN Use Case
A&AI Component Diagram
ONAP and SD-WAN Integration Proposal
ONAP Interface to External Controllers
Effective Network Orchestration Starts by Automating Provisioning Downloadable Figures Simon Richard.
Agenda Overview High Level Architecture Design time Architecture
ARC 5: Deployment Options Chris Donley
ONAP Architecture Slides Current Plan of Record
Documentation Guidelines
MEF LSO Legato SDK 24 October 2017 Andy Mayer, Ph.D. Tara Cummings.
Target ONAP End-to-End Architecture Vimal Begwani – AT&T Parviz Yegani – Futurewei Technologies Jamil Chawki – Orange.
ONAP Integration to External Domain Management Systems (DMS)
Openecomp Migration Proposals Catherine Lefèvre (AT&T)
Multi-VIM/Cloud High Level Architecture
17 Dec 2015 Bryan Sullivan, AT&T
Enterprise vCPE use case requirement
ONAP Run-time Catalog Project
ONAP Change Management
ONAP Amsterdam Architecture
ONAP – Centralised Parser Distribution Atul Purohit - Vodafone
Beijing Release use cases/requirements for endorsement/approval
Enhanced Platform Awareness (EPA) Alex Vul Intel Corporation
VF-C R2 Feature Planning & Implementation Yan Yang
Agenda Where we are (Amsterdam Architecture)
Enterprise vCPE use case requirement
Open Source Access Manager™ ONAP Proposal
ONAP Amsterdam Architecture
Casablanca Platform Enhancements to Support 5G Use Case Architecture Review 5G Use Case Team June 26, 2018.
Scaling Use Case Proposal.
Documenting ONAP components (functional)
Multi-VIM/Cloud High Level Architecture
Casablanca Platform Enhancements to Support 5G Use Case Summary of Planned Enhancement Areas 5G Use Case Team June 14, 2018.
ONAP Beijing Architecture Chris Donley 1/9/18
Defining ONAP VNF Package Model
ONAP Architecture for Rel 1
ONAP 5G USE CASE ENHANCEMENTS FOR PNF DEPLOYMENTS
TOSCA Native Service Orchestration SO State of the Union
XML Based Learning Environment
5G Use Case Configuration & PNF SW Upgrade using NETCONF ONAP DDF, Jan 9, 2019 Ericsson.
E2E Process Automation Alexis, Andreas, Bin, Catherine, Franck, Scott, Susana, Timo TSC-53 December,
ONAP Optimization Framework (OOF) POC for Physical CellID (PCI) Optimization August 21, 2018.
5G Use Cases for R4/Dublin
GNFC Architecture and Interfaces
ONAP Optimization Framework (OOF) POC for Physical CellID (PCI) Optimization July 30, 2018.
ONAP - Workflow Designer
ONAP Architecture Overview Template
ONAP Architecture Principle Review
ONAP Security Requirements ONAP Virtual F2F, December overall requirements - security by design Stephen Terrill, et al.
Presentation transcript:

SDNC Roadmap Dan Timoney – AT&T Marcus Williams - Intel Date , 2017

SDNC Project Scope CCSDK vs SDNC The Common Controller SDK (CCSDK) is a set of libraries and tools used to create controllers. Based on OpenDaylight Provides infrastructure needed to create, compile and execute directed graphs Used in Amsterdam by APPC and SDNC SDN Controller (SDNC) is the network controller for ONAP Assigns resources and controls layer 1-3 Based on Common Controller SDK (CCSDK)

SDNC Amsterdam Release Scope Release goal was to establish base SDN controller platform, based on CCSDK Features include: Resource assignment Automated assignments from local inventory pool Assignments from preloaded data Interface to third party SDN controller to create overlay and underlay networks Southbound REST interface based on JSON templates Interface to VPP based VNFs via Honeycomb

SDNC Amsterdam container architecture DMAAP Listener Controller (ODL) SDC Listener DG Builder Database Admin Portal

SDNC Amsterdam Release : Incoming APIs SDC interface: Consumes TOSCA models, based on SDC TOSCA parser DMAAP interface: Subscribes to DHCP event SO (REST) interface: Supports 2 sets of APIs: VNF-API API for handling assignments for VNFs, using preloaded data GENERIC-RESOURCE-API API for handling generic resource assignments Supports automated assignments Intended as replacement for VNF-API, but first feature gaps must be resolved Does not currently support preloads

SDNC Amsterdam Release : Outgoing APIs A&AI VNF, VF data read/write Third party SDN controllers REST API adaptor VPP Honeycomb VNFs

SDNC Beijing Release Highlights Primary goal of Beijing release is platform hardening (S3P) Improve resiliency by introducing clustering based on Kubernetes Greater focus on: Scalability Security Stability Performance New subproject SDN-R for wireless networks

SDNC Clustering on Kubernetes

SDNC Beijing Release : Incoming APIs SDC interface: More or less same as Amsterdam, except newer version of SDC client library DMAAP interface: TBD, but safe to assume there will be additional events identified SO (REST) interface: Plan to deprecate VNF-API in favor of GENERIC-RESOURCE-API Will expose functionality of GENERIC-RESOURCE-API as microservices

SDNC Amsterdam Release : Outgoing APIs A&AI Enhance to support Beijing verson of A&AI interface/model Third party SDN controllers Add new netconf adaptor, to support interface to netconf based devices Usability/programmability enhancements for REST API based interfaces Make it simpler to support new interfaces without need to hand-code JSON templates

SDNC Future Directions Configuration management Support for saving and rolling back to known good state on device Support for adding new types of devices / controllers easily, without need for custom Java development Directed Graph technology improvements Current building blocks are fairly low level Add ability to create higher level building blocks, suitable for use by service experts with little programming knowledge Other ideas?