Uploaded image for project: 'Service Orchestrator'
  1. Service Orchestrator
  2. SO-2678

Internal URL being passed through to VNFM Adapter

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Medium Medium
    • Frankfurt Release
    • Frankfurt Release
    • None

      The response to a GET VNF Packages call to the ETSI Catalog Manager returns generic urls, which in this case point towards the internal msb-iag hostname/port. As shown below:

      [{[{ "id": "70873ac7-579c-427c-8a2c-47da6bf35b0f",
       "vnfdId": "",
       "vnfProductName": "",
       "vnfSoftwareVersion": "",
       "vnfdVersion": "1.0",
       "checksum": {}, 
      "softwareImages": [], 
      "onboardingState": "ONBOARDED", 
      "operationalState": "ENABLED", 
      "_links": {
       "self": { 
      "href": "http://msb-iag:443/api/vnfpkgm/v1/vnf_packages/70873ac7-579c-427c-8a2c-47da6bf35b0f" },
       "vnfd": { "href": "http://msb-iag:443/api/vnfpkgm/v1/vnf_packages/70873ac7-579c-427c-8a2c-47da6bf35b0f/vnfd" },
       "packageContent": { "href": "http://msb-iag:443/api/vnfpkgm/v1/vnf_packages/70873ac7-579c-427c-8a2c-47da6bf35b0f/package_content" } }}]
      

      Possible solution at this point is to simply replace these self links values in the VNFM Adapter code. 

      These urls shouldn't be set to internal host/port due to the fact that this information will be passed to an external VNFM.

            waqas.ikram waqas.ikram
            rope252 rope252
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: