diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/admin-guide.rst | 2 | ||||
-rw-r--r-- | docs/architecture.rst | 2 | ||||
-rwxr-xr-x | docs/design.rst | 2 | ||||
-rwxr-xr-x | docs/index.rst | 8 | ||||
-rw-r--r-- | docs/modeling.rst | 2 | ||||
-rw-r--r-- | docs/overview.rst | 8 | ||||
-rwxr-xr-x | docs/release-notes.rst | 8 |
7 files changed, 16 insertions, 16 deletions
diff --git a/docs/admin-guide.rst b/docs/admin-guide.rst index fab8d54a4c..3a6f8e2559 100644 --- a/docs/admin-guide.rst +++ b/docs/admin-guide.rst @@ -41,7 +41,7 @@ Logger configuration is provided as a chart resource : +--------------------------------+---------------------------------------------------------------------------------------------------------------------------------+ | cps-temporal | `logback.xml <https://github.com/onap/oom/blob/master/kubernetes/cps/components/cps-temporal/resources/config/logback.xml>`_ | +--------------------------------+---------------------------------------------------------------------------------------------------------------------------------+ - | ncmp-dmi-plugin | Not yet applicable to DMI Plugin | + | ncmp-dmi-plugin | Not yet applicable to DMI-Plugin | +--------------------------------+---------------------------------------------------------------------------------------------------------------------------------+ Monitoring diff --git a/docs/architecture.rst b/docs/architecture.rst index 12a51e222b..26a8c63b52 100644 --- a/docs/architecture.rst +++ b/docs/architecture.rst @@ -16,7 +16,7 @@ High Level Component Definition and Architectural Relationships The Configuration Persistence Service (CPS) provides storage for run-time configuration and operational parameters that need to be used by ONAP. -In this release CPS is no longer a stand alone component and is released along with Cps-Temporal and the NCMP-DMI Plugin. +In this release CPS is no longer a stand alone component and is released along with Cps-Temporal and the NCMP-DMI-Plugin. Project page describing eventual scope and ambition is here: `Configuration Persistence Service Project <https://wiki.onap.org/display/DW/Configuration+Persistence+Service+Project>`_ diff --git a/docs/design.rst b/docs/design.rst index ce419caedf..7df24ecd75 100755 --- a/docs/design.rst +++ b/docs/design.rst @@ -47,7 +47,7 @@ CPS Core uses API's from the following ONAP components * DMI-Plugin: REST based interface which is used to provide integration and allow the DMI registry API's have access to the corresponding NCMP API's within CPS Core. - More information on the DMI Plugins offered APIs can be found on the `DMI Plugin's Design Page <https://docs.onap.org/projects/onap-cps-ncmp-dmi-plugin/en/latest/design.html>`_. + More information on the DMI-Plugins offered APIs can be found on the `DMI-Plugin's Design Page <https://docs.onap.org/projects/onap-cps-ncmp-dmi-plugin/en/latest/design.html>`_. CPS Path ======== diff --git a/docs/index.rst b/docs/index.rst index 0ecfab3668..cbe1b69d08 100755 --- a/docs/index.rst +++ b/docs/index.rst @@ -9,7 +9,7 @@ .. _cps-framework-doc: CPS Documentation ----------------------- +----------------- .. toctree:: :maxdepth: 1 @@ -22,12 +22,12 @@ CPS Documentation deployment.rst release-notes.rst -ONAP DMI Plugin Documentation +DMI-Plugin Documentation ----------------------------- -* `DMI Plugin <https://docs.onap.org/projects/onap-cps-ncmp-dmi-plugin/en/latest/index.html>`_ +* `DMI-Plugin <https://docs.onap.org/projects/onap-cps-ncmp-dmi-plugin/en/latest/index.html>`_ CPS-Temporal Documentation -------------------------- -* `CPS Temporal <https://docs.onap.org/projects/onap-cps-cps-temporal/en/latest/index.html>`_ +* `CPS-Temporal <https://docs.onap.org/projects/onap-cps-cps-temporal/en/latest/index.html>`_ diff --git a/docs/modeling.rst b/docs/modeling.rst index 863e932631..a91eb0178a 100644 --- a/docs/modeling.rst +++ b/docs/modeling.rst @@ -62,7 +62,7 @@ NCMP Modeling Data Model ---------- -NCMP stores DMI Plugin and CM Handle relations using a data model described as per this Yang module. +NCMP stores DMI-Plugin and CM Handle relations using a data model described as per this Yang module. :download:`DMI Yang Module <api/yang/dmiYangResource.yang>` diff --git a/docs/overview.rst b/docs/overview.rst index 1333e66fc7..4b69dd8109 100644 --- a/docs/overview.rst +++ b/docs/overview.rst @@ -37,18 +37,18 @@ This is the component of CPS which encompasses the generic storage of Yang modul **NCMP** The Network Configuration Management Proxy (NCMP) provides access to network configuration data and is a part of CPS-Core. -NCMP accesses all network Data-Model-Inventory (DMI) information via NCMP-DMI-Plugins. The ONAP DMI Plugin described in the next section is one such plugin. +NCMP accesses all network Data-Model-Inventory (DMI) information via NCMP-DMI-Plugins. The ONAP0-DMI-Plugin described in the next section is one such plugin. **Note:** This documentation will often refer to "CPS-NCMP" which is the component (container image) that contains both CPS-Core and NCMP since NCMP is not a stand-alone component even though CPS-Core could be deployed without the NCMP extension. -ONAP NCMP-DMI-Plugin +NCMP-DMI-Plugin #################### -The Data-Model-Inventory (DMI) Plugin is a rest interface used to synchronize CM-Handles data between CPS and DMI through the DMI Plugin. +The Data-Model-Inventory (DMI) Plugin is a rest interface used to synchronize CM-Handles data between CPS and DMI through the DMI-Plugin. This is built previously from the CPS-NF-Proxy component. -CPS Temporal +CPS-Temporal ############ This service is responsible to provide a time oriented perspective for diff --git a/docs/release-notes.rst b/docs/release-notes.rst index fc672c44c8..6e5d917ab4 100755 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -100,7 +100,7 @@ Release Data Features -------- -* Register DMI Plugins with NCMP for CM Handle registrations. +* Register DMI-Plugins with NCMP for CM Handle registrations. * Update, Create and Remove CM Handles. * Add support for retrieving and writing CM Handle data through NCMP datastores. * Automatic retrieval and caching of model information for CM Handles within NCMP. @@ -160,9 +160,9 @@ Following CPS components are available with default ONAP/CPS installation. * Service components - - CPS Core and NCMP - - CPS Temporal - - DMI Plugin + - CPS-NCMP + - CPS-Temporal + - DMI-Plugin * Additional resources that CPS utilizes deployed using ONAP common charts |