aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiamh Core <niamh.core@est.tech>2021-10-11 15:48:32 +0000
committerGerrit Code Review <gerrit@onap.org>2021-10-11 15:48:32 +0000
commit937e5f49b2593b225b7c444b98aa745833d509d6 (patch)
tree8c3063aca511cbd99e73f1aa236d563a0a0c67a8
parentc1904c1ee3f1a61564e154dd81c144a23a1af66c (diff)
parent3fcf869dd53f82349eee503582705b2407240f4f (diff)
Merge "Cleanup naming conventions for CPS-NCMP"
-rw-r--r--docs/admin-guide.rst2
-rw-r--r--docs/architecture.rst2
-rwxr-xr-xdocs/design.rst2
-rwxr-xr-xdocs/index.rst8
-rw-r--r--docs/modeling.rst2
-rw-r--r--docs/overview.rst8
-rwxr-xr-xdocs/release-notes.rst8
7 files changed, 16 insertions, 16 deletions
diff --git a/docs/admin-guide.rst b/docs/admin-guide.rst
index fab8d54a4..3a6f8e255 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 12a51e222..26a8c63b5 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 07372b24f..02836c5f3 100755
--- a/docs/design.rst
+++ b/docs/design.rst
@@ -64,7 +64,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 0ecfab366..cbe1b69d0 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 863e93263..a91eb0178 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 1333e66fc..4b69dd810 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 fc672c44c..6e5d917ab 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