Master Service Orchestrator (MSO)

Slides:



Advertisements
Similar presentations
© 2015 AT&T Intellectual Property. All rights reserved. AT&T, the AT&T logo and all other AT&T marks contained herein are trademarks of AT&T Intellectual.
Advertisements

24 February 2015 Ryota Mibu, NEC
Configuration Management and Server Administration Mohan Bang Endeca Server.
PosView Progress Report CS720H May, 3, POSTECH DP&NM Lab. (2)(2)CORBA-based Agent What we do? Development of network management platform: PosView.
Service Design & Onboarding
SDN-O LCM for Mercury Release Key Points and Overview
ONAP E2E Flow `.
ONAP Management Requirements
ARC: Definitions and requirements for SO/APP-C/VF-C discussion including call notes Chris Donley July 5, 2017.
ONAP and MEF LSO External API Framework Functional Reference Architecture 12 July 2017 Andy Mayer, Ph.D. © 2016 AT&T Intellectual Property. All rights.
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) Controller Architecture Proposal DRAFT.
Illustrative Sequence Diagrams
Defining ONAP APIs With BSS/OSS
Data Collection Framework
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
ONAP Architecture Slides Current Plan of Record
Example Services Managed by OpenECOMP Demo
ONAP Multi-VIM/Cloud Long Term Architecture and Use Cases (Under Community Discussion across Use Case, Optimization Framework, OOM,
CLAMP Flows for vCPE Use Case in ONAP R1 Ron Shacham AT&T
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
X V Consumer C1 Consumer C2 Consumer C3
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
ONAP Interface to External Controllers
ARC: Definitions and requirements for SO/APP-C/VF-C discussion Chris Donley Date , 2017.
OPEN-O Modeling Directions (DRAFT 0)
Agenda Overview High Level Architecture Design time Architecture
ARC 5: Deployment Options Chris Donley
ONAP Architecture Slides Current Plan of Record
Orange Contribution to ONAP project Northbound API October update
MEF LSO Legato SDK 24 October 2017 Andy Mayer, Ph.D. Tara Cummings.
ONAP Integration to External Domain Management Systems (DMS)
Multi-VIM/Cloud High Level Architecture
VoLTE Use Case Proposal
ONAP Optimization Framework - HAS Shankar Narayanan - AT&T Labs Research 08/15/2017.
ONAP Amsterdam Architecture
ONAP – Centralised Parser Distribution Atul Purohit - Vodafone
Enhanced Platform Awareness (EPA) Alex Vul Intel Corporation
VF-C R2 Feature Planning & Implementation Yan Yang
Agenda Where we are (Amsterdam Architecture)
SO Enhancement Points for R2 - a design idea Byung-Woo Jun, Ericsson
ONAP APIs Andrew Mayer, AT&T
SDNC Roadmap Dan Timoney – AT&T Marcus Williams - Intel
ONAP Amsterdam Architecture
Casablanca Platform Enhancements to Support 5G Use Case Architecture Review 5G Use Case Team June 26, 2018.
A road to network automation Christophe Closset Gervais-Martial Ngueko FOSDEM – Brussels, Feb. 3, 2018.
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.
Management and Orchestration in Complex and Dynamic Environment
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
Casablanca Platform Enhancements to Support 5G Use Case (Network Deployment, Slicing, Network Optimization and Automation Framework) 5G Use Case Team.
TOSCA Native Service Orchestration SO State of the Union
ARC Alignment ExtAPI ExtAPI Team.
ONAP Optimization Framework (OOF) POC for Physical CellID (PCI) Optimization August 21, 2018.
GNFC Architecture and Interfaces
ONAP Optimization Framework (OOF) POC for Physical CellID (PCI) Optimization July 30, 2018.
ONAP - Workflow Designer
ONAP Architecture Overview Template
Proposed Approach for ONAP Runtime Support of Network Service Onboarding Gil Bullard, AT&T.
Presentation transcript:

Master Service Orchestrator (MSO) High-level Design Copyright © 2017 AT&T Intellectual Property. All rights reserved. Licensed under the Creative Commons License, Attribution 4.0 Intl. (the "License"); you may not use this documentation except in compliance with the License. OpenECOMP MSO High-level design

MSO: High Level Architecture and Interfaces OSS/BSS Infrastructure Portal … and others SDC Service Order Requests VNF & Network Requests Design Studio Service & Resource Artifacts Master Service Orchestrator (MSO) AAI Distribution Service Inventory DCAE Data Collector MSO metrics collection and fault monitoring Create/Update Virtual Resources Assign/Configure Resources Fault Collector Platform/Cloud Orchestrator SDN Controller APP Controllers OpenStack VM VM vCE VM Cloud VM OpenECOMP MSO High-level design

MSO: Software Architecture OCX/OMX Infrastructure Portal … CSI REST REST SDC MSO API Handler Request Handlers REST Service Recipes BPEL Execution Engine Data Stores Service Recipe AAI Catalog DB Request DB Service Recipe REST HEAT Templates SOAP Resource/Controller Adapters VNF Resource Adapter Network Adapter Controller Adapter KEYSTONE/ HEAT REST Cloud Platform Orchestrator SDN Controller APP Controller OpenECOMP MSO High-level design

MSO Interfaces – Other OpenECOMP Components SDC Distribution of orchestration artifacts (service & resource recipes and templates) UEB event notifications, HTTP artifact retrieval AAI Query and update inventory RESTful API Cloud (Platform Orchestrator) Instantiation of virtual resources in the cloud Openstack APIs (primarily Heat and Keystone) SDN Controller Assign and configure network resources Yang-based RPC and REST App Controller (pending) Assign and configure application resources Yang and/or event based API OpenECOMP MSO High-level design

OpenECOMP MSO High-level design MSO Sub-components(1) API Handler RESTful interface to northbound clients Handle service-level and infrastructure (VNF & network) requests Use MSO Catalog to map input requests to recipes (BPEL flows) Track open and completed requests via MSO Request DB BPEL Execution Engine Execute BPEL service recipes Sequence orchestration steps by invoking Adapters for each Resource in the recipe request and configure network resources via SDN-C manage cloud resources via PO (OpenStack) configure Application VNFs via APP-C update inventory via AAI Perform additional orchestration steps (consult policy, etc.) per individual recipes Perform error handling/rollback OpenECOMP MSO High-level design

OpenECOMP MSO High-level design MSO Sub-components(2) Resource Adapters Provide interfaces to lower level controllers and other OpenECOMP components Platform Orchestrator, SDN-Controller, APP Controller Hides the details of complex interfaces (e.g. OpenStack APIs) via higher-level calls Expose interfaces to BPEL flows as SOAP or REST APIs (synchronous/asynchronous) Use MSO Catalog to map resource requests to a recipe/template VNF > Heat templates SDN Resource > Yang models Merge input parameters with templates at run-time Data Stores Request DB Tracks open and completed requests MSO Catalog MSO view of the SDC Catalog Service and resource recipes, templates, and definitions Populated via SDC distribution service OpenECOMP MSO High-level design