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

vCpeResCust workflow asks for ASDC_TOSCA_UUID from AAI

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Not a Bug
    • Icon: Highest Highest
    • Amsterdam Release
    • Amsterdam Release

      In the test the workflow queries AAI to get the service template inventory data, which was previously distrbuted from SDC to AAI. The workflow then examines the results to look for ASDC_TOSCA_UUID. Such value does not exist and an error was reported.

      The temp solution is to manually load AAI with this value. But it seems this is not necessary as vFW does not need this manual work for AAI. 

      Below please see two info:

      1. The error msg.
      2. The code to modify AAI

       

      <aetgt:ErrorMessage><requestError><serviceException><messageId>SVC3001</messageId><text>Resource not found for %1 using id %2 (msg=%3) (ec=%4)</text><variables><variable>PUT</variable><variable>business/customers/customer/SDN-ETHERNET-INTERNET/service-subscriptions/service-subscription/123456789/service-instances/service-instance/e6bf2121-0979-4963-9769-2305f2d6f900</variable><variable>Node Not Found:object located at service-design-and-creation/models/model/1963dd8b-9375-4cab-aa59-0ee06e8333fa/model-vers/model-ver/ASDC_TOSCA_UUID#model-version not found</variable><variable>ERR.5.4.6114</variable></variables></serviceException></requestError>

       

      PUT /aai/v11 /service-design-and-creation/models/model/1963dd8b-9375-4cab-aa59-0ee06e8333fa/model-vers/model-ver/ASDC_TOSCA_UUID
      {
      "model-version-id": "ASDC_TOSCA_UUID",
      "model-name": "vCpeResCust",
      "model-version": "1.0",
      "model-description": "Some ASDC Tosca Model"
      }

            sb8915 sb8915
            kxi kxi
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: