diff options
author | Andreas Geissler <andreas-geissler@telekom.de> | 2021-04-22 07:19:31 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-04-22 07:19:31 +0000 |
commit | 743cbfe2c64f33406f023955af77da6be51a23a5 (patch) | |
tree | f624283801db00bb9577973e438547b5ff69ed86 | |
parent | f48884869c7b17df845eb252797c9c981a2e2a77 (diff) | |
parent | ce69aa59a6ebae37f3cbafd63e944a7e367d9d2f (diff) |
Merge "Update architecture description for Honolulu"
-rw-r--r-- | docs/guides/onap-developer/architecture/media/ONAP-architecture.png | bin | 130630 -> 133346 bytes | |||
-rw-r--r-- | docs/guides/onap-developer/architecture/onap-architecture.rst | 15 |
2 files changed, 11 insertions, 4 deletions
diff --git a/docs/guides/onap-developer/architecture/media/ONAP-architecture.png b/docs/guides/onap-developer/architecture/media/ONAP-architecture.png Binary files differindex a390fae79..82a8a1b3e 100644 --- a/docs/guides/onap-developer/architecture/media/ONAP-architecture.png +++ b/docs/guides/onap-developer/architecture/media/ONAP-architecture.png diff --git a/docs/guides/onap-developer/architecture/onap-architecture.rst b/docs/guides/onap-developer/architecture/onap-architecture.rst index d94e42890..0d1d7d613 100644 --- a/docs/guides/onap-developer/architecture/onap-architecture.rst +++ b/docs/guides/onap-developer/architecture/onap-architecture.rst @@ -414,18 +414,25 @@ 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, 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, -restoration and recovery. They support standardized VNF interfaces and -guidelines. +configuration persistence, restoration and recovery. They support standardized +VNF interfaces and guidelines. Operating in a virtualized environment introduces new security challenges and opportunities. ONAP provides increased security by embedding access controls in each ONAP platform component, augmented by analytics and policy components 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. +In R8, Honolulu, the CPS is a stand-alone component, and its details in +:ref:`CPS - Configuration Persistence Service<onap-cps:architecture>`. + ONAP Modeling ============= ONAP provides models to assist with service design, the development of ONAP |