diff options
author | ToineSiebelink <toine.siebelink@est.tech> | 2025-01-16 14:41:18 +0000 |
---|---|---|
committer | ToineSiebelink <toine.siebelink@est.tech> | 2025-01-16 14:41:27 +0000 |
commit | 9df4a57a05e3ee67ff96284a4f7b1b07c94600b1 (patch) | |
tree | ea2fbc005c69e76284e8dcc0c5ddac0638aa07b3 /docs | |
parent | 856619ceb02f533ec7c5dff9a67ab17ef780276c (diff) |
One SchemaSet per moduleSetTag
- Registration: create and upgrade cases.
- Handle moduleSetTag deletion (all orphans) for testware
- Unit tests updated
- additional logging of details for upgrade scenarios
- Integration Tests updated
- Remove cache for module sets being processed
- Removed DbCleaner (startup)
- Removed redundant methods in NCMP Inventory for deleting schema set(s)
- Removed validation check for all schema set interactions
- Updated some schema set tests to use special characters previously not allowed
- Checked integration test scenarios for upgrades with and without tags: all scenarios covered!
TODO
- REST endpoint to remove orphaned schema set data, separate story: CPS-2554
- Investigate exception handling regarding DuplicateYangResourceException: CPS-2555
Issue-ID: CPS-2540
Signed-off-by: ToineSiebelink <toine.siebelink@est.tech>
Change-Id: Iaa59cbdb86b7a4a8044624829bc002506ff40cc7
Diffstat (limited to 'docs')
-rw-r--r-- | docs/deployment.rst | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/docs/deployment.rst b/docs/deployment.rst index 2a17e30a16..940bc50923 100644 --- a/docs/deployment.rst +++ b/docs/deployment.rst @@ -1,6 +1,6 @@ .. This work is licensed under a Creative Commons Attribution 4.0 International License. .. http://creativecommons.org/licenses/by/4.0 -.. Copyright (C) 2021-2024 Nordix Foundation +.. Copyright (C) 2021-2025 Nordix Foundation .. Modifications Copyright (C) 2021 Bell Canada. .. DO NOT CHANGE THIS LABEL FOR RELEASE NOTES - EVEN THOUGH IT GIVES A WARNING @@ -354,10 +354,7 @@ Below are the list of distributed datastructures that we have. +--------------+------------------------------------+-----------------------------------------------------------+ | cps-ncmp | cmNotificationSubscriptionCache | Stores and tracks cm notification subscription requests. | +--------------+------------------------------------+-----------------------------------------------------------+ -| cps-ncmp | moduleSetTagsBeingProcessed | Track module set tags which are processed to prevent | -| | | multiple threads working with same tag. | -+--------------+------------------------------------+-----------------------------------------------------------+ | cps-ncmp | cpsAndNcmpLock | Cps and NCMP distributed lock for various use cases. | +--------------+------------------------------------+-----------------------------------------------------------+ -Total number of caches : 8 +Total number of caches : 7 |