diff options
-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 | ||||
-rw-r--r-- | docs/release/releaserepos.rst | 20 |
3 files changed, 29 insertions, 6 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 diff --git a/docs/release/releaserepos.rst b/docs/release/releaserepos.rst index 52cdd0a0b..960853627 100644 --- a/docs/release/releaserepos.rst +++ b/docs/release/releaserepos.rst @@ -10,6 +10,9 @@ Project Specific Release Notes ++++++++++++++++++++++++++++++ +Maintained Projects +------------------- + .. toctree:: :maxdepth: 1 @@ -18,9 +21,10 @@ Project Specific Release Notes | :ref:`VNF Requirements<onap-vnfrqts-requirements:release_notes>` | :ref:`AAI - Active and Available Inventory<onap-aai-aai-common:release_notes>` | :ref:`CCSDK - Common Controller Software Development Kit<onap-ccsdk-distribution:release_notes>` +| :ref:`CCSDK/ORAN - Open-RAN Support in ONAP<onap-ccsdk-oran:release_notes>` | :ref:`CLAMP - Control Loop Automation Platform<onap-policy-clamp:release_notes>` | :ref:`CLI - Command Line Interface<onap-cli:release_notes>` -| :ref:`CPS - Configuration Persistance Service<onap-cps:release_notes>` +| :ref:`CPS - Configuration Persistence Service<onap-cps:release_notes>` | :ref:`DCAE - Data Collection Analysis and Events<onap-dcaegen2:release_notes>` | :ref:`DMAAP - Message Router (MR)<onap-dmaap-messagerouter-messageservice:release_notes>` | :ref:`DMAAP - Data Router (DR)<onap-dmaap-datarouter:release_notes>` @@ -29,12 +33,12 @@ Project Specific Release Notes | :ref:`EXTAPI - External API NorthBound Interface<onap-externalapi-nbi:release_notes>` | :ref:`HOLMES - Rule Management<onap-holmes-rule-management:release_notes>` | :ref:`MODELING - Modeling ETSI catalog<onap-modeling-etsicatalog:release_notes>` +| :ref:`MSB - Microservices Bus<onap-msb-apigateway:release_notes>` | :ref:`MULTICLOUD - MultiCloud Framework<onap-multicloud-framework:release_notes>` | :ref:`OOF - Optimization Framework<onap-optf-osdf:release_notes>` | :ref:`OOM - ONAP Operations Manager<onap-oom:release_notes>` | :ref:`OOM - Certification Service<onap-oom-platform-cert-service:release_notes>` | :ref:`POLICY- Policy Framework<onap-policy-parent:release_notes>` -| :ref:`PORTAL - Portal Platform<onap-portal:release_notes>` | :ref:`SDC - Service Design & Creation<onap-sdc:release_notes>` | :ref:`SDNC - Software Defined Network Controller<onap-sdnc-oam:release_notes>` | :ref:`SO - Service Orchestration<onap-so:release_notes>` @@ -43,3 +47,15 @@ Project Specific Release Notes | :ref:`VID - Virtual Infrastructure Deployment<onap-vid:release_notes>` | :ref:`VNFSDK - VNF Software Development Kit<onap-vnfsdk-model:release_notes>` | :ref:`VVP - VNF Validation Project<onap-vvp-documentation:release_notes>` + +Unmaintained Projects +--------------------- + +.. toctree:: + :maxdepth: 1 + +| :ref:`AAF - Application Authorization Framework<onap-aaf-authz:release_notes>` +| :ref:`AAI/ESR - External System Registry<onap-aai-esr-server:master_index>` +| :ref:`APPC - Application Controller<onap-appc:release_notes>` +| :ref:`MUSIC - ONAP Multi-Site Integration<onap-music:release_notes>` +| :ref:`PORTAL - Portal Platform<onap-portal:release_notes>` |