blob: ca0399ac5aa473e473ce73c68d0581c0613045b7 [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=================
99The platform provides common functions such as data collection, control loops,
100meta-data recipe creation, and policy/recipe distribution that are necessary to
101construct specific behaviors.
Chris Donleyec36ceb2017-11-07 16:01:27 -0800102
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000103To create a service or operational capability ONAP supports service/
104operations-specific service definitions, data collection, analytics, and
105policies (including recipes for corrective/remedial action) using the ONAP
Eric Debeauaf2303e2018-12-03 19:07:56 +0000106Design Framework Portal.
107
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000108Figure 1 provides a high-level view of the ONAP architecture with its
Eric Debeauaf2303e2018-12-03 19:07:56 +0000109microservices-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
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000113**Figure 1: ONAP Platform Architecture (Dublin Release)**
Chris Donleyec36ceb2017-11-07 16:01:27 -0800114
Eric Debeauaf2303e2018-12-03 19:07:56 +0000115Figure 2 below, provides a simplified functional view of the architecture,
116which highlights the role of a few key components:
Chris Donley4539c942018-06-04 10:02:25 -0700117
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000118#. Design time environment for onboarding services and resources into ONAP and
Eric Debeauaf2303e2018-12-03 19:07:56 +0000119 designing required services.
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000120#. External API provides northbound interoperability for the ONAP Platform and
Eric Debeauaf2303e2018-12-03 19:07:56 +0000121 Multi-VIM/Cloud provides cloud interoperability for the ONAP workloads.
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000122#. OOM provides the ability to manage cloud-native installation and
123 deployments to Kubernetes-managed cloud environments.
124#. ONAP Shared Services provides shared capabilities for ONAP modules. MUSIC
125 allows ONAP to scale to multi-site environments to support global scale
Eric Debeauaf2303e2018-12-03 19:07:56 +0000126 infrastructure requirements. The ONAP Optimization Framework (OOF) provides
127 a declarative, policy-driven approach for creating and running optimization
Chris Donley4539c942018-06-04 10:02:25 -0700128 applications like Homing/Placement, and Change Management Scheduling
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000129 Optimization. Logging provides centralized logging capabilities, Audit
130 (POMBA) provides capabilities to understand orchestration actions.
131#. ONAP shared utilities provide utilities for the support of the ONAP
132 components.
133#. Information Model and framework utilities continue to evolve to harmonize
Eric Debeauaf2303e2018-12-03 19:07:56 +0000134 the topology, workflow, and policy models from a number of SDOs including
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000135 ETSI NFV MANO, TM Forum SID, ONF Core, OASIS TOSCA, IETF, and MEF.
Chris Donley4539c942018-06-04 10:02:25 -0700136
Eric Debeauaf2303e2018-12-03 19:07:56 +0000137|image2|
Chris Donley4539c942018-06-04 10:02:25 -0700138
Eric Debeauaf2303e2018-12-03 19:07:56 +0000139**Figure 2. Functional view of the ONAP architecture**
140
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000141The Dublin release has a number of important new features in the areas of
Eric Debeauaf2303e2018-12-03 19:07:56 +0000142design time and runtime, ONAP installation, and S3P.
143
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000144Design time: Dublin has evolved the controller design studio, as part of the
145controller framework, which enables a model driven approach for how an ONAP
146controller controls the network resources.
Eric Debeauaf2303e2018-12-03 19:07:56 +0000147
148Runtime: Service Orchestration (SO) and controllers have new functionality to
149support physical network functions (PNFs), reboot, traffic migration, expanded
150hardware platform awareness (HPA), cloud agnostic intent capabilities, improved
151homing service, SDN geographic redundancy, scale-out and edge cloud onboarding.
152This will expand the actions available to support lifecycle management
153functionality, increase performance and availability, and unlock new edge
154automation and 5G use cases. With support for ETSI NFV-SOL003, the introduction
155of an ETSI compliant VNFM is simplified.
156
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000157To facilitate VNF vendor integration, ONAP introduced some mapper components
158that translate specific events (SNMP traps, telemetry, 3 GPP PM) towards ONAP
159VES standardized events.
Eric Debeauaf2303e2018-12-03 19:07:56 +0000160
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000161The Policy project supports multiple policy engines and can distribute policies
162through policy design capabilities in SDC, simplifying the design process.
163Next, the Holmes alarm correlation engine continues to support a GUI
164functionality via scripting to simplify how rapidly alarm correlation rules can
165be developed.
166
167ONAP northbound API continues to align better with TM Forum APIs (Service
168Catalog, Service Inventory, Service Order and Hub API) and MEF APIs (around
169Legato and Interlude APIs) to simplify integration with OSS/BSS. The VID and
170UUI operations GUI projects can support a larger range of lifecycle management
171actions through a simple point and click interface allowing operators to
172perform more tasks with ease. Furthermore, The CLAMP project supports a
173dashboard to view DMaaP and other events during design and runtime to ease the
174debugging of control-loop automation. ONAP has experimentally introduced ISTIO
175in certain components to progress the introduction of Service Mesh.
Eric Debeauaf2303e2018-12-03 19:07:56 +0000176
177ONAP installation: The ONAP Operations Manager (OOM) continues to make progress
178in streamlining ONAP installation by using Kubernetes (Docker and Helm Chart
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000179technologies). OOM supports pluggable persistent storage including GlusterFS,
180providing users with more storage options. In a multi-node deployment, OOM
181allows more control on the placement of services based on available resources
182or node selectors. Finally, OOM now supports backup/restore of an entire k8s
183deployment thus introducing data protection.
Eric Debeauaf2303e2018-12-03 19:07:56 +0000184
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000185Deployability: Dublin continued the 7 Dimensions momentum (Stability, Security,
186Scalability, Performance; and Resilience, Manageability, and Usability) from
187the prior to the Beijing release. A new logging project initiative called Post
188Orchestration Model Based Audit (POMBA), can check for deviations between
189design and ops environments thus increasing network service reliability.
190Numerous other projects ranging from Logging, SO, VF-C, A&AI, Portal, Policy,
191CLAMP and MSB have a number of improvements in the areas of performance,
192availability, logging, move to a cloud-native architecture, authentication,
193stability, security, and code quality. Finally, versions of OpenDaylight and
194Kafka that are integrated into ONAP were upgraded to the Oxygen and v0.11
195releases providing new capabilities such as P4 and data routing respectively.
Eric Debeauaf2303e2018-12-03 19:07:56 +0000196
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000197Microservices Support
198=====================
Eric Debeauaf2303e2018-12-03 19:07:56 +0000199As a cloud-native application that consists of numerous services, ONAP requires
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000200sophisticated initial deployment as well as post- deployment management.
Chris Donley4539c942018-06-04 10:02:25 -0700201
Eric Debeauaf2303e2018-12-03 19:07:56 +0000202The ONAP deployment methodology needs to be flexible enough to suit the
203different scenarios and purposes for various operator environments. Users may
204also want to select a portion of the ONAP components to integrate into their
205own systems. And the platform needs to be highly reliable, scalable, secure and
206easy to manage. To achieve all these goals, ONAP is designed as a
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000207microservices-based system, with all components released as Docker containers
208following best practice building rules to optimize their image size. To reduce
209the ONAP footprint, a first effort to use shared data base have been initiated
210with a Cassandra and mariadb-galera clusters.
Chris Donley4539c942018-06-04 10:02:25 -0700211
Eric Debeauaf2303e2018-12-03 19:07:56 +0000212The ONAP Operations Manager (OOM) is responsible for orchestrating the
213end-to-end lifecycle management and monitoring of ONAP components. OOM uses
214Kubernetes to provide CPU efficiency and platform deployment. In addition, OOM
215helps enhance ONAP platform maturity by providing scalability and resiliency
216enhancements to the components it manages.
Chris Donleyee57c722018-06-04 15:29:55 -0700217
Eric Debeauaf2303e2018-12-03 19:07:56 +0000218OOM is the lifecycle manager of the ONAP platform and uses the Kubernetes
219container management system and Consul to provide the following functionality:
Chris Donley4539c942018-06-04 10:02:25 -0700220
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000221#. Deployment - with built-in component dependency management (including
Eric Debeauaf2303e2018-12-03 19:07:56 +0000222 multiple clusters, federated deployments across sites, and anti-affinity
223 rules)
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000224#. Configuration - unified configuration across all ONAP components
225#. Monitoring - real-time health monitoring feeding to a Consul GUI and
Eric Debeauaf2303e2018-12-03 19:07:56 +0000226 Kubernetes
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000227#. Restart - failed ONAP components are restarted automatically
228#. Clustering and Scaling - cluster ONAP services to enable seamless scaling
229#. Upgrade - change out containers or configuration with little or no service
Eric Debeauaf2303e2018-12-03 19:07:56 +0000230 impact
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000231#. Deletion - clean up individual containers or entire deployments
Chris Donley4539c942018-06-04 10:02:25 -0700232
Eric Debeauaf2303e2018-12-03 19:07:56 +0000233OOM supports a wide variety of cloud infrastructures to suit your individual
234requirements.
Chris Donley4539c942018-06-04 10:02:25 -0700235
Eric Debeauaf2303e2018-12-03 19:07:56 +0000236Microservices Bus (MSB) provides fundamental microservices supports including
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000237service registration/ discovery, external API gateway, internal API gateway,
238client software development kit (SDK), and Swagger SDK. When integrating with
239OOM, MSB has a Kube2MSB registrar which can grasp services information from k8s
240metafile and automatically register the services for ONAP components.
Chris Donley4539c942018-06-04 10:02:25 -0700241
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000242In the spirit of leveraging the microservice capabilities, further steps
243towards increased modularity have been taken in the Dublin release. Service
244Orchestrator (SO) and the controllers have increased its level of modularity.
Chris Donley4539c942018-06-04 10:02:25 -0700245
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000246Portal
247======
Eric Debeauaf2303e2018-12-03 19:07:56 +0000248ONAP delivers a single, consistent user experience to both design time and
249runtime environments, based on the users role. Role changes are configured
250within a single ONAP instance.
Chris Donley4539c942018-06-04 10:02:25 -0700251
Eric Debeauaf2303e2018-12-03 19:07:56 +0000252This user experience is managed by the ONAP Portal, which provides access to
253design, analytics and operational control/administration functions via a
254shared, role-based menu or dashboard. The portal architecture provides
255web-based capabilities such as application onboarding and management,
256centralized access management through the Authentication and Authorization
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000257Framework (AAF), and dashboards, as well as hosted application widgets.
Chris Donleyec36ceb2017-11-07 16:01:27 -0800258
Eric Debeauaf2303e2018-12-03 19:07:56 +0000259The portal provides an SDK to enable multiple development teams to adhere to
260consistent UI development requirements by taking advantage of built-in
261capabilities (Services/ API/ UI controls), tools and technologies. ONAP also
262provides a Command Line Interface (CLI) for operators who require it (e.g., to
263integrate with their scripting environment). ONAP SDKs enable
264operations/security, third parties (e.g., vendors and consultants), and other
265experts to continually define/redefine new collection, analytics, and policies
266(including recipes for corrective/remedial action) using the ONAP Design
267Framework Portal.
Chris Donleyec36ceb2017-11-07 16:01:27 -0800268
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000269Design Time Framework
270=====================
Eric Debeauaf2303e2018-12-03 19:07:56 +0000271The design time framework is a comprehensive development environment with
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000272tools, techniques, and repositories for defining/ describing resources,
Eric Debeauaf2303e2018-12-03 19:07:56 +0000273services, and products.
Chris Donley4539c942018-06-04 10:02:25 -0700274
275The design time framework facilitates reuse of models, further improving
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000276efficiency as more and more models become available. Resources, services,
277products, and their management and control functions can all be modeled using
278a common set of specifications and policies (e.g., rule sets) for controlling
279behavior and process execution. Process specifications automatically sequence
280instantiation, delivery and lifecycle management for resources, services,
281products and the ONAP platform components themselves. Certain process
282specifications (i.e., recipes’) and policies are geographically distributed
283to optimize performance and maximize autonomous behavior in federated cloud
284environments.
Chris Donleyec36ceb2017-11-07 16:01:27 -0800285
Eric Debeauaf2303e2018-12-03 19:07:56 +0000286Service Design and Creation (SDC) provides tools, techniques, and repositories
287to define/simulate/certify system assets as well as their associated processes
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000288and policies. Each asset is categorized into one of four asset groups:
289Resource, Services, Products, or Offers. SDC also supports TOSCA1.3 List type
290definition in Dublin release which provides the ability to design complicated
291service descriptor.
292
Eric Debeauaf2303e2018-12-03 19:07:56 +0000293The SDC environment supports diverse users via common services and utilities.
294Using the design studio, product and service designers onboard/extend/retire
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000295resources, services and products. Operations, Engineers, Customer Experience
296Managers, and Security Experts create workflows, policies and methods to
297implement Closed control Loop Automation/Control and manage elastic
298scalability.
Chris Donleyec36ceb2017-11-07 16:01:27 -0800299
Eric Debeauaf2303e2018-12-03 19:07:56 +0000300To support and encourage a healthy VNF ecosystem, ONAP provides a set of VNF
301packaging and validation tools in the VNF Supplier API and Software Development
302Kit (VNF SDK) and VNF Validation Program (VVP) components. Vendors can
303integrate these tools in their CI/CD environments to package VNFs and upload
304them to the validation engine. Once tested, the VNFs can be onboarded through
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000305SDC. In addition, the testing capability of VNFSDK is being utilized at the
306LFN Compliance Verification Program to work towards ensuring a highly
307consistent approach to VNF verification.
Chris Donleyec36ceb2017-11-07 16:01:27 -0800308
Eric Debeauaf2303e2018-12-03 19:07:56 +0000309The Policy Creation component deals with policies; these are rules, conditions,
310requirements, constraints, attributes, or needs that must be provided,
311maintained, and/or enforced. At a lower level, Policy involves machine-readable
312rules enabling actions to be taken based on triggers or requests. Policies
313often consider specific conditions in effect (both in terms of triggering
314specific policies when conditions are met, and in selecting specific outcomes
315of the evaluated policies appropriate to the conditions).
Chris Donleyec36ceb2017-11-07 16:01:27 -0800316
Eric Debeauaf2303e2018-12-03 19:07:56 +0000317Policy allows rapid modification through easily updating rules, thus updating
318technical behaviors of components in which those policies are used, without
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000319requiring rewrites of their software code. Policy permits simpler management
320/ control of complex mechanisms via abstraction.
Chris Donleyec36ceb2017-11-07 16:01:27 -0800321
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000322Runtime Framework
323=================
Eric Debeauaf2303e2018-12-03 19:07:56 +0000324The runtime execution framework executes the rules and policies distributed by
325the design and creation environment.
Chris Donleyec36ceb2017-11-07 16:01:27 -0800326
Eric Debeauaf2303e2018-12-03 19:07:56 +0000327This allows for the distribution of policy enforcement and templates among
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000328various ONAP modules such as the Service Orchestrator (SO), Controllers,
329Data Collection, Analytics and Events (DCAE), Active and Available Inventory
330(A&AI), and a Security Framework. These components use common services that
331support logging, access control, Multi-Site State Coordination (MUSIC), which
332allow the platform to register and manage state across multi-site deployments.
333The External API provides access for third-party frameworks such as MEF,
334TM Forum and potentially others, to facilitate interactions between operator
335BSS and relevant ONAP components. The logging services also includes
336event-based analysis capabilities to support post orchestration consistency
337analysis.
Rich Bennett80455a52017-11-08 05:17:00 -0500338
Eric Debeaub49dc8b2018-06-04 20:52:51 +0000339Orchestration
340-------------
Eric Debeauaf2303e2018-12-03 19:07:56 +0000341The Service Orchestrator (SO) component executes the specified processes by
342automating sequences of activities, tasks, rules and policies needed for
343on-demand creation, modification or removal of network, application or
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000344infrastructure services and resources. The SO provides orchestration at a
345very high level, with an end-to-end view of the infrastructure, network,
346and applications.
Chris Donley4539c942018-06-04 10:02:25 -0700347
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000348ONAP External APIs, North Bound Interface (NBI) module, exposes ONAP
349capabilities to OSS/BSS by currently implementing TM Forum APIs. In the
350previous Release, Casablanca, External APIs was already providing a set of
351serviceOrder, serviceInventory, serviceCatalog and event publish/subscribe
352serviceOrder notification management. For Dublin, External APIs is for the
353first time officially involved in two approved ONAP blueprints. One is
354BroadBand Service (BBS), the second one is Cross Domain and Cross Layer VPN
355(CCVPN).
Chris Donley4539c942018-06-04 10:02:25 -0700356
Eric Debeauaf2303e2018-12-03 19:07:56 +0000357The Virtual Infrastructure Deployment (VID) application enables users to
358instantiate infrastructure services from SDC, along with their associated
359components, and to execute change management operations such as scaling and
360software upgrades to existing VNF instances.
361
362Policy-Driven Workload Optimization
Chris Donley4539c942018-06-04 10:02:25 -0700363-----------------------------------
Eric Debeauaf2303e2018-12-03 19:07:56 +0000364The ONAP Optimization Framework (OOF) provides a policy-driven and model-driven
365framework for creating optimization applications for a broad range of use
366cases. OOF Homing and Allocation Service (HAS) is a policy driven workload
367optimization service that enables optimized placement of services across
368multiple sites and multiple clouds, based on a wide variety of policy
369constraints including capacity, location, platform capabilities, and other
370service specific constraints.
Chris Donley4539c942018-06-04 10:02:25 -0700371
Eric Debeauaf2303e2018-12-03 19:07:56 +0000372ONAP Multi-VIM/Cloud (MC) and several other ONAP components such as Policy, SO,
373A&AI etc. play an important role in enabling Policy-driven
374Performance/Security-Aware Adaptive Workload Placement/ Scheduling across
375cloud sites through OOF-HAS. OOF-HAS uses Hardware Platform Awareness (HPA),
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000376cloud agnostic Intent capabilities, and real-time capacity checks provided by
Eric Debeauaf2303e2018-12-03 19:07:56 +0000377ONAP MC to determine the optimal VIM/Cloud instances, which can deliver the
378required performance SLAs, for workload (VNF etc.) placement and scheduling
379(Homing). Operators now realize the true value of virtualization through fine
380grained optimization of cloud resources while delivering performance and
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000381security SLAs.
Chris Donley4539c942018-06-04 10:02:25 -0700382
Eric Debeaub49dc8b2018-06-04 20:52:51 +0000383Controllers
384-----------
Eric Debeauaf2303e2018-12-03 19:07:56 +0000385Controllers are applications which are coupled with cloud and network services
386and execute the configuration, real-time policies, and control the state of
387distributed components and services. Rather than using a single monolithic
388control layer, operators may choose to use multiple distinct controller types
389that manage resources in the execution environment corresponding to their
390assigned controlled domain such as cloud computing resources (network
391configuration (SDN-C) and application (App-C). Also, the Virtual Function
392Controller (VF-C) provides an ETSI NFV compliant NFV-O function that is
393responsible for lifecycle management of virtual services and the associated
394physical COTS server infrastructure. VF-C provides a generic VNFM capability
395but also integrates with external VNFMs and VIMs as part of an NFV MANO stack.
Chris Donleyec36ceb2017-11-07 16:01:27 -0800396
Eric Debeaub49dc8b2018-06-04 20:52:51 +0000397Inventory
398---------
Eric Debeauaf2303e2018-12-03 19:07:56 +0000399Active and Available Inventory (A&AI) provides real-time views of a systems
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000400resources, services, products and their relationships with each other, and also
401retains a historical view. The views provided by A&AI relate data managed by
402multiple ONAP instances, Business Support Systems (BSS), Operation Support
403Systems (OSS), and network applications to form a top to bottom view ranging
404from the products end users buy, to the resources that form the raw material
405for creating the products. A&AI not only forms a registry of products,
406services, and resources, it also maintains up-to-date views of the
407relationships between these inventory items.
Chris Donleyec36ceb2017-11-07 16:01:27 -0800408
Eric Debeauaf2303e2018-12-03 19:07:56 +0000409To deliver the promised dynamism of SDN/NFV, A&AI is updated in real time by
410the controllers as they make changes in the network environment. A&AI is
411metadata-driven, allowing new inventory types to be added dynamically and
412quickly via SDC catalog definitions, eliminating the need for lengthy
413development cycles.
Chris Donleyec36ceb2017-11-07 16:01:27 -0800414
Eric Debeauaf2303e2018-12-03 19:07:56 +0000415Multi Cloud Adaptation
416----------------------
Eric Debeauaf2303e2018-12-03 19:07:56 +0000417Multi-VIM/Cloud provides and infrastructure adaptation layer for VIMs/Clouds
418in exposing advanced hardware platform awareness and cloud agnostic intent
419capabilities, besides standard capabilities, which are used by OOF and other
420components for enhanced cloud selection and SO/VF-C for cloud agnostic workload
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000421deployment.
Chris Donleyec36ceb2017-11-07 16:01:27 -0800422
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000423Closed Control Loop Automation
424==============================
425Closed loop control is provided by cooperation among a number of design-time
426and run-time elements. The Runtime loop starts with data collectors from Data
427Collection, Analytics and Events (DCAE). ONAP includes the following
428collectors: VES for events, HV-VES for high-volume events, SNMP for SNMP traps,
429File Collector to receive files, and Restconf Collector to collect the
430notifications. After data collection/verification phase, data are moved through
431the loop of micro-services like Homes for event detection, Policy for
432determining actions, and finally, controllers and orchestrators to implement
433actions CLAMP is used to monitor the loops themselves. DCAE also supports
434(Platform for Network Data Analytics) PNDA analytics capabilities. CLAMP,
435Policy and DCAE all have design time aspects to support the creation of the
436loops.
Chris Donleyec36ceb2017-11-07 16:01:27 -0800437
Eric Debeauaf2303e2018-12-03 19:07:56 +0000438We refer to this automation pattern as closed control loop automation in that
439it provides the necessary automation to proactively respond to network and
440service conditions without human intervention. A high-level schematic of the
441closed control loop automation and the various phases within the service
442lifecycle using the automation is depicted in Figure 3.
Chris Donleyec36ceb2017-11-07 16:01:27 -0800443
Eric Debeauaf2303e2018-12-03 19:07:56 +0000444Closed control loop control is provided by Data Collection, Analytics and
445Events (DCAE) and one or more of the other ONAP runtime components.
446Collectively, they provide FCAPS (Fault Configuration Accounting Performance
447Security) functionality. DCAE collects performance, usage, and configuration
448data; provides computation of analytics; aids in troubleshooting; and publishes
449events, data and analytics (e.g., to policy, orchestration, and the data lake).
450Another component, Holmes”, connects to DCAE and provides alarm correlation
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000451for ONAP, new data collection capabilities with High Volume VES, and bulk
452performance management support.
Chris Donleyec36ceb2017-11-07 16:01:27 -0800453
Eric Debeauaf2303e2018-12-03 19:07:56 +0000454Working with the Policy Framework and CLAMP, these components detect problems
455in the network and identify the appropriate remediation. In some cases, the
456action will be automatic, and they will notify Service Orchestrator or one of
457the controllers to take action. In other cases, as configured by the operator,
458they will raise an alarm but require human intervention before executing the
459change. The policy framework is extended to support additional policy decision
460capabilities with the introduction of adaptive policy execution.
Chris Donleyec36ceb2017-11-07 16:01:27 -0800461
Eric Debeauaf2303e2018-12-03 19:07:56 +0000462|image3|
463
464**Figure 3: ONAP Closed Control Loop Automation**
Chris Donleyec36ceb2017-11-07 16:01:27 -0800465
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000466Shared Services
467===============
468ONAP provides a set of operational services for all ONAP components including
Eric Debeauaf2303e2018-12-03 19:07:56 +0000469activity logging, reporting, common data layer, access control, secret and
470credential management, resiliency, and software lifecycle management.
Chris Donleyec36ceb2017-11-07 16:01:27 -0800471
Eric Debeauaf2303e2018-12-03 19:07:56 +0000472These services provide access management and security enforcement, data backup,
473restoration and recovery. They support standardized VNF interfaces and
474guidelines.
Chris Donleyec36ceb2017-11-07 16:01:27 -0800475
Eric Debeauaf2303e2018-12-03 19:07:56 +0000476Operating in a virtualized environment introduces new security challenges and
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000477opportunities. ONAP provides increased security by embedding access controls in
478each ONAP platform component, augmented by analytics and policy components
Eric Debeauaf2303e2018-12-03 19:07:56 +0000479specifically designed for the detection and mitigation of security violations.
Chris Donleyec36ceb2017-11-07 16:01:27 -0800480
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000481ONAP Modeling
482=============
Eric Debeauaf2303e2018-12-03 19:07:56 +0000483ONAP provides models to assist with service design, the development of ONAP
484service components, and with the improvement of standards interoperability.
485
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000486Models are an essential part for the design time and runtime framework
Eric Debeauaf2303e2018-12-03 19:07:56 +0000487development. The ONAP modeling project leverages the experience of member
488companies, standard organizations and other open source projects to produce
489models which are simple, extensible, and reusable. The goal is to fulfill the
490requirements of various use cases, guide the development and bring consistency
491among ONAP components and explore a common model to improve the
Chris Donley4539c942018-06-04 10:02:25 -0700492interoperability of ONAP.
493
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000494In the Dublin Release, ONAP supports the following Models:
Chris Donley4539c942018-06-04 10:02:25 -0700495
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000496- A VNF Descriptor Information Model based on ETSI NFV IFA011 v.2.5.1 with
497 appropriate modifications aligned with ONAP requirements
498- A PNF Descriptor Information Model based on ETSI NFV IFA014 v2.5.1
499- A VNF Descriptor TOSCA based Data Model based on IM and ETSI NFV SOL001
500 v 2.5.1 has been implemented by SDC and supported by vCPE use case.
501- VNF Package format leveraging the ETSI NFV SOL004 specification and supported
502 by VNF SDK project
503- A VNF instance model based on ETSI NFV IFA specification and A&AI
504 implementation
505- A Network Service Descriptor (NSD) has been realized by the VFC (using the
506 modelling project parsing capabilities)
507- These models enable ONAP to interoperate with implementations based on
508 standards and improve industry collaboration.
Chris Donley4539c942018-06-04 10:02:25 -0700509
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000510In Dublin release, in addition to the parser library, modeling project
511introduced generic parser which provide the Tosca parser restful APIs for other
512projects as a standalone service.
Chris Donley4539c942018-06-04 10:02:25 -0700513
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000514Industry Alignment
515==================
516ONAP support and collaboration with other standards and opensource communities
517is evident in the architecture.
Chris Donley4539c942018-06-04 10:02:25 -0700518
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000519- MEF and TMF interfaces are used in the External APIs
520- In addition to the ETSI-NFV defined VNFD and NSD models mentioned above, ONAP
521 supports the NFVO interfaces (SOL005 between the SO and VFC, SOL003 from
522 either the SO or VFC to an external VNFM).
523
524Read this whitepaper for more information: The Progress of ONAP: Harmonizing
525Open Source and Standards.
526
527ONAP Blueprints
528===============
529ONAP can support an unlimited number of use cases, within reason. However, to
530provide concrete examples of how to use ONAP to solve real-world problems, the
531community has created a set of blueprints. In addition to helping users rapidly
532adopt the ONAP platform through end-to-end solutions, these blueprints also
533help the community prioritize their work. With the ONAP Dublin release, we
534introduced a new blueprint in the area of residential connectivity: Broadband
535Service. Prior blueprints were vCPE, VoLTE, vFW/vDNS, 5G, and CCVPN. 5G and
536CCVPN underwent feature enhancements during the Dublin release.
Chris Donley4539c942018-06-04 10:02:25 -0700537
Eric Debeauaf2303e2018-12-03 19:07:56 +00005385G Blueprint
539------------
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000540The 5G blueprint is a multi-release effort, with three key initiatives around
541PNF integration, network optimization, and network slicing. The combination of
542eMBB that promises peak data rates of 20 Mbps, uRLLC that guarantees
543sub-millisecond response times and MMTC that can support 0.92 devices per sq.
544ft. brings with it some unique requirements. First, ONAP needs to optimize the
545network around real time and bulk analytics, place VNFs on the correct edge
546cloud, scale and heal services, and provide edge automation. Next, ONAP needs
547to handle end-to-end network slicing. These requirements have led to the three
548above-listed initiatives. Between the Casablanca and Dublin releases, the 5G
549blueprint incorporates PNF integration, edge automation, real-time and bulk
550analytics, homing (VNF placement), scaling and modeling work that will support
551end-to-end network slicing in future releases.
Chris Donleyec36ceb2017-11-07 16:01:27 -0800552
Eric Debeauaf2303e2018-12-03 19:07:56 +0000553|image4|
Chris Donleyec36ceb2017-11-07 16:01:27 -0800554
Eric Debeauaf2303e2018-12-03 19:07:56 +0000555**Figure 4. Disaggregated Hybrid RAN**
Chris Donleyec36ceb2017-11-07 16:01:27 -0800556
Eric Debeauaf2303e2018-12-03 19:07:56 +0000557Read the 5G Blueprint to learn more.
Chris Donleyec36ceb2017-11-07 16:01:27 -0800558
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000559Residential Connectivity Blueprints
560-----------------------------------
561Two ONAP blueprints (vCPE and BBS) address the residential connectivity use
562case.
Chris Donleyec36ceb2017-11-07 16:01:27 -0800563
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000564Virtual CPE (vCPE)
565..................
566Currently, services offered to a subscriber are restricted to what is
567designed into the broadband residential gateway. In the blueprint, the customer
568has a slimmed down physical CPE (pCPE) attached to a traditional broadband
569network such as DSL, DOCSIS, or PON (Figure 5). A tunnel is established to a
570data center hosting various VNFs providing a much larger set of services to the
571subscriber at a significantly lower cost to the operator. In this blueprint,
572ONAP supports complex orchestration and management of open source VNFs and both
573virtual and underlay connectivity.
Chris Donley4539c942018-06-04 10:02:25 -0700574
575|image5|
Chris Donleyec36ceb2017-11-07 16:01:27 -0800576
Eric Debeauaf2303e2018-12-03 19:07:56 +0000577**Figure 5. ONAP vCPE Architecture**
Chris Donleyec36ceb2017-11-07 16:01:27 -0800578
Eric Debeauaf2303e2018-12-03 19:07:56 +0000579Read the Residential vCPE Use Case with ONAP blueprint to learn more.
Chris Donleyec36ceb2017-11-07 16:01:27 -0800580
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000581Broadband Service (BBS)
582.......................
583This blueprint provides multi-gigabit residential
584internet connectivity services based on PON (Passive Optical Network) access
585technology. A key element of this blueprint is to show automatic
586re-registration of an ONT (Optical Network Terminal) once the subscriber moves
587(nomadic ONT) as well as service subscription plan changes. This blueprint uses
588ONAP for the design, deployment, lifecycle management, and service assurance of
589broadband services. It further shows how ONAP can orchestrate services across
590different locations (e.g. Central Office, Core) and technology domains (e.g.
591Access, Edge).
Chris Donleyec36ceb2017-11-07 16:01:27 -0800592
Chris Donleyee57c722018-06-04 15:29:55 -0700593|image6|
594
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000595**Figure 6. ONAP BBS Architecture**
Chris Donleyec36ceb2017-11-07 16:01:27 -0800596
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000597Read the Residential Connectivity Blueprint to learn more.
598
599Voice over LTE (VoLTE) Blueprint
600--------------------------------
601This blueprint uses ONAP to orchestrate a Voice over LTE service. The VoLTE
602blueprint incorporates commercial VNFs to create and manage the underlying vEPC
603and vIMS services by interworking with vendor-specific components, including
604VNFMs, EMSs, VIMs and SDN controllers, across Edge Data Centers and a Core Data
605Center. ONAP supports the VoLTE use case with several key components: SO, VF-C,
606SDN-C, and Multi-VIM/ Cloud. In this blueprint, SO is responsible for VoLTE
607end-to-end service orchestration working in collaboration with VF-C and SDN-C.
608SDN-C establishes network connectivity, then the VF-C component completes the
609Network Services and VNF lifecycle management (including service initiation,
610termination and manual scaling) and FCAPS (fault, configuration, accounting,
611performance, security) management. This blueprint also shows advanced
612functionality such as scaling and change management.
613
614|image7|
615
616**Figure 7. ONAP VoLTE Architecture Open Network Automation Platform**
617
618Read the VoLTE Blueprint to learn more.
Chris Donleyec36ceb2017-11-07 16:01:27 -0800619
Eric Debeauaf2303e2018-12-03 19:07:56 +0000620CCVPN (Cross Domain and Cross Layer VPN) Blueprint
621--------------------------------------------------
622CSPs, such as CMCC and Vodafone, see a strong demand for high-bandwidth, flat,
623high-speed OTN (Optical Transport Networks) across carrier networks. They also
624want to provide a high-speed, flexible and intelligent service for high-value
625customers, and an instant and flexible VPN service for SMB companies.
Chris Donleyec36ceb2017-11-07 16:01:27 -0800626
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000627|image8|
Eric Debeauaf2303e2018-12-03 19:07:56 +0000628
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000629**Figure 8. ONAP CCVPN Architecture**
Eric Debeauaf2303e2018-12-03 19:07:56 +0000630
631The CCVPN (Cross Domain and Cross Layer VPN) blueprint is a combination of SOTN
632(Super high-speed Optical Transport Network) and ONAP, which takes advantage of
633the orchestration ability of ONAP, to realize a unified management and
634scheduling of resource and services. It achieves cross-domain orchestration and
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000635ONAP peering across service providers. In this blueprint, SO is responsible for
636CCVPN end-to-end service orchestration working in collaboration with VF-C and
637SDN-C. SDN-C establishes network connectivity, then the VF-C component
638completes the Network Services and VNF lifecycle management. ONAP peering
639across CSPs uses east-west API which is being aligned with the MEF Interlude
640API. The key innovations in this use case are physical network discovery and
641modeling, cross-domain orchestration across multiple physical networks, cross
642operator end-to-end service provisioning and close-loop reroute for
643cross-domain service. The Dublin release added support for dynamic changes
644(branch sites, VNFs) and intelligent service optimization.
Eric Debeauaf2303e2018-12-03 19:07:56 +0000645
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000646To provide an extension work, many enhancement functions have been added into
647CCVPN blueprint in Dublin release. Multi-sites VPN service, service change and
648close-loop bandwidth adjustment will be realized in Dublin release, other
649functions, like AI Apps, SFC and E-LAN service will be supported in the next
650few releases.
651
652Read the CCVPN Blueprint to learn more.
Eric Debeauaf2303e2018-12-03 19:07:56 +0000653
654vFW/vDNS Blueprint
655------------------
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000656The virtual firewall, virtual DNS blueprint is a basic demo to verify that ONAP
657has been correctly installed and to get a basic introduction to ONAP. The
658blueprint consists of 5 VNFs: vFW, vPacketGenerator, vDataSink, vDNS and
Eric Debeauaf2303e2018-12-03 19:07:56 +0000659vLoadBalancer. The blueprint exercises most aspects of ONAP, showing VNF
660onboarding, network service creation, service deployment and closed-loop
661automation. The key components involved are SDC, CLAMP, SO, APP-C, DCAE and
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000662Policy. In the Dublin release, the vFW blueprint has been demonstrated by
663using a mix of a CNF and VNF.
Eric Debeauaf2303e2018-12-03 19:07:56 +0000664
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000665Conclusion
666==========
667The ONAP platform provides a comprehensive platform for real-time,
668policy-driven orchestration and automation of physical and virtual network
669functions that will enable software, network, IT and cloud providers and
670developers to rapidly automate new services and support complete lifecycle
671management.
Chris Donleyee57c722018-06-04 15:29:55 -0700672
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000673By unifying member resources, ONAP will accelerate the development of a vibrant
674ecosystem around a globally shared architecture and implementation for network
675automationwith an open standards focus faster than any one product could on
676its own.
Pérez Caparrós David, INI-INO-ECO-HCT482d47a2019-04-17 15:42:39 +0200677
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000678Resources
679=========
680Watch videos about the major platform components on
681`YouTube <https://www.youtube.com/channel/UCmzybjwmY1te0FHxLFY-Uog>`_ and
682`Youku <https://i.youku.com/i/UNTI4MjA5MDg5Ng==?spm=a2h1n.8251843.0.0>`_.
Pérez Caparrós David, INI-INO-ECO-HCT482d47a2019-04-17 15:42:39 +0200683
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000684Read about how ONAP can be deployed using containers.
Chris Donleyec36ceb2017-11-07 16:01:27 -0800685
Rich Bennett80455a52017-11-08 05:17:00 -0500686.. |image1| image:: media/ONAP-toplevel.png
Chris Donleyec36ceb2017-11-07 16:01:27 -0800687 :width: 6.5in
688 :height: 3.13548in
Chris Donley0c9c3ab2018-06-04 10:53:10 -0700689.. |image2| image:: media/ONAP-fncview.png
Chris Donley4539c942018-06-04 10:02:25 -0700690 :width: 6.5in
691 :height: 3.409in
Eric Debeauaf2303e2018-12-03 19:07:56 +0000692.. |image3| image:: media/ONAP-closedloop.png
693 :width: 6in
694 :height: 2.6in
695.. |image4| image:: media/ONAP-5G.png
Chris Donleyec36ceb2017-11-07 16:01:27 -0800696 :width: 6in
697 :height: 2.6in
Chris Donley4539c942018-06-04 10:02:25 -0700698.. |image5| image:: media/ONAP-vcpe.png
Chris Donleyec36ceb2017-11-07 16:01:27 -0800699 :width: 6.5in
700 :height: 3.28271in
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000701.. |image6| image:: media/ONAP-bbs.png
Chris Donleyec36ceb2017-11-07 16:01:27 -0800702 :width: 6.5in
703 :height: 3.02431in
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000704.. |image7| image:: media/ONAP-volte.png
Eric Debeauaf2303e2018-12-03 19:07:56 +0000705 :width: 6.5in
706 :height: 3.02431in
Eric Debeau2fe7abf2019-05-29 13:26:36 +0000707.. |image8| image:: media/ONAP-ccvpn.png
Pérez Caparrós David, INI-INO-ECO-HCT482d47a2019-04-17 15:42:39 +0200708 :width: 6.5in