Details
-
Bug
-
Status: Closed
-
Highest
-
Resolution: Done
-
Istanbul Release
-
None
-
Local/Docker
Description
There are two problems,
1. When syncing module we fetch module resources but call does not include body containing module information so nothing is returned.
Sample url:
http://localhost:8783/dmi/v1/ch/PNFDemo/moduleResources
Sample body that should be included:
{ "operation": "read", "data": { "modules": [ { "name": "nc-notifications", "revision": "2008-07-14" } ] } }
2. Currently the storage of cmhandle into dmi-registry is done after syncing, storing of all cmhandles should be done before syncing the modules. So that cps has all the new cmhandle ids.
Attachments
Issue Links
- relates to
-
CPS-615 Demo & CSIT Test for Model-Sync
-
- Closed
-