blob: 92db758876e924f78b8014f856cf1b5b5ecd3729 [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
Eric Debeaucdedb9f2020-06-08 14:16:59 +0200100The ONAP architecture consists of a design time and run time functions, as well
101as functions for managing ONAP itself.
Eric Debeauaf2303e2018-12-03 19:07:56 +0000102
Eric Debeaucdedb9f2020-06-08 14:16:59 +0200103**Figure 1 provides a high-level view of the ONAP architecture with its
104microservices-based platform components.**
Pawel Pawlak644d8062017-11-13 14:14:03 +0100105
Chris Donley4539c942018-06-04 10:02:25 -0700106|image1|
Chris Donleyec36ceb2017-11-07 16:01:27 -0800107
Chris Donleyec36ceb2017-11-07 16:01:27 -0800108
Eric Debeauaf2303e2018-12-03 19:07:56 +0000109Figure 2 below, provides a simplified functional view of the architecture,
110which highlights the role of a few key components:
Chris Donley4539c942018-06-04 10:02:25 -0700111
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000112#. Design time environment for onboarding services and resources into ONAP and
Eric Debeauaf2303e2018-12-03 19:07:56 +0000113 designing required services.
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000114#. External API provides northbound interoperability for the ONAP Platform and
Eric Debeauaf2303e2018-12-03 19:07:56 +0000115 Multi-VIM/Cloud provides cloud interoperability for the ONAP workloads.
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000116#. OOM provides the ability to manage cloud-native installation and
117 deployments to Kubernetes-managed cloud environments.
118#. ONAP Shared Services provides shared capabilities for ONAP modules. MUSIC
119 allows ONAP to scale to multi-site environments to support global scale
Eric Debeauaf2303e2018-12-03 19:07:56 +0000120 infrastructure requirements. The ONAP Optimization Framework (OOF) provides
121 a declarative, policy-driven approach for creating and running optimization
Chris Donley4539c942018-06-04 10:02:25 -0700122 applications like Homing/Placement, and Change Management Scheduling
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000123 Optimization. Logging provides centralized logging capabilities, Audit
124 (POMBA) provides capabilities to understand orchestration actions.
125#. ONAP shared utilities provide utilities for the support of the ONAP
126 components.
127#. Information Model and framework utilities continue to evolve to harmonize
Eric Debeauaf2303e2018-12-03 19:07:56 +0000128 the topology, workflow, and policy models from a number of SDOs including
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000129 ETSI NFV MANO, TM Forum SID, ONF Core, OASIS TOSCA, IETF, and MEF.
Chris Donley4539c942018-06-04 10:02:25 -0700130
Eric Debeauaf2303e2018-12-03 19:07:56 +0000131|image2|
Chris Donley4539c942018-06-04 10:02:25 -0700132
Eric Debeauaf2303e2018-12-03 19:07:56 +0000133**Figure 2. Functional view of the ONAP architecture**
134
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000135Microservices Support
136=====================
Eric Debeauaf2303e2018-12-03 19:07:56 +0000137As a cloud-native application that consists of numerous services, ONAP requires
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000138sophisticated initial deployment as well as post- deployment management.
Chris Donley4539c942018-06-04 10:02:25 -0700139
Eric Debeauaf2303e2018-12-03 19:07:56 +0000140The ONAP deployment methodology needs to be flexible enough to suit the
141different scenarios and purposes for various operator environments. Users may
142also want to select a portion of the ONAP components to integrate into their
143own systems. And the platform needs to be highly reliable, scalable, secure and
144easy to manage. To achieve all these goals, ONAP is designed as a
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000145microservices-based system, with all components released as Docker containers
146following best practice building rules to optimize their image size. To reduce
147the ONAP footprint, a first effort to use shared data base have been initiated
148with a Cassandra and mariadb-galera clusters.
Chris Donley4539c942018-06-04 10:02:25 -0700149
Eric Debeauaf2303e2018-12-03 19:07:56 +0000150The ONAP Operations Manager (OOM) is responsible for orchestrating the
151end-to-end lifecycle management and monitoring of ONAP components. OOM uses
152Kubernetes to provide CPU efficiency and platform deployment. In addition, OOM
153helps enhance ONAP platform maturity by providing scalability and resiliency
154enhancements to the components it manages.
Chris Donleyee57c722018-06-04 15:29:55 -0700155
Eric Debeauaf2303e2018-12-03 19:07:56 +0000156OOM is the lifecycle manager of the ONAP platform and uses the Kubernetes
157container management system and Consul to provide the following functionality:
Chris Donley4539c942018-06-04 10:02:25 -0700158
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000159#. Deployment - with built-in component dependency management (including
Eric Debeauaf2303e2018-12-03 19:07:56 +0000160 multiple clusters, federated deployments across sites, and anti-affinity
161 rules)
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000162#. Configuration - unified configuration across all ONAP components
163#. Monitoring - real-time health monitoring feeding to a Consul GUI and
Eric Debeauaf2303e2018-12-03 19:07:56 +0000164 Kubernetes
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000165#. Restart - failed ONAP components are restarted automatically
166#. Clustering and Scaling - cluster ONAP services to enable seamless scaling
167#. Upgrade - change out containers or configuration with little or no service
Eric Debeauaf2303e2018-12-03 19:07:56 +0000168 impact
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000169#. Deletion - clean up individual containers or entire deployments
Chris Donley4539c942018-06-04 10:02:25 -0700170
Eric Debeauaf2303e2018-12-03 19:07:56 +0000171OOM supports a wide variety of cloud infrastructures to suit your individual
172requirements.
Chris Donley4539c942018-06-04 10:02:25 -0700173
Eric Debeauaf2303e2018-12-03 19:07:56 +0000174Microservices Bus (MSB) provides fundamental microservices supports including
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000175service registration/ discovery, external API gateway, internal API gateway,
176client software development kit (SDK), and Swagger SDK. When integrating with
177OOM, MSB has a Kube2MSB registrar which can grasp services information from k8s
178metafile and automatically register the services for ONAP components.
Chris Donley4539c942018-06-04 10:02:25 -0700179
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000180In the spirit of leveraging the microservice capabilities, further steps
Eric Debeaucdedb9f2020-06-08 14:16:59 +0200181towards increased modularity have been taken. Service
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000182Orchestrator (SO) and the controllers have increased its level of modularity.
Chris Donley4539c942018-06-04 10:02:25 -0700183
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000184Portal
185======
Eric Debeauaf2303e2018-12-03 19:07:56 +0000186ONAP delivers a single, consistent user experience to both design time and
187runtime environments, based on the users role. Role changes are configured
188within a single ONAP instance.
Chris Donley4539c942018-06-04 10:02:25 -0700189
Eric Debeauaf2303e2018-12-03 19:07:56 +0000190This user experience is managed by the ONAP Portal, which provides access to
191design, analytics and operational control/administration functions via a
192shared, role-based menu or dashboard. The portal architecture provides
193web-based capabilities such as application onboarding and management,
194centralized access management through the Authentication and Authorization
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000195Framework (AAF), and dashboards, as well as hosted application widgets.
Chris Donleyec36ceb2017-11-07 16:01:27 -0800196
Eric Debeauaf2303e2018-12-03 19:07:56 +0000197The portal provides an SDK to enable multiple development teams to adhere to
198consistent UI development requirements by taking advantage of built-in
199capabilities (Services/ API/ UI controls), tools and technologies. ONAP also
200provides a Command Line Interface (CLI) for operators who require it (e.g., to
201integrate with their scripting environment). ONAP SDKs enable
202operations/security, third parties (e.g., vendors and consultants), and other
203experts to continually define/redefine new collection, analytics, and policies
204(including recipes for corrective/remedial action) using the ONAP Design
205Framework Portal.
Chris Donleyec36ceb2017-11-07 16:01:27 -0800206
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000207Design Time Framework
208=====================
Eric Debeauaf2303e2018-12-03 19:07:56 +0000209The design time framework is a comprehensive development environment with
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000210tools, techniques, and repositories for defining/ describing resources,
Eric Debeauaf2303e2018-12-03 19:07:56 +0000211services, and products.
Chris Donley4539c942018-06-04 10:02:25 -0700212
213The design time framework facilitates reuse of models, further improving
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000214efficiency as more and more models become available. Resources, services,
215products, and their management and control functions can all be modeled using
216a common set of specifications and policies (e.g., rule sets) for controlling
217behavior and process execution. Process specifications automatically sequence
218instantiation, delivery and lifecycle management for resources, services,
219products and the ONAP platform components themselves. Certain process
220specifications (i.e., recipes’) and policies are geographically distributed
221to optimize performance and maximize autonomous behavior in federated cloud
222environments.
Chris Donleyec36ceb2017-11-07 16:01:27 -0800223
Eric Debeauaf2303e2018-12-03 19:07:56 +0000224Service Design and Creation (SDC) provides tools, techniques, and repositories
225to define/simulate/certify system assets as well as their associated processes
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000226and policies. Each asset is categorized into one of four asset groups:
227Resource, Services, Products, or Offers. SDC also supports TOSCA1.3 List type
Eric Debeaucdedb9f2020-06-08 14:16:59 +0200228definition which provides the ability to design complicated
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000229service descriptor.
230
Eric Debeauaf2303e2018-12-03 19:07:56 +0000231The SDC environment supports diverse users via common services and utilities.
232Using the design studio, product and service designers onboard/extend/retire
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000233resources, services and products. Operations, Engineers, Customer Experience
234Managers, and Security Experts create workflows, policies and methods to
235implement Closed control Loop Automation/Control and manage elastic
236scalability.
Chris Donleyec36ceb2017-11-07 16:01:27 -0800237
Eric Debeauaf2303e2018-12-03 19:07:56 +0000238To support and encourage a healthy VNF ecosystem, ONAP provides a set of VNF
239packaging and validation tools in the VNF Supplier API and Software Development
240Kit (VNF SDK) and VNF Validation Program (VVP) components. Vendors can
241integrate these tools in their CI/CD environments to package VNFs and upload
242them to the validation engine. Once tested, the VNFs can be onboarded through
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000243SDC. In addition, the testing capability of VNFSDK is being utilized at the
244LFN Compliance Verification Program to work towards ensuring a highly
245consistent approach to VNF verification.
Chris Donleyec36ceb2017-11-07 16:01:27 -0800246
Eric Debeauaf2303e2018-12-03 19:07:56 +0000247The Policy Creation component deals with policies; these are rules, conditions,
248requirements, constraints, attributes, or needs that must be provided,
249maintained, and/or enforced. At a lower level, Policy involves machine-readable
250rules enabling actions to be taken based on triggers or requests. Policies
251often consider specific conditions in effect (both in terms of triggering
252specific policies when conditions are met, and in selecting specific outcomes
253of the evaluated policies appropriate to the conditions).
Chris Donleyec36ceb2017-11-07 16:01:27 -0800254
Eric Debeauaf2303e2018-12-03 19:07:56 +0000255Policy allows rapid modification through easily updating rules, thus updating
256technical behaviors of components in which those policies are used, without
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000257requiring rewrites of their software code. Policy permits simpler management
258/ control of complex mechanisms via abstraction.
Chris Donleyec36ceb2017-11-07 16:01:27 -0800259
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000260Runtime Framework
261=================
Eric Debeaucdedb9f2020-06-08 14:16:59 +0200262The runtime execution framework executes the rules and policies and other
263models distributed by the design and creation environment.
Chris Donleyec36ceb2017-11-07 16:01:27 -0800264
Sofia Wallin53b1bbd2019-10-17 16:40:27 +0200265This allows for the distribution of models and policy among
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000266various ONAP modules such as the Service Orchestrator (SO), Controllers,
267Data Collection, Analytics and Events (DCAE), Active and Available Inventory
Sofia Wallin53b1bbd2019-10-17 16:40:27 +0200268(A&AI). These components use common services that
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000269support logging, access control, Multi-Site State Coordination (MUSIC), which
270allow the platform to register and manage state across multi-site deployments.
Rich Bennett80455a52017-11-08 05:17:00 -0500271
Eric Debeaub49dc8b2018-06-04 20:52:51 +0000272Orchestration
273-------------
Eric Debeauaf2303e2018-12-03 19:07:56 +0000274The Service Orchestrator (SO) component executes the specified processes by
275automating sequences of activities, tasks, rules and policies needed for
276on-demand creation, modification or removal of network, application or
Eric Debeaucdedb9f2020-06-08 14:16:59 +0200277infrastructure services and resources, this includes VNFs, CNFs and PNFs.
278The SO provides orchestration at a very high level, with an end-to-end view of
279the infrastructure, network, and applications.
Chris Donley4539c942018-06-04 10:02:25 -0700280
Eric Debeaucdedb9f2020-06-08 14:16:59 +0200281One is BroadBand Service (BBS), the second one is Cross Domain and Cross Layer
282VPN (CCVPN).
Chris Donley4539c942018-06-04 10:02:25 -0700283
Sofia Wallin53b1bbd2019-10-17 16:40:27 +0200284Virtual Infrastructure Deployment (VID)
285---------------------------------------
Eric Debeauaf2303e2018-12-03 19:07:56 +0000286The Virtual Infrastructure Deployment (VID) application enables users to
287instantiate infrastructure services from SDC, along with their associated
288components, and to execute change management operations such as scaling and
289software upgrades to existing VNF instances.
290
291Policy-Driven Workload Optimization
Chris Donley4539c942018-06-04 10:02:25 -0700292-----------------------------------
Eric Debeauaf2303e2018-12-03 19:07:56 +0000293The ONAP Optimization Framework (OOF) provides a policy-driven and model-driven
294framework for creating optimization applications for a broad range of use
295cases. OOF Homing and Allocation Service (HAS) is a policy driven workload
296optimization service that enables optimized placement of services across
297multiple sites and multiple clouds, based on a wide variety of policy
298constraints including capacity, location, platform capabilities, and other
299service specific constraints.
Chris Donley4539c942018-06-04 10:02:25 -0700300
Eric Debeauaf2303e2018-12-03 19:07:56 +0000301ONAP Multi-VIM/Cloud (MC) and several other ONAP components such as Policy, SO,
302A&AI etc. play an important role in enabling Policy-driven
303Performance/Security-Aware Adaptive Workload Placement/ Scheduling across
304cloud sites through OOF-HAS. OOF-HAS uses Hardware Platform Awareness (HPA),
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000305cloud agnostic Intent capabilities, and real-time capacity checks provided by
Eric Debeauaf2303e2018-12-03 19:07:56 +0000306ONAP MC to determine the optimal VIM/Cloud instances, which can deliver the
307required performance SLAs, for workload (VNF etc.) placement and scheduling
308(Homing). Operators now realize the true value of virtualization through fine
309grained optimization of cloud resources while delivering performance and
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000310security SLAs.
Chris Donley4539c942018-06-04 10:02:25 -0700311
Eric Debeaub49dc8b2018-06-04 20:52:51 +0000312Controllers
313-----------
Eric Debeauaf2303e2018-12-03 19:07:56 +0000314Controllers are applications which are coupled with cloud and network services
315and execute the configuration, real-time policies, and control the state of
316distributed components and services. Rather than using a single monolithic
317control layer, operators may choose to use multiple distinct controller types
318that manage resources in the execution environment corresponding to their
319assigned controlled domain such as cloud computing resources (network
Eric Debeaucdedb9f2020-06-08 14:16:59 +0200320configuration (SDN-C) and application (App-C). The App-C and SDN-C also support
321the Virtual Function Controller (VF-C) provides an ETSI NFV compliant NFV-O
322function that is responsible for lifecycle management of virtual services and
323the associated physical COTS server infrastructure. VF-C provides a generic
324VNFM capability but also integrates with external VNFMs and VIMs as part of an
325NFV MANO stack.
Chris Donleyec36ceb2017-11-07 16:01:27 -0800326
Eric Debeaub49dc8b2018-06-04 20:52:51 +0000327Inventory
328---------
Eric Debeauaf2303e2018-12-03 19:07:56 +0000329Active and Available Inventory (A&AI) provides real-time views of a systems
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000330resources, services, products and their relationships with each other, and also
331retains a historical view. The views provided by A&AI relate data managed by
332multiple ONAP instances, Business Support Systems (BSS), Operation Support
333Systems (OSS), and network applications to form a top to bottom view ranging
334from the products end users buy, to the resources that form the raw material
335for creating the products. A&AI not only forms a registry of products,
336services, and resources, it also maintains up-to-date views of the
337relationships between these inventory items.
Chris Donleyec36ceb2017-11-07 16:01:27 -0800338
Eric Debeauaf2303e2018-12-03 19:07:56 +0000339To deliver the promised dynamism of SDN/NFV, A&AI is updated in real time by
340the controllers as they make changes in the network environment. A&AI is
341metadata-driven, allowing new inventory types to be added dynamically and
342quickly via SDC catalog definitions, eliminating the need for lengthy
343development cycles.
Chris Donleyec36ceb2017-11-07 16:01:27 -0800344
Sofia Wallin53b1bbd2019-10-17 16:40:27 +0200345Policy Framework
346----------------
Eric Debeaucdedb9f2020-06-08 14:16:59 +0200347The Policy framework provides policy based decision making capability and
348supports multiple policy engines and can distribute policies through policy
349design capabilities in SDC, simplifying the design process.
Sofia Wallin53b1bbd2019-10-17 16:40:27 +0200350
Eric Debeauaf2303e2018-12-03 19:07:56 +0000351Multi Cloud Adaptation
352----------------------
Eric Debeauaf2303e2018-12-03 19:07:56 +0000353Multi-VIM/Cloud provides and infrastructure adaptation layer for VIMs/Clouds
354in exposing advanced hardware platform awareness and cloud agnostic intent
355capabilities, besides standard capabilities, which are used by OOF and other
356components for enhanced cloud selection and SO/VF-C for cloud agnostic workload
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000357deployment.
Chris Donleyec36ceb2017-11-07 16:01:27 -0800358
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000359Closed Control Loop Automation
360==============================
361Closed loop control is provided by cooperation among a number of design-time
362and run-time elements. The Runtime loop starts with data collectors from Data
363Collection, Analytics and Events (DCAE). ONAP includes the following
364collectors: VES for events, HV-VES for high-volume events, SNMP for SNMP traps,
365File Collector to receive files, and Restconf Collector to collect the
366notifications. After data collection/verification phase, data are moved through
367the loop of micro-services like Homes for event detection, Policy for
368determining actions, and finally, controllers and orchestrators to implement
369actions CLAMP is used to monitor the loops themselves. DCAE also supports
370(Platform for Network Data Analytics) PNDA analytics capabilities. CLAMP,
371Policy and DCAE all have design time aspects to support the creation of the
372loops.
Chris Donleyec36ceb2017-11-07 16:01:27 -0800373
Eric Debeauaf2303e2018-12-03 19:07:56 +0000374We refer to this automation pattern as closed control loop automation in that
375it provides the necessary automation to proactively respond to network and
376service conditions without human intervention. A high-level schematic of the
377closed control loop automation and the various phases within the service
378lifecycle using the automation is depicted in Figure 3.
Chris Donleyec36ceb2017-11-07 16:01:27 -0800379
Eric Debeauaf2303e2018-12-03 19:07:56 +0000380Closed control loop control is provided by Data Collection, Analytics and
381Events (DCAE) and one or more of the other ONAP runtime components.
382Collectively, they provide FCAPS (Fault Configuration Accounting Performance
383Security) functionality. DCAE collects performance, usage, and configuration
384data; provides computation of analytics; aids in troubleshooting; and publishes
385events, data and analytics (e.g., to policy, orchestration, and the data lake).
386Another component, Holmes”, connects to DCAE and provides alarm correlation
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000387for ONAP, new data collection capabilities with High Volume VES, and bulk
388performance management support.
Chris Donleyec36ceb2017-11-07 16:01:27 -0800389
Eric Debeauaf2303e2018-12-03 19:07:56 +0000390Working with the Policy Framework and CLAMP, these components detect problems
391in the network and identify the appropriate remediation. In some cases, the
392action will be automatic, and they will notify Service Orchestrator or one of
393the controllers to take action. In other cases, as configured by the operator,
394they will raise an alarm but require human intervention before executing the
395change. The policy framework is extended to support additional policy decision
396capabilities with the introduction of adaptive policy execution.
Chris Donleyec36ceb2017-11-07 16:01:27 -0800397
Eric Debeauaf2303e2018-12-03 19:07:56 +0000398|image3|
399
400**Figure 3: ONAP Closed Control Loop Automation**
Chris Donleyec36ceb2017-11-07 16:01:27 -0800401
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000402Shared Services
403===============
404ONAP provides a set of operational services for all ONAP components including
Eric Debeauaf2303e2018-12-03 19:07:56 +0000405activity logging, reporting, common data layer, access control, secret and
406credential management, resiliency, and software lifecycle management.
Chris Donleyec36ceb2017-11-07 16:01:27 -0800407
Eric Debeauaf2303e2018-12-03 19:07:56 +0000408These services provide access management and security enforcement, data backup,
409restoration and recovery. They support standardized VNF interfaces and
410guidelines.
Chris Donleyec36ceb2017-11-07 16:01:27 -0800411
Eric Debeauaf2303e2018-12-03 19:07:56 +0000412Operating in a virtualized environment introduces new security challenges and
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000413opportunities. ONAP provides increased security by embedding access controls in
414each ONAP platform component, augmented by analytics and policy components
Eric Debeauaf2303e2018-12-03 19:07:56 +0000415specifically designed for the detection and mitigation of security violations.
Chris Donleyec36ceb2017-11-07 16:01:27 -0800416
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000417ONAP Modeling
418=============
Eric Debeauaf2303e2018-12-03 19:07:56 +0000419ONAP provides models to assist with service design, the development of ONAP
420service components, and with the improvement of standards interoperability.
421
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000422Models are an essential part for the design time and runtime framework
Eric Debeauaf2303e2018-12-03 19:07:56 +0000423development. The ONAP modeling project leverages the experience of member
424companies, standard organizations and other open source projects to produce
425models which are simple, extensible, and reusable. The goal is to fulfill the
426requirements of various use cases, guide the development and bring consistency
427among ONAP components and explore a common model to improve the
Chris Donley4539c942018-06-04 10:02:25 -0700428interoperability of ONAP.
429
Eric Debeaucdedb9f2020-06-08 14:16:59 +0200430ONAP supports various models detailed in
431:ref:`Modeling Documentation<onap-modeling-modelspec:master_index>`.
Chris Donley4539c942018-06-04 10:02:25 -0700432
Eric Debeaucdedb9f2020-06-08 14:16:59 +0200433The modeling project includes the ETSI catalog component, which provides the
434parser functionalities, as well as additional package management
435functionalities.
Chris Donley4539c942018-06-04 10:02:25 -0700436
Chris Donley4539c942018-06-04 10:02:25 -0700437
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000438Industry Alignment
439==================
Eric Debeaucdedb9f2020-06-08 14:16:59 +0200440ONAP support and collaboration with other standards and open source communities
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000441is evident in the architecture.
Chris Donley4539c942018-06-04 10:02:25 -0700442
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000443- MEF and TMF interfaces are used in the External APIs
444- In addition to the ETSI-NFV defined VNFD and NSD models mentioned above, ONAP
445 supports the NFVO interfaces (SOL005 between the SO and VFC, SOL003 from
446 either the SO or VFC to an external VNFM).
Eric Debeaucdedb9f2020-06-08 14:16:59 +0200447- Further collaboration includes 5G/ORAN & 3GPP Harmonization, Acumos DCAE
448 Integration, and CNCF Telecom User Group (TUG).
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000449
450Read this whitepaper for more information: The Progress of ONAP: Harmonizing
451Open Source and Standards.
452
453ONAP Blueprints
454===============
455ONAP can support an unlimited number of use cases, within reason. However, to
456provide concrete examples of how to use ONAP to solve real-world problems, the
Eric Debeaucdedb9f2020-06-08 14:16:59 +0200457community has created a set of blueprints. In addition to helping users
458rapidly adopt the ONAP platform through end-to-end solutions, these blueprints
459also help the community prioritize their work. With the ONAP Frankfurt release,
460we introduced a new blueprint in the area of optical transport networking
461called Multi-Domain Optical Network Service (MDONS). Prior blueprints were
462vCPE, VoLTE, vFW/vDNS, 5G, and CCVPN. 5G and CCVPN underwent feature
463enhancements during the Frankfurt release.
Chris Donley4539c942018-06-04 10:02:25 -0700464
Eric Debeauaf2303e2018-12-03 19:07:56 +00004655G Blueprint
466------------
Eric Debeaucdedb9f2020-06-08 14:16:59 +0200467The 5G blueprint is a multi-release effort, with five key initiatives around
468end-to-end service orchestration, network slicing, PNF/VNF lifecycle management
469, PNF integration, and network optimization. The combination of eMBB that
470promises peak data rates of 20 Mbps, uRLLC that guarantees sub-millisecond
471response times, MMTC that can support 0.92 devices per sq. ft., and network
472slicing brings with it some unique requirements. First ONAP needs to manage the
473lifecycle of a network slice from initial creation/activation all the way to
474deactivation/termination. Next, ONAP needs to optimize the network around real
475time and bulk analytics, place VNFs on the correct edge cloud, scale and heal
476services, and provide edge automation. ONAP also provides self organizing
477network (SON) services such as physical cell ID allocation for new RAN sites.
478These requirements have led to the five above-listed initiatives and have been
479developed in close cooperation with other standards and open source
480organizations such as 3GPP, TM Forum, ETSI, and O-RAN Software Community.
Chris Donleyec36ceb2017-11-07 16:01:27 -0800481
Eric Debeauaf2303e2018-12-03 19:07:56 +0000482|image4|
Chris Donleyec36ceb2017-11-07 16:01:27 -0800483
Eric Debeaucdedb9f2020-06-08 14:16:59 +0200484**Figure 4. End-to-end 5G Service**
Chris Donleyec36ceb2017-11-07 16:01:27 -0800485
Eric Debeaucdedb9f2020-06-08 14:16:59 +0200486Read the `5G Blueprint <https://www.onap.org/wp-content/uploads/sites/20/2019/07/ONAP_CaseSolution_5G_062519.pdf>`_
487to learn more.
Chris Donleyec36ceb2017-11-07 16:01:27 -0800488
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000489Residential Connectivity Blueprints
490-----------------------------------
491Two ONAP blueprints (vCPE and BBS) address the residential connectivity use
492case.
Chris Donleyec36ceb2017-11-07 16:01:27 -0800493
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000494Virtual CPE (vCPE)
495..................
496Currently, services offered to a subscriber are restricted to what is
497designed into the broadband residential gateway. In the blueprint, the customer
498has a slimmed down physical CPE (pCPE) attached to a traditional broadband
499network such as DSL, DOCSIS, or PON (Figure 5). A tunnel is established to a
500data center hosting various VNFs providing a much larger set of services to the
501subscriber at a significantly lower cost to the operator. In this blueprint,
502ONAP supports complex orchestration and management of open source VNFs and both
503virtual and underlay connectivity.
Chris Donley4539c942018-06-04 10:02:25 -0700504
505|image5|
Chris Donleyec36ceb2017-11-07 16:01:27 -0800506
Eric Debeauaf2303e2018-12-03 19:07:56 +0000507**Figure 5. ONAP vCPE Architecture**
Chris Donleyec36ceb2017-11-07 16:01:27 -0800508
Eric Debeaucdedb9f2020-06-08 14:16:59 +0200509Read the `Residential vCPE Use Case with ONAP blueprint <https://www.onap.org/wp-content/uploads/sites/20/2018/11/ONAP_CaseSolution_vCPE_112918FNL.pdf>`_
510to learn more.
Chris Donleyec36ceb2017-11-07 16:01:27 -0800511
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000512Broadband Service (BBS)
513.......................
514This blueprint provides multi-gigabit residential
515internet connectivity services based on PON (Passive Optical Network) access
516technology. A key element of this blueprint is to show automatic
517re-registration of an ONT (Optical Network Terminal) once the subscriber moves
518(nomadic ONT) as well as service subscription plan changes. This blueprint uses
519ONAP for the design, deployment, lifecycle management, and service assurance of
520broadband services. It further shows how ONAP can orchestrate services across
521different locations (e.g. Central Office, Core) and technology domains (e.g.
522Access, Edge).
Chris Donleyec36ceb2017-11-07 16:01:27 -0800523
Chris Donleyee57c722018-06-04 15:29:55 -0700524|image6|
525
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000526**Figure 6. ONAP BBS Architecture**
Chris Donleyec36ceb2017-11-07 16:01:27 -0800527
Eric Debeaucdedb9f2020-06-08 14:16:59 +0200528Read the `Residential Connectivity Blueprint <https://www.onap.org/wp-content/uploads/sites/20/2019/07/ONAP_CaseSolution_BBS_062519.pdf>`_
529to learn more.
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000530
531Voice over LTE (VoLTE) Blueprint
532--------------------------------
533This blueprint uses ONAP to orchestrate a Voice over LTE service. The VoLTE
534blueprint incorporates commercial VNFs to create and manage the underlying vEPC
535and vIMS services by interworking with vendor-specific components, including
536VNFMs, EMSs, VIMs and SDN controllers, across Edge Data Centers and a Core Data
537Center. ONAP supports the VoLTE use case with several key components: SO, VF-C,
538SDN-C, and Multi-VIM/ Cloud. In this blueprint, SO is responsible for VoLTE
539end-to-end service orchestration working in collaboration with VF-C and SDN-C.
540SDN-C establishes network connectivity, then the VF-C component completes the
541Network Services and VNF lifecycle management (including service initiation,
542termination and manual scaling) and FCAPS (fault, configuration, accounting,
543performance, security) management. This blueprint also shows advanced
544functionality such as scaling and change management.
545
546|image7|
547
548**Figure 7. ONAP VoLTE Architecture Open Network Automation Platform**
549
Eric Debeaucdedb9f2020-06-08 14:16:59 +0200550Read the `VoLTE Blueprint <https://www.onap.org/wp-content/uploads/sites/20/2018/11/ONAP_CaseSolution_VoLTE_112918FNL.pdf>`_
551to learn more.
552
553
554Optical Transport Networking (OTN)
555----------------------------------
556Two ONAP blueprints (CCVPN and MDONS) address the OTN use case. CCVPN addresses
557Layers 2 and 3, while MDONS addresses Layers 0 and 1.
Chris Donleyec36ceb2017-11-07 16:01:27 -0800558
Eric Debeauaf2303e2018-12-03 19:07:56 +0000559CCVPN (Cross Domain and Cross Layer VPN) Blueprint
560--------------------------------------------------
561CSPs, such as CMCC and Vodafone, see a strong demand for high-bandwidth, flat,
562high-speed OTN (Optical Transport Networks) across carrier networks. They also
563want to provide a high-speed, flexible and intelligent service for high-value
564customers, and an instant and flexible VPN service for SMB companies.
Chris Donleyec36ceb2017-11-07 16:01:27 -0800565
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000566|image8|
Eric Debeauaf2303e2018-12-03 19:07:56 +0000567
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000568**Figure 8. ONAP CCVPN Architecture**
Eric Debeauaf2303e2018-12-03 19:07:56 +0000569
570The CCVPN (Cross Domain and Cross Layer VPN) blueprint is a combination of SOTN
571(Super high-speed Optical Transport Network) and ONAP, which takes advantage of
572the orchestration ability of ONAP, to realize a unified management and
Eric Debeaucdedb9f2020-06-08 14:16:59 +0200573scheduling of resources and services. It achieves cross-domain orchestration
574and ONAP peering across service providers. In this blueprint, SO is responsible
575for CCVPN end-to-end service orchestration working in collaboration with VF-C
576and SDN-C. SDN-C establishes network connectivity, then the VF-C component
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000577completes the Network Services and VNF lifecycle management. ONAP peering
Eric Debeaucdedb9f2020-06-08 14:16:59 +0200578across CSPs uses an east-west API which is being aligned with the MEF Interlude
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000579API. The key innovations in this use case are physical network discovery and
580modeling, cross-domain orchestration across multiple physical networks, cross
Eric Debeaucdedb9f2020-06-08 14:16:59 +0200581operator end-to-end service provisioning, close-loop reroute for
582cross-domain service, dynamic changes (branch sites, VNFs) and intelligent
583service optimization (including AI/ML). The Frankfurt release adds support for
584end-to-end E-LINE services over optical transport network (OTN)
585network-to-network interface (NNI).
Eric Debeauaf2303e2018-12-03 19:07:56 +0000586
Eric Debeaucdedb9f2020-06-08 14:16:59 +0200587Read the `CCVPN Blueprint <https://www.onap.org/wp-content/uploads/sites/20/2019/07/ONAP_CaseSolution_CCVPN_062519.pdf>`_
588to learn more.
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000589
Eric Debeaucdedb9f2020-06-08 14:16:59 +0200590MDONS (Multi-Domain Optical Network Service) Blueprint
591------------------------------------------------------
592While CCVPN addresses the automation of networking layers 2 and 3, it does not
593address layers 0 and 1. Automating these layers is equally important because
594providing an end-to-end service to their customers often requires a manual and
595complex negotiation between CSPs that includes both the business arrangement
596and the actual service design and activation. CSPs may also be structured such
597that they operate multiple networks independently and require similar
598transactions among their own networks and business units in order to provide an
599end-to-end service. The MDONS blueprint created by AT&T, Orange, and Fujitsu
600solves the above problem. MDONS and CCVPN used together can solve the OTN
601automation problem in a comprehensive manner.
602
603|image9|
604
605**Figure 9. ONAP MDONS Architecture**
Eric Debeauaf2303e2018-12-03 19:07:56 +0000606
607vFW/vDNS Blueprint
608------------------
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000609The virtual firewall, virtual DNS blueprint is a basic demo to verify that ONAP
610has been correctly installed and to get a basic introduction to ONAP. The
611blueprint consists of 5 VNFs: vFW, vPacketGenerator, vDataSink, vDNS and
Eric Debeauaf2303e2018-12-03 19:07:56 +0000612vLoadBalancer. The blueprint exercises most aspects of ONAP, showing VNF
613onboarding, network service creation, service deployment and closed-loop
614automation. The key components involved are SDC, CLAMP, SO, APP-C, DCAE and
Eric Debeaucdedb9f2020-06-08 14:16:59 +0200615Policy. In the recent releases, the vFW blueprint has been demonstrated by
616using a mix of a CNF and VNF and entirely using CNFs.
617
618Verified end to end tests
619=========================
620Use cases
621---------
622Various use cases have been tested for the Release. Detailed information can
623be found in :ref:`Verified Use Cases<onap-integration:docs_usecases>`.
624
625- vFirewall with closed loop
626- vFirewall/vDNS with HPA
627- vFirewall In-Place Software Upgrade with Traffic Distribution
628- vFirewall CNF With CDS
629- Scale Out
630- CCVPN-E LINE over OTN NNI
631- CCVPN - MDONS
632- BBS (Broadband Service)
633- vFirewall CNF with multicloud k8s plugin
634- EdgeXFoundry CNF with multicloud k8s plugin
635- vCPE with Tosca
636- E2E Automation vLB with CDS
637
638Functional requirements
639-----------------------
640Various functional requirements have been tested for the Release. Detailed
641information can be found in
642:ref:`Verified Use Cases<onap-integration:docs_usecases>`.
643
644- PNF Software Upgrade using direct Netconf Yang interface with PNF
645- PNF Software Upgrade with EM with Ansible
646- PNF Software Upgrade with EM with Netconf
647- VSP Compliance and Validation Check within SDC
648- Enable PNF software version at onboarding
649- xNF communication security enhancements
650- ETSI Alignment SO plugin to support SOL003 to connect to an external VNFM
651- Integration of CDS as an Actor
652- 3rd Party Operational Domain Manager
653- Configuration & persistency
654- 5G functional requirements
655
656 - 5G Realtime PM and High Volume Stream Data Collection
657 - 5G PNF Plug and Play
658 - 5G Bulk PM
659 - 5G OOF and PCI
660 - 5G NRM Network Resource Model (Configuration management)
661 - 5G NETCONF configuration
662 - 5G PNF Pre-Onboarding & Onboarding
663 - 5G OOF SON
664 - 5G E2E Network Slicing
665 - 5G ORAN A1 Adapter (SDNR)
Eric Debeauaf2303e2018-12-03 19:07:56 +0000666
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000667Conclusion
668==========
669The ONAP platform provides a comprehensive platform for real-time,
670policy-driven orchestration and automation of physical and virtual network
671functions that will enable software, network, IT and cloud providers and
672developers to rapidly automate new services and support complete lifecycle
673management.
Chris Donleyee57c722018-06-04 15:29:55 -0700674
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000675By unifying member resources, ONAP will accelerate the development of a vibrant
676ecosystem around a globally shared architecture and implementation for network
677automationwith an open standards focus faster than any one product could on
678its own.
Pérez Caparrós David, INI-INO-ECO-HCT482d47a2019-04-17 15:42:39 +0200679
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000680Resources
681=========
Eric Debeaucdedb9f2020-06-08 14:16:59 +0200682See the Resources page on `ONAP.org <https://www.onap.org/resources>`_
Pérez Caparrós David, INI-INO-ECO-HCT482d47a2019-04-17 15:42:39 +0200683
Eric Debeaucdedb9f2020-06-08 14:16:59 +0200684.. |image1| image:: media/ONAP-architecture.png
685 :width: 800px
Chris Donley0c9c3ab2018-06-04 10:53:10 -0700686.. |image2| image:: media/ONAP-fncview.png
Eric Debeaucdedb9f2020-06-08 14:16:59 +0200687 :width: 800px
Eric Debeauaf2303e2018-12-03 19:07:56 +0000688.. |image3| image:: media/ONAP-closedloop.png
Eric Debeaucdedb9f2020-06-08 14:16:59 +0200689 :width: 800px
Eric Debeauaf2303e2018-12-03 19:07:56 +0000690.. |image4| image:: media/ONAP-5G.png
Eric Debeaucdedb9f2020-06-08 14:16:59 +0200691 :width: 800px
Chris Donley4539c942018-06-04 10:02:25 -0700692.. |image5| image:: media/ONAP-vcpe.png
Eric Debeaucdedb9f2020-06-08 14:16:59 +0200693 :width: 800px
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000694.. |image6| image:: media/ONAP-bbs.png
Eric Debeaucdedb9f2020-06-08 14:16:59 +0200695 :width: 800px
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000696.. |image7| image:: media/ONAP-volte.png
Eric Debeaucdedb9f2020-06-08 14:16:59 +0200697 :width: 800px
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000698.. |image8| image:: media/ONAP-ccvpn.png
Eric Debeaucdedb9f2020-06-08 14:16:59 +0200699 :width: 800px
700.. |image9| image:: media/ONAP-mdons.png
701 :width: 800px