From 1f8ab1ed78810ac2981a3aeff45ecd5672fe1236 Mon Sep 17 00:00:00 2001 From: byungwoojun Date: Fri, 23 Apr 2021 09:50:37 -0400 Subject: Fix architecture func diagram Fix architecture func diagram and its description Issue-ID: DOC-736 Signed-off-by: byungwoojun Change-Id: I83fe2908e1537595e29f1f18c2a789c5172ebe19 (cherry picked from commit 136a3651f508c0c4a042970adea23a9c315e162c) --- .../architecture/media/ONAP-fncview.png | Bin 185554 -> 441038 bytes .../architecture/onap-architecture.rst | 27 ++++++++++++--------- 2 files changed, 16 insertions(+), 11 deletions(-) mode change 100644 => 100755 docs/guides/onap-developer/architecture/media/ONAP-fncview.png diff --git a/docs/guides/onap-developer/architecture/media/ONAP-fncview.png b/docs/guides/onap-developer/architecture/media/ONAP-fncview.png old mode 100644 new mode 100755 index 570629d07..5497edb30 Binary files a/docs/guides/onap-developer/architecture/media/ONAP-fncview.png and b/docs/guides/onap-developer/architecture/media/ONAP-fncview.png differ diff --git a/docs/guides/onap-developer/architecture/onap-architecture.rst b/docs/guides/onap-developer/architecture/onap-architecture.rst index 0d1d7d613..6ced443f7 100644 --- a/docs/guides/onap-developer/architecture/onap-architecture.rst +++ b/docs/guides/onap-developer/architecture/onap-architecture.rst @@ -114,22 +114,27 @@ microservices-based platform components.** Figure 2 below, provides a simplified functional view of the architecture, which highlights the role of a few key components: -#. Design time environment for onboarding services and resources into ONAP and - designing required services. -#. External API provides northbound interoperability for the ONAP Platform and - Multi-VIM/Cloud provides cloud interoperability for the ONAP workloads. +#. ONAP Design time environment provides onboarding services and resources + into ONAP and designing required services. +#. External API provides northbound interoperability for the ONAP Platform. +#. ONAP Runtime environment provides a model- and policy-driven orchestration + and conrol framework for an automated instantiation and configuration of + services and resources. Multi-VIM/Cloud provides cloud interoperability for + the ONAP workloads. Analytic framework that closely monitors the service + behavior handles close loop management for handling healing, scaling and + update dynamically. #. OOM provides the ability to manage cloud-native installation and deployments to Kubernetes-managed cloud environments. #. ONAP Shared Services provides shared capabilities for ONAP modules. The ONAP Optimization Framework (OOF) provides a declarative, policy-driven approach for creating and running optimization applications like Homing/Placement, - and Change Management Scheduling Optimization. -#. ONAP shared utilities provide utilities for the support of the ONAP - components. -#. Information Model and framework utilities continue to evolve to harmonize - the topology, workflow, and policy models from a number of SDOs including - ETSI NFV MANO, ETSI/3GPP, O-RAN, TM Forum SID, ONF Core, OASIS TOSCA, IETF, - and MEF. + and Change Management Scheduling Optimization. ONAP shared utilities provide + utilities for the support of the ONAP components. + +Information Model and framework utilities continue to evolve to harmonize +the topology, workflow, and policy models from a number of SDOs including +ETSI NFV MANO, ETSI/3GPP, O-RAN, TM Forum SID, ONF Core, OASIS TOSCA, IETF, +and MEF. |image2| -- cgit 1.2.3-korg