aboutsummaryrefslogtreecommitdiffstats
path: root/docs/deployment.rst
diff options
context:
space:
mode:
authorDaniel Hanrahan <daniel.hanrahan@est.tech>2025-01-23 15:20:19 +0000
committerGerrit Code Review <gerrit@onap.org>2025-01-23 15:20:19 +0000
commited797d4a340ed145c71ae2cd805b823b26228304 (patch)
tree0fb0b626000ce3db9613113ff2f05ecba5314ff5 /docs/deployment.rst
parent31d8f390389b9078a2f0cddca3f4b4b1cd63753a (diff)
parentbfd35a4539088ea6aa7773ab4d80d4422b9e22a7 (diff)
Merge "Add DB Clean-up to CPS Rest Interface"
Diffstat (limited to 'docs/deployment.rst')
-rw-r--r--docs/deployment.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/deployment.rst b/docs/deployment.rst
index f248c1544d..e17392a224 100644
--- a/docs/deployment.rst
+++ b/docs/deployment.rst
@@ -381,13 +381,13 @@ Below are the list of distributed datastructures that we have.
+--------------+------------------------------------+-----------------------------------------------------------+
| Component | Data Structure Name | Use |
+==============+====================================+===========================================================+
-| cps-ncmp | moduleSyncStartedOnCmHandles | Watchdog process to register cm handles. |
+| cps-ncmp | moduleSyncStartedOnCmHandles | Watchdog process to register CM Handles. |
+--------------+------------------------------------+-----------------------------------------------------------+
| cps-ncmp | dataSyncSemaphores | Watchdog process to sync data from the nodes. |
+--------------+------------------------------------+-----------------------------------------------------------+
| cps-ncmp | moduleSyncWorkQueue | Queue used internally for workers to pick the task. |
+--------------+------------------------------------+-----------------------------------------------------------+
-| cps-ncmp | trustLevelPerCmHandle | Stores the trust level per cm handle id |
+| cps-ncmp | trustLevelPerCmHandle | Stores the trust level per CM Handle id |
+--------------+------------------------------------+-----------------------------------------------------------+
| cps-ncmp | trustLevelPerDmiPlugin | Stores the trust level for the dmi-plugins. |
+--------------+------------------------------------+-----------------------------------------------------------+