diff options
author | 2021-10-11 15:48:32 +0000 | |
---|---|---|
committer | 2021-10-11 15:48:32 +0000 | |
commit | 937e5f49b2593b225b7c444b98aa745833d509d6 (patch) | |
tree | 8c3063aca511cbd99e73f1aa236d563a0a0c67a8 /docs/overview.rst | |
parent | c1904c1ee3f1a61564e154dd81c144a23a1af66c (diff) | |
parent | 3fcf869dd53f82349eee503582705b2407240f4f (diff) |
Merge "Cleanup naming conventions for CPS-NCMP"
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 |