From 3fcf869dd53f82349eee503582705b2407240f4f Mon Sep 17 00:00:00 2001 From: DylanB95EST Date: Mon, 11 Oct 2021 16:29:16 +0100 Subject: Cleanup naming conventions for CPS-NCMP Change naming conventions in CPS-NCMP project Issue-ID: CPS-626 Change-Id: Ie97c53ef50eb3d0947136db0606047150181ec1b Signed-off-by: DylanB95EST --- docs/admin-guide.rst | 2 +- docs/architecture.rst | 2 +- docs/design.rst | 2 +- docs/index.rst | 8 ++++---- docs/modeling.rst | 2 +- docs/overview.rst | 8 ++++---- docs/release-notes.rst | 8 ++++---- 7 files changed, 16 insertions(+), 16 deletions(-) (limited to 'docs') 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 `_ | +--------------------------------+---------------------------------------------------------------------------------------------------------------------------------+ - | 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 `_ diff --git a/docs/design.rst b/docs/design.rst index ce419caed..7df24ecd7 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 `_. + More information on the DMI-Plugins offered APIs can be found on the `DMI-Plugin's Design Page `_. 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 `_ +* `DMI-Plugin `_ CPS-Temporal Documentation -------------------------- -* `CPS Temporal `_ +* `CPS-Temporal `_ 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 ` 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 -- cgit 1.2.3-korg