blob: ff38d45e0de465b2c24c49a71a344fa7ec17c1d2 [file] [log] [blame]
Eric Debeaub49dc8b2018-06-04 20:52:51 +00001.. This work is licensed under a Creative Commons Attribution
2.. 4.0 International License.
Chris Donleyec36ceb2017-11-07 16:01:27 -08003.. http://creativecommons.org/licenses/by/4.0
Chris Donley4539c942018-06-04 10:02:25 -07004.. Copyright 2017-2018 Huawei Technologies Co., Ltd.
Eric Debeau2fe7abf2019-05-29 13:26:36 +00005.. Copyright 2019 ONAP Contributors
Chris Donleyec36ceb2017-11-07 16:01:27 -08006
Noemi Wagnerbef82322018-12-11 13:17:41 +01007.. _ONAP-architecture:
8
Eric Debeau2fe7abf2019-05-29 13:26:36 +00009Introduction
10============
Rich Bennett80455a52017-11-08 05:17:00 -050011
Eric Debeau2fe7abf2019-05-29 13:26:36 +000012The ONAP project addresses the rising need for a common automation platform for
13telecommunication, cable, and cloud service providersand their solution
Eric Debeauaf2303e2018-12-03 19:07:56 +000014providersto deliver differentiated network services on demand, profitably and
15competitively, while leveraging existing investments.
Chris Donleyec36ceb2017-11-07 16:01:27 -080016
Eric Debeau2fe7abf2019-05-29 13:26:36 +000017The challenge that ONAP meets is to help operators of telecommunication
18networks to keep up with the scale and cost of manual changes required to
19implement new service offerings, from installing new data center equipment to,
20in some cases, upgrading on-premises customer equipment. Many are seeking to
21exploit SDN and NFV to improve service velocity, simplify equipment
22interoperability and integration, and to reduce overall CapEx and OpEx costs.
23In addition, the current, highly fragmented management landscape makes it
24difficult to monitor and guarantee service-level agreements (SLAs). These
25challenges are still very real now as ONAP creates its fourth release.
Chris Donleyec36ceb2017-11-07 16:01:27 -080026
Eric Debeauaf2303e2018-12-03 19:07:56 +000027ONAP is addressing these challenges by developing global and massive scale
28(multi-site and multi-VIM) automation capabilities for both physical and
29virtual network elements. It facilitates service agility by supporting data
Eric Debeau2fe7abf2019-05-29 13:26:36 +000030models for rapid service and resource deployment and providing a common set of
31northbound REST APIs that are open and interoperable, and by supporting
32model-driven interfaces to the networks. ONAPs modular and layered nature
33improves interoperability and simplifies integration, allowing it to support
34multiple VNF environments by integrating with multiple VIMs, VNFMs,
35SDN Controllers, as well as legacy equipment (PNF). ONAPs consolidated xNF
36requirements publication enables commercial development of ONAP-compliant xNFs.
37This approach allows network and cloud operators to optimize their physical
38and virtual infrastructure for cost and performance; at the same time, ONAPs
39use of standard models reduces integration and deployment costs of
40heterogeneous equipment. All this is achieved while minimizing management
41fragmentation.
Chris Donleyec36ceb2017-11-07 16:01:27 -080042
Eric Debeau2fe7abf2019-05-29 13:26:36 +000043The ONAP platform allows end-user organizations and their network/cloud
Eric Debeauaf2303e2018-12-03 19:07:56 +000044providers to collaboratively instantiate network elements and services in a
Eric Debeau2fe7abf2019-05-29 13:26:36 +000045rapid and dynamic way, together with supporting a closed control loop process
46that supports real-time response to actionable events. In order to design,
47engineer, plan, bill and assure these dynamic services, there are three major
48requirements:
Chris Donleyec36ceb2017-11-07 16:01:27 -080049
Eric Debeau2fe7abf2019-05-29 13:26:36 +000050- A robust design framework that allows the specification of the service in
51 all aspects modeling the resources and relationships that make up the
52 service, specifying the policy rules that guide the service behavior,
53 specifying the applications, analytics and closed control loop events needed
54 for the elastic management of the service
Chris Donleyec36ceb2017-11-07 16:01:27 -080055
Eric Debeau2fe7abf2019-05-29 13:26:36 +000056- An orchestration and control framework (Service Orchestrator and Controllers
57 ) that is recipe/ policy-driven to provide an automated instantiation of the
58 service when needed and managing service demands in an elastic manner
Chris Donleyec36ceb2017-11-07 16:01:27 -080059
Eric Debeau2fe7abf2019-05-29 13:26:36 +000060- An analytic framework that closely monitors the service behavior during the
61 service lifecycle based on the specified design, analytics and policies to
62 enable response as required from the control framework, to deal with
63 situations ranging from those that require healing to those that require
64 scaling of the resources to elastically adjust to demand variations.
Chris Donleyec36ceb2017-11-07 16:01:27 -080065
Eric Debeau2fe7abf2019-05-29 13:26:36 +000066To achieve this, ONAP decouples the details of specific services and supporting
Eric Debeauaf2303e2018-12-03 19:07:56 +000067technologies from the common information models, core orchestration platform,
68and generic management engines (for discovery, provisioning, assurance etc.).
69Furthermore, it marries the speed and style of a DevOps/NetOps approach with
70the formal models and processes operators require to introduce new services
71and technologies. It leverages cloud-native technologies including Kubernetes
72to manage and rapidly deploy the ONAP platform and related components. This is
73in stark contrast to traditional OSS/Management software platform
74architectures, which hardcoded services and technologies, and required lengthy
75software development and integration cycles to incorporate changes.
Chris Donleyec36ceb2017-11-07 16:01:27 -080076
Eric Debeau2fe7abf2019-05-29 13:26:36 +000077The ONAP Platform enables service/resource independent capabilities for design,
Eric Debeauaf2303e2018-12-03 19:07:56 +000078creation and lifecycle management, in accordance with the following
79foundational principles:
Chris Donleyec36ceb2017-11-07 16:01:27 -080080
Eric Debeau2fe7abf2019-05-29 13:26:36 +000081- Ability to dynamically introduce full service lifecycle orchestration (design
82 ,provisioning and operation) and service API for new services and
83 technologies without the need for new platform software releases or without
84 affecting operations for the existing services
85- Carrier-grade scalability including horizontal scaling (linear scale-out) and
86 distribution to support a large number of services and large networks
87- Metadata-driven and policy-driven architecture to ensure flexible and
88 automated ways in which capabilities are used and delivered
89- The architecture shall enable sourcing best-in-class components
90- Common capabilities are developed once and used many times
91- Core capabilities shall support many diverse services and infrastructures
Chris Donleyec36ceb2017-11-07 16:01:27 -080092
Eric Debeau2fe7abf2019-05-29 13:26:36 +000093Further, ONAP comes with a functional architecture with component definitions
94and interfaces, which provides a force of industry alignment in addition to
95the open source code.
Chris Donleyec36ceb2017-11-07 16:01:27 -080096
Eric Debeau2fe7abf2019-05-29 13:26:36 +000097ONAP Architecture
98=================
Chris Donleyec36ceb2017-11-07 16:01:27 -080099
Sofia Wallin53b1bbd2019-10-17 16:40:27 +0200100The ONAP architecture consists of a design time and run time functions, as well as functions for
101managing ONAP itself.
Eric Debeauaf2303e2018-12-03 19:07:56 +0000102
Sofia Wallin53b1bbd2019-10-17 16:40:27 +0200103**Figure 1 provides a high-level view of the ONAP architecture with its microservices-based platform components.**
Pawel Pawlak644d8062017-11-13 14:14:03 +0100104
Chris Donley4539c942018-06-04 10:02:25 -0700105|image1|
Chris Donleyec36ceb2017-11-07 16:01:27 -0800106
Chris Donleyec36ceb2017-11-07 16:01:27 -0800107
Eric Debeauaf2303e2018-12-03 19:07:56 +0000108Figure 2 below, provides a simplified functional view of the architecture,
109which highlights the role of a few key components:
Chris Donley4539c942018-06-04 10:02:25 -0700110
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000111#. Design time environment for onboarding services and resources into ONAP and
Eric Debeauaf2303e2018-12-03 19:07:56 +0000112 designing required services.
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000113#. External API provides northbound interoperability for the ONAP Platform and
Eric Debeauaf2303e2018-12-03 19:07:56 +0000114 Multi-VIM/Cloud provides cloud interoperability for the ONAP workloads.
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000115#. OOM provides the ability to manage cloud-native installation and
116 deployments to Kubernetes-managed cloud environments.
117#. ONAP Shared Services provides shared capabilities for ONAP modules. MUSIC
118 allows ONAP to scale to multi-site environments to support global scale
Eric Debeauaf2303e2018-12-03 19:07:56 +0000119 infrastructure requirements. The ONAP Optimization Framework (OOF) provides
120 a declarative, policy-driven approach for creating and running optimization
Chris Donley4539c942018-06-04 10:02:25 -0700121 applications like Homing/Placement, and Change Management Scheduling
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000122 Optimization. Logging provides centralized logging capabilities, Audit
123 (POMBA) provides capabilities to understand orchestration actions.
124#. ONAP shared utilities provide utilities for the support of the ONAP
125 components.
126#. Information Model and framework utilities continue to evolve to harmonize
Eric Debeauaf2303e2018-12-03 19:07:56 +0000127 the topology, workflow, and policy models from a number of SDOs including
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000128 ETSI NFV MANO, TM Forum SID, ONF Core, OASIS TOSCA, IETF, and MEF.
Chris Donley4539c942018-06-04 10:02:25 -0700129
Eric Debeauaf2303e2018-12-03 19:07:56 +0000130|image2|
Chris Donley4539c942018-06-04 10:02:25 -0700131
Eric Debeauaf2303e2018-12-03 19:07:56 +0000132**Figure 2. Functional view of the ONAP architecture**
133
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000134Microservices Support
135=====================
Eric Debeauaf2303e2018-12-03 19:07:56 +0000136As a cloud-native application that consists of numerous services, ONAP requires
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000137sophisticated initial deployment as well as post- deployment management.
Chris Donley4539c942018-06-04 10:02:25 -0700138
Eric Debeauaf2303e2018-12-03 19:07:56 +0000139The ONAP deployment methodology needs to be flexible enough to suit the
140different scenarios and purposes for various operator environments. Users may
141also want to select a portion of the ONAP components to integrate into their
142own systems. And the platform needs to be highly reliable, scalable, secure and
143easy to manage. To achieve all these goals, ONAP is designed as a
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000144microservices-based system, with all components released as Docker containers
145following best practice building rules to optimize their image size. To reduce
146the ONAP footprint, a first effort to use shared data base have been initiated
147with a Cassandra and mariadb-galera clusters.
Chris Donley4539c942018-06-04 10:02:25 -0700148
Eric Debeauaf2303e2018-12-03 19:07:56 +0000149The ONAP Operations Manager (OOM) is responsible for orchestrating the
150end-to-end lifecycle management and monitoring of ONAP components. OOM uses
151Kubernetes to provide CPU efficiency and platform deployment. In addition, OOM
152helps enhance ONAP platform maturity by providing scalability and resiliency
153enhancements to the components it manages.
Chris Donleyee57c722018-06-04 15:29:55 -0700154
Eric Debeauaf2303e2018-12-03 19:07:56 +0000155OOM is the lifecycle manager of the ONAP platform and uses the Kubernetes
156container management system and Consul to provide the following functionality:
Chris Donley4539c942018-06-04 10:02:25 -0700157
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000158#. Deployment - with built-in component dependency management (including
Eric Debeauaf2303e2018-12-03 19:07:56 +0000159 multiple clusters, federated deployments across sites, and anti-affinity
160 rules)
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000161#. Configuration - unified configuration across all ONAP components
162#. Monitoring - real-time health monitoring feeding to a Consul GUI and
Eric Debeauaf2303e2018-12-03 19:07:56 +0000163 Kubernetes
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000164#. Restart - failed ONAP components are restarted automatically
165#. Clustering and Scaling - cluster ONAP services to enable seamless scaling
166#. Upgrade - change out containers or configuration with little or no service
Eric Debeauaf2303e2018-12-03 19:07:56 +0000167 impact
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000168#. Deletion - clean up individual containers or entire deployments
Chris Donley4539c942018-06-04 10:02:25 -0700169
Eric Debeauaf2303e2018-12-03 19:07:56 +0000170OOM supports a wide variety of cloud infrastructures to suit your individual
171requirements.
Chris Donley4539c942018-06-04 10:02:25 -0700172
Eric Debeauaf2303e2018-12-03 19:07:56 +0000173Microservices Bus (MSB) provides fundamental microservices supports including
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000174service registration/ discovery, external API gateway, internal API gateway,
175client software development kit (SDK), and Swagger SDK. When integrating with
176OOM, MSB has a Kube2MSB registrar which can grasp services information from k8s
177metafile and automatically register the services for ONAP components.
Chris Donley4539c942018-06-04 10:02:25 -0700178
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000179In the spirit of leveraging the microservice capabilities, further steps
180towards increased modularity have been taken in the Dublin release. Service
181Orchestrator (SO) and the controllers have increased its level of modularity.
Chris Donley4539c942018-06-04 10:02:25 -0700182
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000183Portal
184======
Eric Debeauaf2303e2018-12-03 19:07:56 +0000185ONAP delivers a single, consistent user experience to both design time and
186runtime environments, based on the users role. Role changes are configured
187within a single ONAP instance.
Chris Donley4539c942018-06-04 10:02:25 -0700188
Eric Debeauaf2303e2018-12-03 19:07:56 +0000189This user experience is managed by the ONAP Portal, which provides access to
190design, analytics and operational control/administration functions via a
191shared, role-based menu or dashboard. The portal architecture provides
192web-based capabilities such as application onboarding and management,
193centralized access management through the Authentication and Authorization
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000194Framework (AAF), and dashboards, as well as hosted application widgets.
Chris Donleyec36ceb2017-11-07 16:01:27 -0800195
Eric Debeauaf2303e2018-12-03 19:07:56 +0000196The portal provides an SDK to enable multiple development teams to adhere to
197consistent UI development requirements by taking advantage of built-in
198capabilities (Services/ API/ UI controls), tools and technologies. ONAP also
199provides a Command Line Interface (CLI) for operators who require it (e.g., to
200integrate with their scripting environment). ONAP SDKs enable
201operations/security, third parties (e.g., vendors and consultants), and other
202experts to continually define/redefine new collection, analytics, and policies
203(including recipes for corrective/remedial action) using the ONAP Design
204Framework Portal.
Chris Donleyec36ceb2017-11-07 16:01:27 -0800205
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000206Design Time Framework
207=====================
Eric Debeauaf2303e2018-12-03 19:07:56 +0000208The design time framework is a comprehensive development environment with
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000209tools, techniques, and repositories for defining/ describing resources,
Eric Debeauaf2303e2018-12-03 19:07:56 +0000210services, and products.
Chris Donley4539c942018-06-04 10:02:25 -0700211
212The design time framework facilitates reuse of models, further improving
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000213efficiency as more and more models become available. Resources, services,
214products, and their management and control functions can all be modeled using
215a common set of specifications and policies (e.g., rule sets) for controlling
216behavior and process execution. Process specifications automatically sequence
217instantiation, delivery and lifecycle management for resources, services,
218products and the ONAP platform components themselves. Certain process
219specifications (i.e., recipes’) and policies are geographically distributed
220to optimize performance and maximize autonomous behavior in federated cloud
221environments.
Chris Donleyec36ceb2017-11-07 16:01:27 -0800222
Eric Debeauaf2303e2018-12-03 19:07:56 +0000223Service Design and Creation (SDC) provides tools, techniques, and repositories
224to define/simulate/certify system assets as well as their associated processes
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000225and policies. Each asset is categorized into one of four asset groups:
226Resource, Services, Products, or Offers. SDC also supports TOSCA1.3 List type
227definition in Dublin release which provides the ability to design complicated
228service descriptor.
229
Eric Debeauaf2303e2018-12-03 19:07:56 +0000230The SDC environment supports diverse users via common services and utilities.
231Using the design studio, product and service designers onboard/extend/retire
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000232resources, services and products. Operations, Engineers, Customer Experience
233Managers, and Security Experts create workflows, policies and methods to
234implement Closed control Loop Automation/Control and manage elastic
235scalability.
Chris Donleyec36ceb2017-11-07 16:01:27 -0800236
Eric Debeauaf2303e2018-12-03 19:07:56 +0000237To support and encourage a healthy VNF ecosystem, ONAP provides a set of VNF
238packaging and validation tools in the VNF Supplier API and Software Development
239Kit (VNF SDK) and VNF Validation Program (VVP) components. Vendors can
240integrate these tools in their CI/CD environments to package VNFs and upload
241them to the validation engine. Once tested, the VNFs can be onboarded through
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000242SDC. In addition, the testing capability of VNFSDK is being utilized at the
243LFN Compliance Verification Program to work towards ensuring a highly
244consistent approach to VNF verification.
Chris Donleyec36ceb2017-11-07 16:01:27 -0800245
Eric Debeauaf2303e2018-12-03 19:07:56 +0000246The Policy Creation component deals with policies; these are rules, conditions,
247requirements, constraints, attributes, or needs that must be provided,
248maintained, and/or enforced. At a lower level, Policy involves machine-readable
249rules enabling actions to be taken based on triggers or requests. Policies
250often consider specific conditions in effect (both in terms of triggering
251specific policies when conditions are met, and in selecting specific outcomes
252of the evaluated policies appropriate to the conditions).
Chris Donleyec36ceb2017-11-07 16:01:27 -0800253
Eric Debeauaf2303e2018-12-03 19:07:56 +0000254Policy allows rapid modification through easily updating rules, thus updating
255technical behaviors of components in which those policies are used, without
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000256requiring rewrites of their software code. Policy permits simpler management
257/ control of complex mechanisms via abstraction.
Chris Donleyec36ceb2017-11-07 16:01:27 -0800258
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000259Runtime Framework
260=================
Sofia Wallin53b1bbd2019-10-17 16:40:27 +0200261The runtime execution framework executes the rules and policies and othe models
262distributed by the design and creation environment.
Chris Donleyec36ceb2017-11-07 16:01:27 -0800263
Sofia Wallin53b1bbd2019-10-17 16:40:27 +0200264This allows for the distribution of models and policy among
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000265various ONAP modules such as the Service Orchestrator (SO), Controllers,
266Data Collection, Analytics and Events (DCAE), Active and Available Inventory
Sofia Wallin53b1bbd2019-10-17 16:40:27 +0200267(A&AI). These components use common services that
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000268support logging, access control, Multi-Site State Coordination (MUSIC), which
269allow the platform to register and manage state across multi-site deployments.
Rich Bennett80455a52017-11-08 05:17:00 -0500270
Eric Debeaub49dc8b2018-06-04 20:52:51 +0000271Orchestration
272-------------
Eric Debeauaf2303e2018-12-03 19:07:56 +0000273The Service Orchestrator (SO) component executes the specified processes by
274automating sequences of activities, tasks, rules and policies needed for
275on-demand creation, modification or removal of network, application or
Sofia Wallin53b1bbd2019-10-17 16:40:27 +0200276infrastructure services and resources, this includes VNFs, CNFs and PNFs. The SO provides
277orchestration at a very high level, with an end-to-end view of the infrastructure, network,
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000278and applications.
Chris Donley4539c942018-06-04 10:02:25 -0700279
Sofia Wallin53b1bbd2019-10-17 16:40:27 +0200280One is BroadBand Service (BBS), the second one is Cross Domain and Cross Layer VPN
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000281(CCVPN).
Chris Donley4539c942018-06-04 10:02:25 -0700282
Sofia Wallin53b1bbd2019-10-17 16:40:27 +0200283Virtual Infrastructure Deployment (VID)
284---------------------------------------
Eric Debeauaf2303e2018-12-03 19:07:56 +0000285The Virtual Infrastructure Deployment (VID) application enables users to
286instantiate infrastructure services from SDC, along with their associated
287components, and to execute change management operations such as scaling and
288software upgrades to existing VNF instances.
289
290Policy-Driven Workload Optimization
Chris Donley4539c942018-06-04 10:02:25 -0700291-----------------------------------
Eric Debeauaf2303e2018-12-03 19:07:56 +0000292The ONAP Optimization Framework (OOF) provides a policy-driven and model-driven
293framework for creating optimization applications for a broad range of use
294cases. OOF Homing and Allocation Service (HAS) is a policy driven workload
295optimization service that enables optimized placement of services across
296multiple sites and multiple clouds, based on a wide variety of policy
297constraints including capacity, location, platform capabilities, and other
298service specific constraints.
Chris Donley4539c942018-06-04 10:02:25 -0700299
Eric Debeauaf2303e2018-12-03 19:07:56 +0000300ONAP Multi-VIM/Cloud (MC) and several other ONAP components such as Policy, SO,
301A&AI etc. play an important role in enabling Policy-driven
302Performance/Security-Aware Adaptive Workload Placement/ Scheduling across
303cloud sites through OOF-HAS. OOF-HAS uses Hardware Platform Awareness (HPA),
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000304cloud agnostic Intent capabilities, and real-time capacity checks provided by
Eric Debeauaf2303e2018-12-03 19:07:56 +0000305ONAP MC to determine the optimal VIM/Cloud instances, which can deliver the
306required performance SLAs, for workload (VNF etc.) placement and scheduling
307(Homing). Operators now realize the true value of virtualization through fine
308grained optimization of cloud resources while delivering performance and
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000309security SLAs.
Chris Donley4539c942018-06-04 10:02:25 -0700310
Eric Debeaub49dc8b2018-06-04 20:52:51 +0000311Controllers
312-----------
Eric Debeauaf2303e2018-12-03 19:07:56 +0000313Controllers are applications which are coupled with cloud and network services
314and execute the configuration, real-time policies, and control the state of
315distributed components and services. Rather than using a single monolithic
316control layer, operators may choose to use multiple distinct controller types
317that manage resources in the execution environment corresponding to their
318assigned controlled domain such as cloud computing resources (network
Sofia Wallin53b1bbd2019-10-17 16:40:27 +0200319configuration (SDN-C) and application (App-C). The App-C and SDN-C also support the
320Virtual Function Controller (VF-C) provides an ETSI NFV compliant NFV-O function that is
Eric Debeauaf2303e2018-12-03 19:07:56 +0000321responsible for lifecycle management of virtual services and the associated
322physical COTS server infrastructure. VF-C provides a generic VNFM capability
323but also integrates with external VNFMs and VIMs as part of an NFV MANO stack.
Chris Donleyec36ceb2017-11-07 16:01:27 -0800324
Eric Debeaub49dc8b2018-06-04 20:52:51 +0000325Inventory
326---------
Eric Debeauaf2303e2018-12-03 19:07:56 +0000327Active and Available Inventory (A&AI) provides real-time views of a systems
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000328resources, services, products and their relationships with each other, and also
329retains a historical view. The views provided by A&AI relate data managed by
330multiple ONAP instances, Business Support Systems (BSS), Operation Support
331Systems (OSS), and network applications to form a top to bottom view ranging
332from the products end users buy, to the resources that form the raw material
333for creating the products. A&AI not only forms a registry of products,
334services, and resources, it also maintains up-to-date views of the
335relationships between these inventory items.
Chris Donleyec36ceb2017-11-07 16:01:27 -0800336
Eric Debeauaf2303e2018-12-03 19:07:56 +0000337To deliver the promised dynamism of SDN/NFV, A&AI is updated in real time by
338the controllers as they make changes in the network environment. A&AI is
339metadata-driven, allowing new inventory types to be added dynamically and
340quickly via SDC catalog definitions, eliminating the need for lengthy
341development cycles.
Chris Donleyec36ceb2017-11-07 16:01:27 -0800342
Sofia Wallin53b1bbd2019-10-17 16:40:27 +0200343Policy Framework
344----------------
345The Policy framework provides policy based decision making capability and supports multiple policy
346engines and can distribute policies through policy design capabilities in SDC, simplifying the design process.
347
Eric Debeauaf2303e2018-12-03 19:07:56 +0000348Multi Cloud Adaptation
349----------------------
Eric Debeauaf2303e2018-12-03 19:07:56 +0000350Multi-VIM/Cloud provides and infrastructure adaptation layer for VIMs/Clouds
351in exposing advanced hardware platform awareness and cloud agnostic intent
352capabilities, besides standard capabilities, which are used by OOF and other
353components for enhanced cloud selection and SO/VF-C for cloud agnostic workload
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000354deployment.
Chris Donleyec36ceb2017-11-07 16:01:27 -0800355
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000356Closed Control Loop Automation
357==============================
358Closed loop control is provided by cooperation among a number of design-time
359and run-time elements. The Runtime loop starts with data collectors from Data
360Collection, Analytics and Events (DCAE). ONAP includes the following
361collectors: VES for events, HV-VES for high-volume events, SNMP for SNMP traps,
362File Collector to receive files, and Restconf Collector to collect the
363notifications. After data collection/verification phase, data are moved through
364the loop of micro-services like Homes for event detection, Policy for
365determining actions, and finally, controllers and orchestrators to implement
366actions CLAMP is used to monitor the loops themselves. DCAE also supports
367(Platform for Network Data Analytics) PNDA analytics capabilities. CLAMP,
368Policy and DCAE all have design time aspects to support the creation of the
369loops.
Chris Donleyec36ceb2017-11-07 16:01:27 -0800370
Eric Debeauaf2303e2018-12-03 19:07:56 +0000371We refer to this automation pattern as closed control loop automation in that
372it provides the necessary automation to proactively respond to network and
373service conditions without human intervention. A high-level schematic of the
374closed control loop automation and the various phases within the service
375lifecycle using the automation is depicted in Figure 3.
Chris Donleyec36ceb2017-11-07 16:01:27 -0800376
Eric Debeauaf2303e2018-12-03 19:07:56 +0000377Closed control loop control is provided by Data Collection, Analytics and
378Events (DCAE) and one or more of the other ONAP runtime components.
379Collectively, they provide FCAPS (Fault Configuration Accounting Performance
380Security) functionality. DCAE collects performance, usage, and configuration
381data; provides computation of analytics; aids in troubleshooting; and publishes
382events, data and analytics (e.g., to policy, orchestration, and the data lake).
383Another component, Holmes”, connects to DCAE and provides alarm correlation
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000384for ONAP, new data collection capabilities with High Volume VES, and bulk
385performance management support.
Chris Donleyec36ceb2017-11-07 16:01:27 -0800386
Eric Debeauaf2303e2018-12-03 19:07:56 +0000387Working with the Policy Framework and CLAMP, these components detect problems
388in the network and identify the appropriate remediation. In some cases, the
389action will be automatic, and they will notify Service Orchestrator or one of
390the controllers to take action. In other cases, as configured by the operator,
391they will raise an alarm but require human intervention before executing the
392change. The policy framework is extended to support additional policy decision
393capabilities with the introduction of adaptive policy execution.
Chris Donleyec36ceb2017-11-07 16:01:27 -0800394
Eric Debeauaf2303e2018-12-03 19:07:56 +0000395|image3|
396
397**Figure 3: ONAP Closed Control Loop Automation**
Chris Donleyec36ceb2017-11-07 16:01:27 -0800398
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000399Shared Services
400===============
401ONAP provides a set of operational services for all ONAP components including
Eric Debeauaf2303e2018-12-03 19:07:56 +0000402activity logging, reporting, common data layer, access control, secret and
403credential management, resiliency, and software lifecycle management.
Chris Donleyec36ceb2017-11-07 16:01:27 -0800404
Eric Debeauaf2303e2018-12-03 19:07:56 +0000405These services provide access management and security enforcement, data backup,
406restoration and recovery. They support standardized VNF interfaces and
407guidelines.
Chris Donleyec36ceb2017-11-07 16:01:27 -0800408
Eric Debeauaf2303e2018-12-03 19:07:56 +0000409Operating in a virtualized environment introduces new security challenges and
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000410opportunities. ONAP provides increased security by embedding access controls in
411each ONAP platform component, augmented by analytics and policy components
Eric Debeauaf2303e2018-12-03 19:07:56 +0000412specifically designed for the detection and mitigation of security violations.
Chris Donleyec36ceb2017-11-07 16:01:27 -0800413
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000414ONAP Modeling
415=============
Eric Debeauaf2303e2018-12-03 19:07:56 +0000416ONAP provides models to assist with service design, the development of ONAP
417service components, and with the improvement of standards interoperability.
418
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000419Models are an essential part for the design time and runtime framework
Eric Debeauaf2303e2018-12-03 19:07:56 +0000420development. The ONAP modeling project leverages the experience of member
421companies, standard organizations and other open source projects to produce
422models which are simple, extensible, and reusable. The goal is to fulfill the
423requirements of various use cases, guide the development and bring consistency
424among ONAP components and explore a common model to improve the
Chris Donley4539c942018-06-04 10:02:25 -0700425interoperability of ONAP.
426
yxpoke220be632019-10-17 17:46:03 +0800427In the El Alto Release, ONAP supports the following Models:
Chris Donley4539c942018-06-04 10:02:25 -0700428
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000429- A VNF Descriptor Information Model based on ETSI NFV IFA011 v.2.5.1 with
430 appropriate modifications aligned with ONAP requirements
431- A PNF Descriptor Information Model based on ETSI NFV IFA014 v2.5.1
432- A VNF Descriptor TOSCA based Data Model based on IM and ETSI NFV SOL001
433 v 2.5.1 has been implemented by SDC and supported by vCPE use case.
434- VNF Package format leveraging the ETSI NFV SOL004 specification and supported
435 by VNF SDK project
436- A VNF instance model based on ETSI NFV IFA specification and A&AI
437 implementation
438- A Network Service Descriptor (NSD) has been realized by the VFC (using the
439 modelling project parsing capabilities)
440- These models enable ONAP to interoperate with implementations based on
441 standards and improve industry collaboration.
yxpoke220be632019-10-17 17:46:03 +0800442- Root model which presents the relationship between different models
443- Business and Interaction model based on TMF specifications
444- VES model based on VES 7.1 specification
Chris Donley4539c942018-06-04 10:02:25 -0700445
yxpoke220be632019-10-17 17:46:03 +0800446In El Alto release, modeling project rename the generic parser into etsi catalog,
447which still provide the parser functionalities, as well as additional package
448management functionalities.
Chris Donley4539c942018-06-04 10:02:25 -0700449
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000450Industry Alignment
451==================
452ONAP support and collaboration with other standards and opensource communities
453is evident in the architecture.
Chris Donley4539c942018-06-04 10:02:25 -0700454
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000455- MEF and TMF interfaces are used in the External APIs
456- In addition to the ETSI-NFV defined VNFD and NSD models mentioned above, ONAP
457 supports the NFVO interfaces (SOL005 between the SO and VFC, SOL003 from
458 either the SO or VFC to an external VNFM).
459
460Read this whitepaper for more information: The Progress of ONAP: Harmonizing
461Open Source and Standards.
462
463ONAP Blueprints
464===============
465ONAP can support an unlimited number of use cases, within reason. However, to
466provide concrete examples of how to use ONAP to solve real-world problems, the
467community has created a set of blueprints. In addition to helping users rapidly
468adopt the ONAP platform through end-to-end solutions, these blueprints also
469help the community prioritize their work. With the ONAP Dublin release, we
470introduced a new blueprint in the area of residential connectivity: Broadband
471Service. Prior blueprints were vCPE, VoLTE, vFW/vDNS, 5G, and CCVPN. 5G and
472CCVPN underwent feature enhancements during the Dublin release.
Chris Donley4539c942018-06-04 10:02:25 -0700473
Eric Debeauaf2303e2018-12-03 19:07:56 +00004745G Blueprint
475------------
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000476The 5G blueprint is a multi-release effort, with three key initiatives around
477PNF integration, network optimization, and network slicing. The combination of
478eMBB that promises peak data rates of 20 Mbps, uRLLC that guarantees
479sub-millisecond response times and MMTC that can support 0.92 devices per sq.
480ft. brings with it some unique requirements. First, ONAP needs to optimize the
481network around real time and bulk analytics, place VNFs on the correct edge
482cloud, scale and heal services, and provide edge automation. Next, ONAP needs
483to handle end-to-end network slicing. These requirements have led to the three
484above-listed initiatives. Between the Casablanca and Dublin releases, the 5G
485blueprint incorporates PNF integration, edge automation, real-time and bulk
486analytics, homing (VNF placement), scaling and modeling work that will support
487end-to-end network slicing in future releases.
Chris Donleyec36ceb2017-11-07 16:01:27 -0800488
Eric Debeauaf2303e2018-12-03 19:07:56 +0000489|image4|
Chris Donleyec36ceb2017-11-07 16:01:27 -0800490
Eric Debeauaf2303e2018-12-03 19:07:56 +0000491**Figure 4. Disaggregated Hybrid RAN**
Chris Donleyec36ceb2017-11-07 16:01:27 -0800492
Eric Debeauaf2303e2018-12-03 19:07:56 +0000493Read the 5G Blueprint to learn more.
Chris Donleyec36ceb2017-11-07 16:01:27 -0800494
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000495Residential Connectivity Blueprints
496-----------------------------------
497Two ONAP blueprints (vCPE and BBS) address the residential connectivity use
498case.
Chris Donleyec36ceb2017-11-07 16:01:27 -0800499
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000500Virtual CPE (vCPE)
501..................
502Currently, services offered to a subscriber are restricted to what is
503designed into the broadband residential gateway. In the blueprint, the customer
504has a slimmed down physical CPE (pCPE) attached to a traditional broadband
505network such as DSL, DOCSIS, or PON (Figure 5). A tunnel is established to a
506data center hosting various VNFs providing a much larger set of services to the
507subscriber at a significantly lower cost to the operator. In this blueprint,
508ONAP supports complex orchestration and management of open source VNFs and both
509virtual and underlay connectivity.
Chris Donley4539c942018-06-04 10:02:25 -0700510
511|image5|
Chris Donleyec36ceb2017-11-07 16:01:27 -0800512
Eric Debeauaf2303e2018-12-03 19:07:56 +0000513**Figure 5. ONAP vCPE Architecture**
Chris Donleyec36ceb2017-11-07 16:01:27 -0800514
Eric Debeauaf2303e2018-12-03 19:07:56 +0000515Read the Residential vCPE Use Case with ONAP blueprint to learn more.
Chris Donleyec36ceb2017-11-07 16:01:27 -0800516
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000517Broadband Service (BBS)
518.......................
519This blueprint provides multi-gigabit residential
520internet connectivity services based on PON (Passive Optical Network) access
521technology. A key element of this blueprint is to show automatic
522re-registration of an ONT (Optical Network Terminal) once the subscriber moves
523(nomadic ONT) as well as service subscription plan changes. This blueprint uses
524ONAP for the design, deployment, lifecycle management, and service assurance of
525broadband services. It further shows how ONAP can orchestrate services across
526different locations (e.g. Central Office, Core) and technology domains (e.g.
527Access, Edge).
Chris Donleyec36ceb2017-11-07 16:01:27 -0800528
Chris Donleyee57c722018-06-04 15:29:55 -0700529|image6|
530
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000531**Figure 6. ONAP BBS Architecture**
Chris Donleyec36ceb2017-11-07 16:01:27 -0800532
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000533Read the Residential Connectivity Blueprint to learn more.
534
535Voice over LTE (VoLTE) Blueprint
536--------------------------------
537This blueprint uses ONAP to orchestrate a Voice over LTE service. The VoLTE
538blueprint incorporates commercial VNFs to create and manage the underlying vEPC
539and vIMS services by interworking with vendor-specific components, including
540VNFMs, EMSs, VIMs and SDN controllers, across Edge Data Centers and a Core Data
541Center. ONAP supports the VoLTE use case with several key components: SO, VF-C,
542SDN-C, and Multi-VIM/ Cloud. In this blueprint, SO is responsible for VoLTE
543end-to-end service orchestration working in collaboration with VF-C and SDN-C.
544SDN-C establishes network connectivity, then the VF-C component completes the
545Network Services and VNF lifecycle management (including service initiation,
546termination and manual scaling) and FCAPS (fault, configuration, accounting,
547performance, security) management. This blueprint also shows advanced
548functionality such as scaling and change management.
549
550|image7|
551
552**Figure 7. ONAP VoLTE Architecture Open Network Automation Platform**
553
554Read the VoLTE Blueprint to learn more.
Chris Donleyec36ceb2017-11-07 16:01:27 -0800555
Eric Debeauaf2303e2018-12-03 19:07:56 +0000556CCVPN (Cross Domain and Cross Layer VPN) Blueprint
557--------------------------------------------------
558CSPs, such as CMCC and Vodafone, see a strong demand for high-bandwidth, flat,
559high-speed OTN (Optical Transport Networks) across carrier networks. They also
560want to provide a high-speed, flexible and intelligent service for high-value
561customers, and an instant and flexible VPN service for SMB companies.
Chris Donleyec36ceb2017-11-07 16:01:27 -0800562
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000563|image8|
Eric Debeauaf2303e2018-12-03 19:07:56 +0000564
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000565**Figure 8. ONAP CCVPN Architecture**
Eric Debeauaf2303e2018-12-03 19:07:56 +0000566
567The CCVPN (Cross Domain and Cross Layer VPN) blueprint is a combination of SOTN
568(Super high-speed Optical Transport Network) and ONAP, which takes advantage of
569the orchestration ability of ONAP, to realize a unified management and
570scheduling of resource and services. It achieves cross-domain orchestration and
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000571ONAP peering across service providers. In this blueprint, SO is responsible for
572CCVPN end-to-end service orchestration working in collaboration with VF-C and
573SDN-C. SDN-C establishes network connectivity, then the VF-C component
574completes the Network Services and VNF lifecycle management. ONAP peering
575across CSPs uses east-west API which is being aligned with the MEF Interlude
576API. The key innovations in this use case are physical network discovery and
577modeling, cross-domain orchestration across multiple physical networks, cross
578operator end-to-end service provisioning and close-loop reroute for
579cross-domain service. The Dublin release added support for dynamic changes
580(branch sites, VNFs) and intelligent service optimization.
Eric Debeauaf2303e2018-12-03 19:07:56 +0000581
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000582To provide an extension work, many enhancement functions have been added into
583CCVPN blueprint in Dublin release. Multi-sites VPN service, service change and
584close-loop bandwidth adjustment will be realized in Dublin release, other
585functions, like AI Apps, SFC and E-LAN service will be supported in the next
586few releases.
587
588Read the CCVPN Blueprint to learn more.
Eric Debeauaf2303e2018-12-03 19:07:56 +0000589
590vFW/vDNS Blueprint
591------------------
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000592The virtual firewall, virtual DNS blueprint is a basic demo to verify that ONAP
593has been correctly installed and to get a basic introduction to ONAP. The
594blueprint consists of 5 VNFs: vFW, vPacketGenerator, vDataSink, vDNS and
Eric Debeauaf2303e2018-12-03 19:07:56 +0000595vLoadBalancer. The blueprint exercises most aspects of ONAP, showing VNF
596onboarding, network service creation, service deployment and closed-loop
597automation. The key components involved are SDC, CLAMP, SO, APP-C, DCAE and
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000598Policy. In the Dublin release, the vFW blueprint has been demonstrated by
599using a mix of a CNF and VNF.
Eric Debeauaf2303e2018-12-03 19:07:56 +0000600
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000601Conclusion
602==========
603The ONAP platform provides a comprehensive platform for real-time,
604policy-driven orchestration and automation of physical and virtual network
605functions that will enable software, network, IT and cloud providers and
606developers to rapidly automate new services and support complete lifecycle
607management.
Chris Donleyee57c722018-06-04 15:29:55 -0700608
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000609By unifying member resources, ONAP will accelerate the development of a vibrant
610ecosystem around a globally shared architecture and implementation for network
611automationwith an open standards focus faster than any one product could on
612its own.
Pérez Caparrós David, INI-INO-ECO-HCT482d47a2019-04-17 15:42:39 +0200613
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000614Resources
615=========
616Watch videos about the major platform components on
617`YouTube <https://www.youtube.com/channel/UCmzybjwmY1te0FHxLFY-Uog>`_ and
618`Youku <https://i.youku.com/i/UNTI4MjA5MDg5Ng==?spm=a2h1n.8251843.0.0>`_.
Pérez Caparrós David, INI-INO-ECO-HCT482d47a2019-04-17 15:42:39 +0200619
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000620Read about how ONAP can be deployed using containers.
Chris Donleyec36ceb2017-11-07 16:01:27 -0800621
Rich Bennett80455a52017-11-08 05:17:00 -0500622.. |image1| image:: media/ONAP-toplevel.png
Chris Donleyec36ceb2017-11-07 16:01:27 -0800623 :width: 6.5in
624 :height: 3.13548in
Chris Donley0c9c3ab2018-06-04 10:53:10 -0700625.. |image2| image:: media/ONAP-fncview.png
Chris Donley4539c942018-06-04 10:02:25 -0700626 :width: 6.5in
627 :height: 3.409in
Eric Debeauaf2303e2018-12-03 19:07:56 +0000628.. |image3| image:: media/ONAP-closedloop.png
629 :width: 6in
630 :height: 2.6in
631.. |image4| image:: media/ONAP-5G.png
Chris Donleyec36ceb2017-11-07 16:01:27 -0800632 :width: 6in
633 :height: 2.6in
Chris Donley4539c942018-06-04 10:02:25 -0700634.. |image5| image:: media/ONAP-vcpe.png
Chris Donleyec36ceb2017-11-07 16:01:27 -0800635 :width: 6.5in
636 :height: 3.28271in
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000637.. |image6| image:: media/ONAP-bbs.png
Chris Donleyec36ceb2017-11-07 16:01:27 -0800638 :width: 6.5in
639 :height: 3.02431in
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000640.. |image7| image:: media/ONAP-volte.png
Eric Debeauaf2303e2018-12-03 19:07:56 +0000641 :width: 6.5in
642 :height: 3.02431in
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000643.. |image8| image:: media/ONAP-ccvpn.png
Pérez Caparrós David, INI-INO-ECO-HCT482d47a2019-04-17 15:42:39 +0200644 :width: 6.5in