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

Module Resource call does not include body

    XMLWordPrintable

Details

    • Bug
    • Status: Closed
    • Highest
    • Resolution: Done
    • Istanbul Release
    • Istanbul Release
    • CPS-Core, DMI
    • 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

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              JosephKeenan Joseph Keenan
              JosephKeenan Joseph Keenan
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: