Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

06/04/19 13:56:37 HTTP Status: Accepted (202)
{
"requestReferences": {
"requestId": "a09dc03e-7b9e-44c0-8e2f-afa8b0ff5ec0",
"instanceId": "76fa99ac-34e0-4df2-84df-57e6a51b2d63",
"requestSelfLink": "http://so.onap:8080/orchestrationRequests/v6/a09dc03e-7b9e-44c0-8e2f-afa8b0ff5ec0"
}
}


Progress on June 5th:



With patch https://gerrit.onap.org/r/#/c/so/+/89283/ I am able to create the service instance by GR-API now.


I met another issue while I am trying to “add node instance” by selecting non-default cloud-region: CloudRegion3(CloudOwner3) which differ the default one by both cloud-region-id and the cloud owner.


The vid dialog generate following error message:


"requestId": "55f679a6-c513-4b59-b8e4-e1ba8aba29d3",

"requestType": "createInstance",

"timestamp": "Wed, 05 Jun 2019 13:54:00",

"requestState": "FAILED",

"requestStatus": "STATUS: Exception in create execution list null",

"percent-progress": "100"


"requestId": "55f679a6-c513-4b59-b8e4-e1ba8aba29d3",

"requestType": "createInstance",

"timestamp": "Wed, 05 Jun 2019 13:53:59",

"requestState": "IN_PROGRESS",

"requestStatus": undefined,

"percent-progress": undefined


06/05/19 13:53:58 HTTP Status: Accepted (202)

{

  "requestReferences": {

    "requestId": "55f679a6-c513-4b59-b8e4-e1ba8aba29d3",

    "instanceId": "0caeb205-6fe5-417a-a028-c1f444951c3d",

    "requestSelfLink": "http://so.onap:8080/orchestrationRequests/v6/55f679a6-c513-4b59-b8e4-e1ba8aba29d3"

  }

}


So I tried to add another node instance by selecting “CloudRegion(CloudOwner)”, then it succeeded .


"requestId": "376c0dd2-3652-4bb6-a4d2-93442f20632a",

"requestType": "createInstance",

"timestamp": "Wed, 05 Jun 2019 13:55:27",

"requestState": "COMPLETE",

"requestStatus": "STATUS: ALaCarte-Vnf-createInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks",

"percent-progress": "100"


"requestId": "376c0dd2-3652-4bb6-a4d2-93442f20632a",

"requestType": "createInstance",

"timestamp": "Wed, 05 Jun 2019 13:55:25",

"requestState": "IN_PROGRESS",

"requestStatus": "FLOW STATUS: Execution of AssignVnfBB has completed successfully, next invoking ActivateVnfBB (Execution Path progress: BBs completed = 1; BBs remaining = 1).",

"percent-progress": "52"


AR: Not sure which project should take care of this issue, sent email to discuss email list, wait for response now