diff options
author | DylanB95EST <dylan.byrne@est.tech> | 2021-10-11 16:29:16 +0100 |
---|---|---|
committer | DylanB95EST <dylan.byrne@est.tech> | 2021-10-11 16:41:53 +0100 |
commit | 3fcf869dd53f82349eee503582705b2407240f4f (patch) | |
tree | ac312b3211c2b7d209fc424c66b9e01de27e5198 /docs/overview.rst | |
parent | 1ab1a5450452352ff00bee718054f10adfc5bea0 (diff) |
Cleanup naming conventions for CPS-NCMP
Change naming conventions in CPS-NCMP project
Issue-ID: CPS-626
Change-Id: Ie97c53ef50eb3d0947136db0606047150181ec1b
Signed-off-by: DylanB95EST <dylan.byrne@est.tech>
Diffstat (limited to 'docs/overview.rst')
-rw-r--r-- | docs/overview.rst | 8 |
1 files changed, 4 insertions, 4 deletions
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 |