blob: 0d1d7d6136eb45b3c4f9c80c6bce25a38a1cffdd [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============
Eric Debeauae977532020-12-04 20:30:22 +010011ONAP is a comprehensive platform for orchestration, management, and automation
12of network and edge computing services for network operators, cloud providers,
13and enterprises. Real-time, policy-driven orchestration and automation of
14physical, virtual, and cloud native network functions enables rapid automation
15of new services and complete lifecycle management critical for 5G and
16next-generation networks.
Rich Bennett80455a52017-11-08 05:17:00 -050017
Eric Debeau2fe7abf2019-05-29 13:26:36 +000018The ONAP project addresses the rising need for a common automation platform for
19telecommunication, cable, and cloud service providersand their solution
Eric Debeauaf2303e2018-12-03 19:07:56 +000020providersto deliver differentiated network services on demand, profitably and
21competitively, while leveraging existing investments.
Chris Donleyec36ceb2017-11-07 16:01:27 -080022
Eric Debeau2fe7abf2019-05-29 13:26:36 +000023The challenge that ONAP meets is to help operators of telecommunication
24networks to keep up with the scale and cost of manual changes required to
25implement new service offerings, from installing new data center equipment to,
26in some cases, upgrading on-premises customer equipment. Many are seeking to
27exploit SDN and NFV to improve service velocity, simplify equipment
28interoperability and integration, and to reduce overall CapEx and OpEx costs.
29In addition, the current, highly fragmented management landscape makes it
Eric Debeauae977532020-12-04 20:30:22 +010030difficult to monitor and guarantee service-level agreements (SLAs).
Chris Donleyec36ceb2017-11-07 16:01:27 -080031
Eric Debeauaf2303e2018-12-03 19:07:56 +000032ONAP is addressing these challenges by developing global and massive scale
Eric Debeauae977532020-12-04 20:30:22 +010033(multi-site and multi-VIM) automation capabilities for physical, virtual, and
34cloud native network elements. It facilitates service agility by supporting
35data models for rapid service and resource deployment and providing a common
36set of northbound REST APIs that are open and interoperable, and by supporting
Eric Debeau2fe7abf2019-05-29 13:26:36 +000037model-driven interfaces to the networks. ONAPs modular and layered nature
38improves interoperability and simplifies integration, allowing it to support
Eric Debeauae977532020-12-04 20:30:22 +010039multiple VNF environments by integrating with multiple VIMs, VNFMs, SDN
40Controllers, as well as legacy equipment (PNF). The Service Design & Creation
41(SDC) project also offers seamless orchestration of CNFs. ONAPs consolidated
42xNF requirements publication enables commercial development of ONAP-compliant
43xNFs. This approach allows network and cloud operators to optimize their
44physical and virtual infrastructure for cost and performance; at the same time,
45ONAPs use of standard models reduces integration and deployment costs of
Eric Debeau2fe7abf2019-05-29 13:26:36 +000046heterogeneous equipment. All this is achieved while minimizing management
47fragmentation.
Chris Donleyec36ceb2017-11-07 16:01:27 -080048
Eric Debeau2fe7abf2019-05-29 13:26:36 +000049The ONAP platform allows end-user organizations and their network/cloud
Eric Debeauaf2303e2018-12-03 19:07:56 +000050providers to collaboratively instantiate network elements and services in a
Eric Debeau2fe7abf2019-05-29 13:26:36 +000051rapid and dynamic way, together with supporting a closed control loop process
52that supports real-time response to actionable events. In order to design,
53engineer, plan, bill and assure these dynamic services, there are three major
54requirements:
Chris Donleyec36ceb2017-11-07 16:01:27 -080055
Eric Debeauae977532020-12-04 20:30:22 +010056- A robust design framework that allows the specification of the service in all
57 aspects modeling the resources and relationships that make up the service,
58 specifying the policy rules that guide the service behavior, specifying the
59 applications, analytics and closed control loop events needed for the elastic
60 management of the service
61- An orchestration and control framework (Service Orchestrator and Controllers)
62 that is recipe/ policy-driven to provide an automated instantiation of the
Eric Debeau2fe7abf2019-05-29 13:26:36 +000063 service when needed and managing service demands in an elastic manner
Eric Debeau2fe7abf2019-05-29 13:26:36 +000064- An analytic framework that closely monitors the service behavior during the
65 service lifecycle based on the specified design, analytics and policies to
66 enable response as required from the control framework, to deal with
67 situations ranging from those that require healing to those that require
68 scaling of the resources to elastically adjust to demand variations.
Chris Donleyec36ceb2017-11-07 16:01:27 -080069
Eric Debeau2fe7abf2019-05-29 13:26:36 +000070To achieve this, ONAP decouples the details of specific services and supporting
Eric Debeauaf2303e2018-12-03 19:07:56 +000071technologies from the common information models, core orchestration platform,
72and generic management engines (for discovery, provisioning, assurance etc.).
Eric Debeauae977532020-12-04 20:30:22 +010073
Eric Debeauaf2303e2018-12-03 19:07:56 +000074Furthermore, it marries the speed and style of a DevOps/NetOps approach with
Eric Debeauae977532020-12-04 20:30:22 +010075the formal models and processes operators require to introduce new services and
76technologies. It leverages cloud-native technologies including Kubernetes to
77manage and rapidly deploy the ONAP platform and related components. This is in
78stark contrast to traditional OSS/Management software platform architectures,
79which hardcoded services and technologies, and required lengthy software
80development and integration cycles to incorporate changes.
Chris Donleyec36ceb2017-11-07 16:01:27 -080081
Eric Debeau2fe7abf2019-05-29 13:26:36 +000082The ONAP Platform enables service/resource independent capabilities for design,
Eric Debeauaf2303e2018-12-03 19:07:56 +000083creation and lifecycle management, in accordance with the following
84foundational principles:
Chris Donleyec36ceb2017-11-07 16:01:27 -080085
Eric Debeau2fe7abf2019-05-29 13:26:36 +000086- Ability to dynamically introduce full service lifecycle orchestration (design
Eric Debeauae977532020-12-04 20:30:22 +010087 , provisioning and operation) and service API for new services and
Eric Debeau2fe7abf2019-05-29 13:26:36 +000088 technologies without the need for new platform software releases or without
89 affecting operations for the existing services
Eric Debeauae977532020-12-04 20:30:22 +010090- Scalability and distribution to support a large number of services and large
91 networks
Eric Debeau2fe7abf2019-05-29 13:26:36 +000092- Metadata-driven and policy-driven architecture to ensure flexible and
93 automated ways in which capabilities are used and delivered
94- The architecture shall enable sourcing best-in-class components
95- Common capabilities are developed once and used many times
96- Core capabilities shall support many diverse services and infrastructures
Chris Donleyec36ceb2017-11-07 16:01:27 -080097
Eric Debeau2fe7abf2019-05-29 13:26:36 +000098Further, ONAP comes with a functional architecture with component definitions
99and interfaces, which provides a force of industry alignment in addition to
100the open source code.
Chris Donleyec36ceb2017-11-07 16:01:27 -0800101
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000102ONAP Architecture
103=================
Chris Donleyec36ceb2017-11-07 16:01:27 -0800104
Eric Debeaucdedb9f2020-06-08 14:16:59 +0200105The ONAP architecture consists of a design time and run time functions, as well
106as functions for managing ONAP itself.
Eric Debeauaf2303e2018-12-03 19:07:56 +0000107
Eric Debeaucdedb9f2020-06-08 14:16:59 +0200108**Figure 1 provides a high-level view of the ONAP architecture with its
109microservices-based platform components.**
Pawel Pawlak644d8062017-11-13 14:14:03 +0100110
Chris Donley4539c942018-06-04 10:02:25 -0700111|image1|
Chris Donleyec36ceb2017-11-07 16:01:27 -0800112
Chris Donleyec36ceb2017-11-07 16:01:27 -0800113
Eric Debeauaf2303e2018-12-03 19:07:56 +0000114Figure 2 below, provides a simplified functional view of the architecture,
115which highlights the role of a few key components:
Chris Donley4539c942018-06-04 10:02:25 -0700116
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000117#. Design time environment for onboarding services and resources into ONAP and
Eric Debeauaf2303e2018-12-03 19:07:56 +0000118 designing required services.
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000119#. External API provides northbound interoperability for the ONAP Platform and
Eric Debeauaf2303e2018-12-03 19:07:56 +0000120 Multi-VIM/Cloud provides cloud interoperability for the ONAP workloads.
Eric Debeauae977532020-12-04 20:30:22 +0100121#. OOM provides the ability to manage cloud-native installation and deployments
122 to Kubernetes-managed cloud environments.
123#. ONAP Shared Services provides shared capabilities for ONAP modules. The ONAP
124 Optimization Framework (OOF) provides a declarative, policy-driven approach
125 for creating and running optimization applications like Homing/Placement,
126 and Change Management Scheduling Optimization.
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000127#. ONAP shared utilities provide utilities for the support of the ONAP
128 components.
129#. Information Model and framework utilities continue to evolve to harmonize
Eric Debeauaf2303e2018-12-03 19:07:56 +0000130 the topology, workflow, and policy models from a number of SDOs including
Eric Debeauae977532020-12-04 20:30:22 +0100131 ETSI NFV MANO, ETSI/3GPP, O-RAN, TM Forum SID, ONF Core, OASIS TOSCA, IETF,
132 and MEF.
Chris Donley4539c942018-06-04 10:02:25 -0700133
Eric Debeauaf2303e2018-12-03 19:07:56 +0000134|image2|
Chris Donley4539c942018-06-04 10:02:25 -0700135
Eric Debeauaf2303e2018-12-03 19:07:56 +0000136**Figure 2. Functional view of the ONAP architecture**
137
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000138Microservices Support
139=====================
Eric Debeauaf2303e2018-12-03 19:07:56 +0000140As a cloud-native application that consists of numerous services, ONAP requires
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000141sophisticated initial deployment as well as post- deployment management.
Chris Donley4539c942018-06-04 10:02:25 -0700142
Eric Debeauaf2303e2018-12-03 19:07:56 +0000143The ONAP deployment methodology needs to be flexible enough to suit the
144different scenarios and purposes for various operator environments. Users may
145also want to select a portion of the ONAP components to integrate into their
Eric Debeauae977532020-12-04 20:30:22 +0100146own systems. And the platform needs to be highly reliable, scalable, secure
147and easy to manage. To achieve all these goals, ONAP is designed as a
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000148microservices-based system, with all components released as Docker containers
149following best practice building rules to optimize their image size. To reduce
Eric Debeauae977532020-12-04 20:30:22 +0100150the ONAP footprint, a first effort to use a shared database has been initiated
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000151with a Cassandra and mariadb-galera clusters.
Chris Donley4539c942018-06-04 10:02:25 -0700152
Eric Debeauaf2303e2018-12-03 19:07:56 +0000153The ONAP Operations Manager (OOM) is responsible for orchestrating the
154end-to-end lifecycle management and monitoring of ONAP components. OOM uses
155Kubernetes to provide CPU efficiency and platform deployment. In addition, OOM
156helps enhance ONAP platform maturity by providing scalability and resiliency
157enhancements to the components it manages.
Chris Donleyee57c722018-06-04 15:29:55 -0700158
Eric Debeauaf2303e2018-12-03 19:07:56 +0000159OOM is the lifecycle manager of the ONAP platform and uses the Kubernetes
160container management system and Consul to provide the following functionality:
Chris Donley4539c942018-06-04 10:02:25 -0700161
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000162#. Deployment - with built-in component dependency management (including
Eric Debeauaf2303e2018-12-03 19:07:56 +0000163 multiple clusters, federated deployments across sites, and anti-affinity
164 rules)
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000165#. Configuration - unified configuration across all ONAP components
166#. Monitoring - real-time health monitoring feeding to a Consul GUI and
Eric Debeauaf2303e2018-12-03 19:07:56 +0000167 Kubernetes
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000168#. Restart - failed ONAP components are restarted automatically
169#. Clustering and Scaling - cluster ONAP services to enable seamless scaling
170#. Upgrade - change out containers or configuration with little or no service
Eric Debeauaf2303e2018-12-03 19:07:56 +0000171 impact
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000172#. Deletion - clean up individual containers or entire deployments
Chris Donley4539c942018-06-04 10:02:25 -0700173
Eric Debeauaf2303e2018-12-03 19:07:56 +0000174OOM supports a wide variety of cloud infrastructures to suit your individual
175requirements.
Chris Donley4539c942018-06-04 10:02:25 -0700176
Eric Debeauae977532020-12-04 20:30:22 +0100177Microservices Bus (MSB) provides fundamental microservices support including
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000178service registration/ discovery, external API gateway, internal API gateway,
179client software development kit (SDK), and Swagger SDK. When integrating with
180OOM, MSB has a Kube2MSB registrar which can grasp services information from k8s
181metafile and automatically register the services for ONAP components.
Chris Donley4539c942018-06-04 10:02:25 -0700182
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000183In the spirit of leveraging the microservice capabilities, further steps
Eric Debeauae977532020-12-04 20:30:22 +0100184towards increased modularity have been taken. Service Orchestrator (SO) and the
185controllers have increased its level of modularity.
Chris Donley4539c942018-06-04 10:02:25 -0700186
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000187Portal
188======
Eric Debeauaf2303e2018-12-03 19:07:56 +0000189ONAP delivers a single, consistent user experience to both design time and
190runtime environments, based on the users role. Role changes are configured
191within a single ONAP instance.
Chris Donley4539c942018-06-04 10:02:25 -0700192
Eric Debeauae977532020-12-04 20:30:22 +0100193This user experience is managed by the ONAP
194Portal, which provides access to design, analytics and operational control/
195administration functions via a shared, role-based menu or dashboard. The portal
196architecture provides web-based capabilities such as application onboarding and
197management, centralized access management through the Authentication and
198Authorization Framework (AAF), and dashboards, as well as hosted application
199widgets.
Chris Donleyec36ceb2017-11-07 16:01:27 -0800200
Eric Debeauaf2303e2018-12-03 19:07:56 +0000201The portal provides an SDK to enable multiple development teams to adhere to
202consistent UI development requirements by taking advantage of built-in
203capabilities (Services/ API/ UI controls), tools and technologies. ONAP also
204provides a Command Line Interface (CLI) for operators who require it (e.g., to
Eric Debeauae977532020-12-04 20:30:22 +0100205integrate with their scripting environment). ONAP SDKs enable operations/
206security, third parties (e.g., vendors and consultants), and other experts to
207continually define/redefine new collection, analytics, and policies (including
208recipes for corrective/remedial action) using the ONAP Design Framework Portal.
Chris Donleyec36ceb2017-11-07 16:01:27 -0800209
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000210Design Time Framework
211=====================
Eric Debeauae977532020-12-04 20:30:22 +0100212The design time framework is a comprehensive development environment with tools
213, techniques, and repositories for defining/ describing resources, services,
214and products.
Chris Donley4539c942018-06-04 10:02:25 -0700215
216The design time framework facilitates reuse of models, further improving
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000217efficiency as more and more models become available. Resources, services,
Eric Debeauae977532020-12-04 20:30:22 +0100218products, and their management and control functions can all be modeled using a
219common set of specifications and policies (e.g., rule sets) for controlling
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000220behavior and process execution. Process specifications automatically sequence
221instantiation, delivery and lifecycle management for resources, services,
222products and the ONAP platform components themselves. Certain process
Eric Debeauae977532020-12-04 20:30:22 +0100223specifications (i.e., recipes’) and policies are geographically distributed to
224optimize performance and maximize autonomous behavior in federated cloud
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000225environments.
Chris Donleyec36ceb2017-11-07 16:01:27 -0800226
Eric Debeauaf2303e2018-12-03 19:07:56 +0000227Service Design and Creation (SDC) provides tools, techniques, and repositories
228to define/simulate/certify system assets as well as their associated processes
Eric Debeauae977532020-12-04 20:30:22 +0100229and policies. Each asset is categorized into one of four asset groups: Resource
230, Services, Products, or Offers. SDC supports the onboarding of Network
231Services packages (ETSI SOL 0007 ), CNF packages (Helm), VNF packages (Heat or
232ETSI SOL004) and PNF packages (ETSI SOL004). SDC also includes some
233capabilities to model 5G network slicing using the standard properties (Slice
234Profile, Service Template).
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000235
Eric Debeauaf2303e2018-12-03 19:07:56 +0000236The SDC environment supports diverse users via common services and utilities.
237Using the design studio, product and service designers onboard/extend/retire
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000238resources, services and products. Operations, Engineers, Customer Experience
239Managers, and Security Experts create workflows, policies and methods to
240implement Closed control Loop Automation/Control and manage elastic
241scalability.
Chris Donleyec36ceb2017-11-07 16:01:27 -0800242
Eric Debeauaf2303e2018-12-03 19:07:56 +0000243To support and encourage a healthy VNF ecosystem, ONAP provides a set of VNF
244packaging and validation tools in the VNF Supplier API and Software Development
245Kit (VNF SDK) and VNF Validation Program (VVP) components. Vendors can
246integrate these tools in their CI/CD environments to package VNFs and upload
247them to the validation engine. Once tested, the VNFs can be onboarded through
Eric Debeauae977532020-12-04 20:30:22 +0100248SDC. In addition, the testing capability of VNFSDK is being utilized at the LFN
249Compliance Verification Program to work towards ensuring a highly consistent
250approach to VNF verification.
Chris Donleyec36ceb2017-11-07 16:01:27 -0800251
Eric Debeauaf2303e2018-12-03 19:07:56 +0000252The Policy Creation component deals with policies; these are rules, conditions,
253requirements, constraints, attributes, or needs that must be provided,
254maintained, and/or enforced. At a lower level, Policy involves machine-readable
255rules enabling actions to be taken based on triggers or requests. Policies
256often consider specific conditions in effect (both in terms of triggering
257specific policies when conditions are met, and in selecting specific outcomes
258of the evaluated policies appropriate to the conditions).
Chris Donleyec36ceb2017-11-07 16:01:27 -0800259
Eric Debeauaf2303e2018-12-03 19:07:56 +0000260Policy allows rapid modification through easily updating rules, thus updating
261technical behaviors of components in which those policies are used, without
Eric Debeauae977532020-12-04 20:30:22 +0100262requiring rewrites of their software code. Policy permits simpler
263management / control of complex mechanisms via abstraction.
Chris Donleyec36ceb2017-11-07 16:01:27 -0800264
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000265Runtime Framework
266=================
Eric Debeaucdedb9f2020-06-08 14:16:59 +0200267The runtime execution framework executes the rules and policies and other
268models distributed by the design and creation environment.
Chris Donleyec36ceb2017-11-07 16:01:27 -0800269
Eric Debeauae977532020-12-04 20:30:22 +0100270This allows for the distribution of models and policy among various ONAP
271modules such as the Service Orchestrator (SO), Controllers, Data Collection,
272Analytics and Events (DCAE), Active and Available Inventory (A&AI). These
273components use common services that support access control.
Rich Bennett80455a52017-11-08 05:17:00 -0500274
Eric Debeaub49dc8b2018-06-04 20:52:51 +0000275Orchestration
276-------------
Eric Debeauaf2303e2018-12-03 19:07:56 +0000277The Service Orchestrator (SO) component executes the specified processes by
278automating sequences of activities, tasks, rules and policies needed for
279on-demand creation, modification or removal of network, application or
Eric Debeaucdedb9f2020-06-08 14:16:59 +0200280infrastructure services and resources, this includes VNFs, CNFs and PNFs.
Eric Debeauae977532020-12-04 20:30:22 +0100281The SO provides orchestration at a very high level, with an end-to-end view
282of the infrastructure, network, and applications. Examples of this include
283BroadBand Service (BBS) and Cross Domain and Cross Layer VPN (CCVPN).
Chris Donley4539c942018-06-04 10:02:25 -0700284
Sofia Wallin53b1bbd2019-10-17 16:40:27 +0200285Virtual Infrastructure Deployment (VID)
286---------------------------------------
Eric Debeauaf2303e2018-12-03 19:07:56 +0000287The Virtual Infrastructure Deployment (VID) application enables users to
288instantiate infrastructure services from SDC, along with their associated
289components, and to execute change management operations such as scaling and
290software upgrades to existing VNF instances.
291
292Policy-Driven Workload Optimization
Chris Donley4539c942018-06-04 10:02:25 -0700293-----------------------------------
Eric Debeauaf2303e2018-12-03 19:07:56 +0000294The ONAP Optimization Framework (OOF) provides a policy-driven and model-driven
295framework for creating optimization applications for a broad range of use
296cases. OOF Homing and Allocation Service (HAS) is a policy driven workload
297optimization service that enables optimized placement of services across
298multiple sites and multiple clouds, based on a wide variety of policy
299constraints including capacity, location, platform capabilities, and other
300service specific constraints.
Chris Donley4539c942018-06-04 10:02:25 -0700301
Eric Debeauaf2303e2018-12-03 19:07:56 +0000302ONAP Multi-VIM/Cloud (MC) and several other ONAP components such as Policy, SO,
Eric Debeauae977532020-12-04 20:30:22 +0100303A&AI etc. play an important role in enabling Policy-driven Performance/
304Security-Aware Adaptive Workload Placement/ Scheduling across cloud sites
305through OOF-HAS. OOF-HAS uses Hardware Platform Awareness (HPA), cloud agnostic
306Intent capabilities, and real-time capacity checks provided by ONAP MC to
307determine the optimal VIM/Cloud instances, which can deliver the required
308performance SLAs, for workload (VNF etc.) placement and scheduling (Homing).
309Operators now realize the true value of virtualization through fine grained
310optimization of cloud resources while delivering performance and security 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 Debeauae977532020-12-04 20:30:22 +0100327The Controller Design Studio (CDS) community in ONAP has contributed a
328framework to automate the resolution of resources for instantiation and any
329config provisioning operation, such as day0, day1 or day2 configuration. The
330essential function of CDS is to create and populate a controller blueprint,
331create a configuration file from this Controller blueprint, and associate at
332design time this configuration file (configlet) to a PNF/VNF/CNF during the
333design phase. CDS removes dependence on code releases and the delays they cause
334and puts the control of services into the hands of the service providers. Users
335can change a model and its parameters with great flexibility to fetch data from
336external systems (e.g. IPAM) that is required in real deployments. This makes
337service providers more responsive to their customers and able to deliver
338products that more closely match the needs of those customers.
339
Eric Debeaub49dc8b2018-06-04 20:52:51 +0000340Inventory
341---------
Eric Debeauaf2303e2018-12-03 19:07:56 +0000342Active and Available Inventory (A&AI) provides real-time views of a systems
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000343resources, services, products and their relationships with each other, and also
344retains a historical view. The views provided by A&AI relate data managed by
345multiple ONAP instances, Business Support Systems (BSS), Operation Support
346Systems (OSS), and network applications to form a top to bottom view ranging
347from the products end users buy, to the resources that form the raw material
348for creating the products. A&AI not only forms a registry of products,
349services, and resources, it also maintains up-to-date views of the
350relationships between these inventory items.
Chris Donleyec36ceb2017-11-07 16:01:27 -0800351
Eric Debeauaf2303e2018-12-03 19:07:56 +0000352To deliver the promised dynamism of SDN/NFV, A&AI is updated in real time by
353the controllers as they make changes in the network environment. A&AI is
354metadata-driven, allowing new inventory types to be added dynamically and
355quickly via SDC catalog definitions, eliminating the need for lengthy
356development cycles.
Chris Donleyec36ceb2017-11-07 16:01:27 -0800357
Sofia Wallin53b1bbd2019-10-17 16:40:27 +0200358Policy Framework
359----------------
Eric Debeaucdedb9f2020-06-08 14:16:59 +0200360The Policy framework provides policy based decision making capability and
361supports multiple policy engines and can distribute policies through policy
362design capabilities in SDC, simplifying the design process.
Sofia Wallin53b1bbd2019-10-17 16:40:27 +0200363
Eric Debeauaf2303e2018-12-03 19:07:56 +0000364Multi Cloud Adaptation
365----------------------
Eric Debeauaf2303e2018-12-03 19:07:56 +0000366Multi-VIM/Cloud provides and infrastructure adaptation layer for VIMs/Clouds
Eric Debeauae977532020-12-04 20:30:22 +0100367and K8s clusters in exposing advanced hardware platform awareness and cloud
368agnostic intent capabilities, besides standard capabilities, which are used by
369OOF and other components for enhanced cloud selection and SO/VF-C for cloud
370agnostic workload deployment. The K8s plugin is in charge to deploy the CNF on
371the Kubernetes clusters using Kubernetes API.
Chris Donleyec36ceb2017-11-07 16:01:27 -0800372
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000373Closed Control Loop Automation
374==============================
375Closed loop control is provided by cooperation among a number of design-time
376and run-time elements. The Runtime loop starts with data collectors from Data
Eric Debeauae977532020-12-04 20:30:22 +0100377Collection, Analytics and Events (DCAE). ONAP includes the following collectors
378: VES (VNF Event Streaming) for events, HV-VES for high-volume events, SNMP
379for SNMP traps, File Collector to receive files, and RESTCONF Collector to
380collect the notifications. After data collection/verification phase, data are
381moved through the loop of micro-services like Homes for event detection, Policy
382for determining actions, and finally, controllers and orchestrators to
383implement actions CLAMP is used to monitor the loops themselves. DCAE also
384includes a number of specialized micro-services to support some use-cases such
385as the Slice Analysis or SON-Handler. Some dedicated event processor modules
386transform collected data (SNMP, 3GPP XML, RESTCONF) to VES format and push the
387various data onto data lake. CLAMP, Policy and DCAE all have design time
388aspects to support the creation of the loops.
Chris Donleyec36ceb2017-11-07 16:01:27 -0800389
Eric Debeauaf2303e2018-12-03 19:07:56 +0000390We refer to this automation pattern as closed control loop automation in that
391it provides the necessary automation to proactively respond to network and
392service conditions without human intervention. A high-level schematic of the
393closed control loop automation and the various phases within the service
394lifecycle using the automation is depicted in Figure 3.
Chris Donleyec36ceb2017-11-07 16:01:27 -0800395
Eric Debeauaf2303e2018-12-03 19:07:56 +0000396Closed control loop control is provided by Data Collection, Analytics and
397Events (DCAE) and one or more of the other ONAP runtime components.
398Collectively, they provide FCAPS (Fault Configuration Accounting Performance
399Security) functionality. DCAE collects performance, usage, and configuration
400data; provides computation of analytics; aids in troubleshooting; and publishes
401events, data and analytics (e.g., to policy, orchestration, and the data lake).
Eric Debeauaf2303e2018-12-03 19:07:56 +0000402Working with the Policy Framework and CLAMP, these components detect problems
403in the network and identify the appropriate remediation. In some cases, the
404action will be automatic, and they will notify Service Orchestrator or one of
405the controllers to take action. In other cases, as configured by the operator,
406they will raise an alarm but require human intervention before executing the
407change. The policy framework is extended to support additional policy decision
408capabilities with the introduction of adaptive policy execution.
Chris Donleyec36ceb2017-11-07 16:01:27 -0800409
Eric Debeauaf2303e2018-12-03 19:07:56 +0000410|image3|
411
412**Figure 3: ONAP Closed Control Loop Automation**
Chris Donleyec36ceb2017-11-07 16:01:27 -0800413
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000414Shared Services
415===============
416ONAP provides a set of operational services for all ONAP components including
byungwoojunce69aa52021-04-13 16:00:03 -0400417activity logging, reporting, common data layer, configuration, persistence, access control,
418secret and credential management, resiliency, and software lifecycle management.
Chris Donleyec36ceb2017-11-07 16:01:27 -0800419
Eric Debeauaf2303e2018-12-03 19:07:56 +0000420These services provide access management and security enforcement, data backup,
byungwoojunce69aa52021-04-13 16:00:03 -0400421configuration persistence, restoration and recovery. They support standardized
422VNF interfaces and guidelines.
Chris Donleyec36ceb2017-11-07 16:01:27 -0800423
Eric Debeauaf2303e2018-12-03 19:07:56 +0000424Operating in a virtualized environment introduces new security challenges and
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000425opportunities. ONAP provides increased security by embedding access controls in
426each ONAP platform component, augmented by analytics and policy components
Eric Debeauaf2303e2018-12-03 19:07:56 +0000427specifically designed for the detection and mitigation of security violations.
Chris Donleyec36ceb2017-11-07 16:01:27 -0800428
byungwoojunce69aa52021-04-13 16:00:03 -0400429Configuration Persistence Service (CPS)
430---------------------------------------
431The Configuration Persistence Service (CPS) provides storage for real-time run-time configuration
432and operational parameters that need to be used by ONAP.
433In R8, Honolulu, the CPS is a stand-alone component, and its details in
434:ref:`CPS - Configuration Persistence Service<onap-cps:architecture>`.
435
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000436ONAP Modeling
437=============
Eric Debeauaf2303e2018-12-03 19:07:56 +0000438ONAP provides models to assist with service design, the development of ONAP
439service components, and with the improvement of standards interoperability.
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000440Models are an essential part for the design time and runtime framework
Eric Debeauaf2303e2018-12-03 19:07:56 +0000441development. The ONAP modeling project leverages the experience of member
442companies, standard organizations and other open source projects to produce
443models which are simple, extensible, and reusable. The goal is to fulfill the
444requirements of various use cases, guide the development and bring consistency
445among ONAP components and explore a common model to improve the
Chris Donley4539c942018-06-04 10:02:25 -0700446interoperability of ONAP.
447
Eric Debeaucdedb9f2020-06-08 14:16:59 +0200448ONAP supports various models detailed in
449:ref:`Modeling Documentation<onap-modeling-modelspec:master_index>`.
Chris Donley4539c942018-06-04 10:02:25 -0700450
Eric Debeaucdedb9f2020-06-08 14:16:59 +0200451The modeling project includes the ETSI catalog component, which provides the
452parser functionalities, as well as additional package management
453functionalities.
Chris Donley4539c942018-06-04 10:02:25 -0700454
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000455Industry Alignment
456==================
Eric Debeaucdedb9f2020-06-08 14:16:59 +0200457ONAP support and collaboration with other standards and open source communities
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000458is evident in the architecture.
Chris Donley4539c942018-06-04 10:02:25 -0700459
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000460- MEF and TMF interfaces are used in the External APIs
461- In addition to the ETSI-NFV defined VNFD and NSD models mentioned above, ONAP
462 supports the NFVO interfaces (SOL005 between the SO and VFC, SOL003 from
463 either the SO or VFC to an external VNFM).
Eric Debeaucdedb9f2020-06-08 14:16:59 +0200464- Further collaboration includes 5G/ORAN & 3GPP Harmonization, Acumos DCAE
465 Integration, and CNCF Telecom User Group (TUG).
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000466
Eric Debeauae977532020-12-04 20:30:22 +0100467Read this whitepaper for more information:
468`The Progress of ONAP: Harmonizing Open Source and Standards <https://www.onap.org/wp-content/uploads/sites/20/2019/04/ONAP_HarmonizingOpenSourceStandards_032719.pdf>`_
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000469
470ONAP Blueprints
471===============
472ONAP can support an unlimited number of use cases, within reason. However, to
473provide concrete examples of how to use ONAP to solve real-world problems, the
Eric Debeauae977532020-12-04 20:30:22 +0100474community has created a set of blueprints. In addition to helping users rapidly
475adopt the ONAP platform through end-to-end solutions, these blueprints also
476help the community prioritize their work.
Chris Donley4539c942018-06-04 10:02:25 -0700477
Eric Debeauaf2303e2018-12-03 19:07:56 +00004785G Blueprint
479------------
Eric Debeaucdedb9f2020-06-08 14:16:59 +0200480The 5G blueprint is a multi-release effort, with five key initiatives around
481end-to-end service orchestration, network slicing, PNF/VNF lifecycle management
482, PNF integration, and network optimization. The combination of eMBB that
483promises peak data rates of 20 Mbps, uRLLC that guarantees sub-millisecond
484response times, MMTC that can support 0.92 devices per sq. ft., and network
485slicing brings with it some unique requirements. First ONAP needs to manage the
486lifecycle of a network slice from initial creation/activation all the way to
487deactivation/termination. Next, ONAP needs to optimize the network around real
488time and bulk analytics, place VNFs on the correct edge cloud, scale and heal
489services, and provide edge automation. ONAP also provides self organizing
490network (SON) services such as physical cell ID allocation for new RAN sites.
491These requirements have led to the five above-listed initiatives and have been
492developed in close cooperation with other standards and open source
493organizations such as 3GPP, TM Forum, ETSI, and O-RAN Software Community.
Chris Donleyec36ceb2017-11-07 16:01:27 -0800494
Eric Debeauaf2303e2018-12-03 19:07:56 +0000495|image4|
Chris Donleyec36ceb2017-11-07 16:01:27 -0800496
Eric Debeaucdedb9f2020-06-08 14:16:59 +0200497**Figure 4. End-to-end 5G Service**
Chris Donleyec36ceb2017-11-07 16:01:27 -0800498
Eric Debeaucdedb9f2020-06-08 14:16:59 +0200499Read the `5G Blueprint <https://www.onap.org/wp-content/uploads/sites/20/2019/07/ONAP_CaseSolution_5G_062519.pdf>`_
500to learn more.
Chris Donleyec36ceb2017-11-07 16:01:27 -0800501
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000502Residential Connectivity Blueprints
503-----------------------------------
504Two ONAP blueprints (vCPE and BBS) address the residential connectivity use
505case.
Chris Donleyec36ceb2017-11-07 16:01:27 -0800506
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000507Virtual CPE (vCPE)
508..................
Eric Debeauae977532020-12-04 20:30:22 +0100509Currently, services offered to a subscriber are restricted to what is designed
510into the broadband residential gateway. In the blueprint, the customer has a
511slimmed down physical CPE (pCPE) attached to a traditional broadband network
512such as DSL, DOCSIS, or PON (Figure 5). A tunnel is established to a data
513center hosting various VNFs providing a much larger set of services to the
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000514subscriber at a significantly lower cost to the operator. In this blueprint,
515ONAP supports complex orchestration and management of open source VNFs and both
516virtual and underlay connectivity.
Chris Donley4539c942018-06-04 10:02:25 -0700517
518|image5|
Chris Donleyec36ceb2017-11-07 16:01:27 -0800519
Eric Debeauaf2303e2018-12-03 19:07:56 +0000520**Figure 5. ONAP vCPE Architecture**
Chris Donleyec36ceb2017-11-07 16:01:27 -0800521
Eric Debeaucdedb9f2020-06-08 14:16:59 +0200522Read the `Residential vCPE Use Case with ONAP blueprint <https://www.onap.org/wp-content/uploads/sites/20/2018/11/ONAP_CaseSolution_vCPE_112918FNL.pdf>`_
523to learn more.
Chris Donleyec36ceb2017-11-07 16:01:27 -0800524
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000525Broadband Service (BBS)
526.......................
Eric Debeauae977532020-12-04 20:30:22 +0100527This blueprint provides multi-gigabit residential internet connectivity
528services based on PON (Passive Optical Network) access technology. A key
529element of this blueprint is to show automatic re-registration of an ONT
530(Optical Network Terminal) once the subscriber moves (nomadic ONT) as well as
531service subscription plan changes. This blueprint uses ONAP for the design,
532deployment, lifecycle management, and service assurance of broadband services.
533It further shows how ONAP can orchestrate services across different locations
534(e.g. Central Office, Core) and technology domains (e.g. Access, Edge).
Chris Donleyec36ceb2017-11-07 16:01:27 -0800535
Chris Donleyee57c722018-06-04 15:29:55 -0700536|image6|
537
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000538**Figure 6. ONAP BBS Architecture**
Chris Donleyec36ceb2017-11-07 16:01:27 -0800539
Eric Debeaucdedb9f2020-06-08 14:16:59 +0200540Read the `Residential Connectivity Blueprint <https://www.onap.org/wp-content/uploads/sites/20/2019/07/ONAP_CaseSolution_BBS_062519.pdf>`_
541to learn more.
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000542
543Voice over LTE (VoLTE) Blueprint
544--------------------------------
545This blueprint uses ONAP to orchestrate a Voice over LTE service. The VoLTE
Eric Debeauae977532020-12-04 20:30:22 +0100546blueprint incorporates commercial VNFs to create and manage the underlying
547vEPC and vIMS services by interworking with vendor-specific components,
548including VNFMs, EMSs, VIMs and SDN controllers, across Edge Data Centers and
549a Core Data Center. ONAP supports the VoLTE use case with several key
550components: SO, VF-C, SDN-C, and Multi-VIM/ Cloud. In this blueprint, SO is
551responsible for VoLTE end-to-end service orchestration working in collaboration
552with VF-C and SDN-C. SDN-C establishes network connectivity, then the VF-C
553component completes the Network Services and VNF lifecycle management
554(including service initiation, termination and manual scaling) and FCAPS
555(fault, configuration, accounting, performance, security) management. This
556blueprint also shows advanced functionality such as scaling and change
557management.
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000558
559|image7|
560
561**Figure 7. ONAP VoLTE Architecture Open Network Automation Platform**
562
Eric Debeaucdedb9f2020-06-08 14:16:59 +0200563Read the `VoLTE Blueprint <https://www.onap.org/wp-content/uploads/sites/20/2018/11/ONAP_CaseSolution_VoLTE_112918FNL.pdf>`_
564to learn more.
565
Eric Debeaucdedb9f2020-06-08 14:16:59 +0200566Optical Transport Networking (OTN)
567----------------------------------
568Two ONAP blueprints (CCVPN and MDONS) address the OTN use case. CCVPN addresses
569Layers 2 and 3, while MDONS addresses Layers 0 and 1.
Chris Donleyec36ceb2017-11-07 16:01:27 -0800570
Eric Debeauaf2303e2018-12-03 19:07:56 +0000571CCVPN (Cross Domain and Cross Layer VPN) Blueprint
Eric Debeauae977532020-12-04 20:30:22 +0100572..................................................
Eric Debeauaf2303e2018-12-03 19:07:56 +0000573CSPs, such as CMCC and Vodafone, see a strong demand for high-bandwidth, flat,
574high-speed OTN (Optical Transport Networks) across carrier networks. They also
575want to provide a high-speed, flexible and intelligent service for high-value
576customers, and an instant and flexible VPN service for SMB companies.
Chris Donleyec36ceb2017-11-07 16:01:27 -0800577
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000578|image8|
Eric Debeauaf2303e2018-12-03 19:07:56 +0000579
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000580**Figure 8. ONAP CCVPN Architecture**
Eric Debeauaf2303e2018-12-03 19:07:56 +0000581
582The CCVPN (Cross Domain and Cross Layer VPN) blueprint is a combination of SOTN
583(Super high-speed Optical Transport Network) and ONAP, which takes advantage of
584the orchestration ability of ONAP, to realize a unified management and
Eric Debeaucdedb9f2020-06-08 14:16:59 +0200585scheduling of resources and services. It achieves cross-domain orchestration
586and ONAP peering across service providers. In this blueprint, SO is responsible
587for CCVPN end-to-end service orchestration working in collaboration with VF-C
588and SDN-C. SDN-C establishes network connectivity, then the VF-C component
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000589completes the Network Services and VNF lifecycle management. ONAP peering
Eric Debeaucdedb9f2020-06-08 14:16:59 +0200590across CSPs uses an east-west API which is being aligned with the MEF Interlude
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000591API. The key innovations in this use case are physical network discovery and
592modeling, cross-domain orchestration across multiple physical networks, cross
Eric Debeauae977532020-12-04 20:30:22 +0100593operator end-to-end service provisioning, close-loop reroute for cross-domain
594service, dynamic changes (branch sites, VNFs) and intelligent service
595optimization (including AI/ML).
Eric Debeauaf2303e2018-12-03 19:07:56 +0000596
Eric Debeaucdedb9f2020-06-08 14:16:59 +0200597Read the `CCVPN Blueprint <https://www.onap.org/wp-content/uploads/sites/20/2019/07/ONAP_CaseSolution_CCVPN_062519.pdf>`_
598to learn more.
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000599
Eric Debeaucdedb9f2020-06-08 14:16:59 +0200600MDONS (Multi-Domain Optical Network Service) Blueprint
Eric Debeauae977532020-12-04 20:30:22 +0100601......................................................
Eric Debeaucdedb9f2020-06-08 14:16:59 +0200602While CCVPN addresses the automation of networking layers 2 and 3, it does not
603address layers 0 and 1. Automating these layers is equally important because
604providing an end-to-end service to their customers often requires a manual and
605complex negotiation between CSPs that includes both the business arrangement
606and the actual service design and activation. CSPs may also be structured such
607that they operate multiple networks independently and require similar
608transactions among their own networks and business units in order to provide an
609end-to-end service. The MDONS blueprint created by AT&T, Orange, and Fujitsu
610solves the above problem. MDONS and CCVPN used together can solve the OTN
611automation problem in a comprehensive manner.
612
613|image9|
614
615**Figure 9. ONAP MDONS Architecture**
Eric Debeauaf2303e2018-12-03 19:07:56 +0000616
617vFW/vDNS Blueprint
618------------------
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000619The virtual firewall, virtual DNS blueprint is a basic demo to verify that ONAP
620has been correctly installed and to get a basic introduction to ONAP. The
621blueprint consists of 5 VNFs: vFW, vPacketGenerator, vDataSink, vDNS and
Eric Debeauaf2303e2018-12-03 19:07:56 +0000622vLoadBalancer. The blueprint exercises most aspects of ONAP, showing VNF
623onboarding, network service creation, service deployment and closed-loop
624automation. The key components involved are SDC, CLAMP, SO, APP-C, DCAE and
Eric Debeaucdedb9f2020-06-08 14:16:59 +0200625Policy. In the recent releases, the vFW blueprint has been demonstrated by
Eric Debeauae977532020-12-04 20:30:22 +0100626using a mix of a CNF and VNF and entirely using CNFs.
Eric Debeaucdedb9f2020-06-08 14:16:59 +0200627
628Verified end to end tests
629=========================
630Use cases
631---------
Eric Debeauae977532020-12-04 20:30:22 +0100632Various use cases have been tested for the Release. Use case examples are
633listed below. See detailed information on use cases, functional requirements,
634and automated use cases can be found here:
635:ref:`Verified Use Cases<onap-integration:docs_usecases_release>`.
Eric Debeaucdedb9f2020-06-08 14:16:59 +0200636
Eric Debeauae977532020-12-04 20:30:22 +0100637- E2E Network Slicing
638- 5G OOF (ONAP Optimization Framework) SON (Self-Organized Network)
639- CCVPN-Transport Slicing
640- MDONS (Multi-Domain Optical Network Service)
Eric Debeaucdedb9f2020-06-08 14:16:59 +0200641
642Functional requirements
643-----------------------
Eric Debeauae977532020-12-04 20:30:22 +0100644Various functional requirements have been tested for the Release. Detailed
645information can be found in the
646:ref:`Verified Use Cases<onap-integration:docs_usecases_release>`.
Eric Debeaucdedb9f2020-06-08 14:16:59 +0200647
Eric Debeauae977532020-12-04 20:30:22 +0100648- xNF Integration
Eric Debeaucdedb9f2020-06-08 14:16:59 +0200649
Eric Debeauae977532020-12-04 20:30:22 +0100650 - ONAP CNF orchestration - Enhancements
651 - PNF PreOnboarding
652 - PNF Plug & Play
653
654- Lifecycle Management
655
656 - Policy Based Filtering
657 - Bulk PM / PM Data Control Extension
658 - Support xNF Software Upgrade in association to schema updates
659 - Configuration & Persistency Service
660
661- Security
662
663 - CMPv2 Enhancements
664
665- Standard alignment
666
667 - ETSI-Alignment for Guilin
668 - ONAP/3GPP & O-RAN Alignment-Standards Defined Notifications over VES
669 - Extend ORAN A1 Adapter and add A1 Policy Management
670
671- NFV testing Automatic Platform
672
673 - Support for Test Result Auto Analysis & Certification
674 - Support for Test Task Auto Execution
675 - Support for Test Environment Auto Deploy
676 - Support for Test Topology Auto Design
Eric Debeauaf2303e2018-12-03 19:07:56 +0000677
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000678Conclusion
679==========
Eric Debeauae977532020-12-04 20:30:22 +0100680The ONAP platform provides a comprehensive platform for real-time, policy-
681driven orchestration and automation of physical and virtual network functions
682that will enable software, network, IT and cloud providers and developers to
683rapidly automate new services and support complete lifecycle management.
Chris Donleyee57c722018-06-04 15:29:55 -0700684
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000685By unifying member resources, ONAP will accelerate the development of a vibrant
686ecosystem around a globally shared architecture and implementation for network
687automationwith an open standards focus faster than any one product could on
688its own.
Pérez Caparrós David, INI-INO-ECO-HCT482d47a2019-04-17 15:42:39 +0200689
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000690Resources
691=========
Eric Debeaucdedb9f2020-06-08 14:16:59 +0200692See 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 +0200693
Eric Debeaucdedb9f2020-06-08 14:16:59 +0200694.. |image1| image:: media/ONAP-architecture.png
695 :width: 800px
Chris Donley0c9c3ab2018-06-04 10:53:10 -0700696.. |image2| image:: media/ONAP-fncview.png
Eric Debeaucdedb9f2020-06-08 14:16:59 +0200697 :width: 800px
Eric Debeauaf2303e2018-12-03 19:07:56 +0000698.. |image3| image:: media/ONAP-closedloop.png
Eric Debeaucdedb9f2020-06-08 14:16:59 +0200699 :width: 800px
Eric Debeauaf2303e2018-12-03 19:07:56 +0000700.. |image4| image:: media/ONAP-5G.png
Eric Debeaucdedb9f2020-06-08 14:16:59 +0200701 :width: 800px
Chris Donley4539c942018-06-04 10:02:25 -0700702.. |image5| image:: media/ONAP-vcpe.png
Eric Debeaucdedb9f2020-06-08 14:16:59 +0200703 :width: 800px
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000704.. |image6| image:: media/ONAP-bbs.png
Eric Debeaucdedb9f2020-06-08 14:16:59 +0200705 :width: 800px
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000706.. |image7| image:: media/ONAP-volte.png
Eric Debeaucdedb9f2020-06-08 14:16:59 +0200707 :width: 800px
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000708.. |image8| image:: media/ONAP-ccvpn.png
Eric Debeaucdedb9f2020-06-08 14:16:59 +0200709 :width: 800px
710.. |image9| image:: media/ONAP-mdons.png
711 :width: 800px