Uploaded image for project: 'Configuration Persistence Service'
  1. Configuration Persistence Service
  2. CPS-635

Module Resource call does not include body

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Highest Highest
    • Istanbul Release
    • Istanbul Release
    • CPS-Core, DMI
    • None
    • Local/Docker

      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.

            josephkeenan josephkeenan
            josephkeenan josephkeenan
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: