diff options
author | Daniel Hanrahan <daniel.hanrahan@est.tech> | 2025-01-23 15:20:19 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2025-01-23 15:20:19 +0000 |
commit | ed797d4a340ed145c71ae2cd805b823b26228304 (patch) | |
tree | 0fb0b626000ce3db9613113ff2f05ecba5314ff5 /docs/deployment.rst | |
parent | 31d8f390389b9078a2f0cddca3f4b4b1cd63753a (diff) | |
parent | bfd35a4539088ea6aa7773ab4d80d4422b9e22a7 (diff) |
Merge "Add DB Clean-up to CPS Rest Interface"
Diffstat (limited to 'docs/deployment.rst')
-rw-r--r-- | docs/deployment.rst | 4 |
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. | +--------------+------------------------------------+-----------------------------------------------------------+ |