diff options
author | Eric Debeau <eric.debeau@orange.com> | 2021-09-29 14:46:38 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-09-29 14:46:38 +0000 |
commit | 83dd5d6c4339ecfc2370f19090319d934a7cca18 (patch) | |
tree | 9a467b8665ce790afe8c40dfdb79a9b5da02b889 /docs | |
parent | dc78aca33733dcd4604dee30631997c47bfd1d77 (diff) | |
parent | 036feae5d7b96952da0f4fccefcdefe2eee72c8f (diff) |
Merge "Remove indirect deps"
Diffstat (limited to 'docs')
-rw-r--r-- | docs/guides/onap-developer/architecture/onap-architecture.rst | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/docs/guides/onap-developer/architecture/onap-architecture.rst b/docs/guides/onap-developer/architecture/onap-architecture.rst index b017e308b..85ea65e34 100644 --- a/docs/guides/onap-developer/architecture/onap-architecture.rst +++ b/docs/guides/onap-developer/architecture/onap-architecture.rst @@ -122,7 +122,7 @@ which highlights the role of a few key components: 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 + and control 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 @@ -423,8 +423,9 @@ capabilities with the introduction of adaptive policy execution. Shared Services =============== ONAP provides a set of operational services for all ONAP components including -activity logging, reporting, common data layer, configuration, persistence, access control, -secret and credential management, resiliency, and software lifecycle management. +activity logging, reporting, common data layer, configuration, persistence, +access control, secret and credential management, resiliency, and software +lifecycle management. These services provide access management and security enforcement, data backup, configuration persistence, restoration and recovery. They support standardized @@ -437,8 +438,8 @@ specifically designed for the detection and mitigation of security violations. Configuration Persistence Service (CPS) --------------------------------------- -The Configuration Persistence Service (CPS) provides storage for real-time run-time configuration -and operational parameters that need to be used by ONAP. +The Configuration Persistence Service (CPS) provides storage for real-time +run-time configuration and operational parameters that need to be used by ONAP. In R8, Honolulu, the CPS is a stand-alone component, and its details in :ref:`CPS - Configuration Persistence Service<onap-cps:architecture>`. |