1, I onboard 3 new cloud regions into AAI (in addition to the default one (CloudOwner/RegionOne) populated by robot init script) with the ESR registration portal: http://portal.api.simpledemo.onap.org:30280/iui/aai-esr-gui/extsys/vim/vimView.html
CloudOwner2/RegionOne
CloudOwner2/CloudRegion2
CloudOwner3/CloudRegion3
2, I hacked into SO to add them into catalogDB:
3, Instantiate a Service Instance of vLB service model: vLB2
This is can only be done with Test API of “VNF_API”, while fails always with Test AP of GR_API
4, Add vnf to vLB2 and select the CloudRegion2(CloudOwner2)
vLB2-VNF1
5, Prepare preload json for VID uploading (refer to https://wiki.onap.org/display/DW/VID+Preload+Upload+Option+Steps )
preload_vid_vlbbase.json
6, create VF Module: vLB2-VNF1-VFM1
Select CloudRegion2(CloudOwner2)
Upload the “preload_vid_vlbbase.json”, de-select SDNC preload
Then I got the dialog showing the progress and told me the result is failure:
"requestId": "eb45ded2-37dd-44a5-8708-45e2f1cc6aba",
"requestType": "createInstance",
"timestamp": "Wed, 29 May 2019 10:51:14",
"requestState": "FAILED",
"requestStatus": "STATUS: Received error from SDN-C: aic-cloud-region,CloudRegion2 not found in AAI",
"percent-progress": "100"
"requestId": "eb45ded2-37dd-44a5-8708-45e2f1cc6aba",
"requestType": "createInstance",
"timestamp": "Wed, 29 May 2019 10:51:13",
"requestState": "IN_PROGRESS",
"requestStatus": undefined,
"percent-progress": undefined
"requestId": "eb45ded2-37dd-44a5-8708-45e2f1cc6aba",
"requestType": "createInstance",
"timestamp": "Wed, 29 May 2019 10:51:12",
"requestState": "IN_PROGRESS",
"requestStatus": undefined,
"percent-progress": undefined
"requestId": "eb45ded2-37dd-44a5-8708-45e2f1cc6aba",
"requestType": "createInstance",
"timestamp": "Wed, 29 May 2019 10:51:10",
"requestState": "IN_PROGRESS",
"requestStatus": undefined,
"percent-progress": undefined
I think the critical issue is:
"requestStatus": "STATUS: Received error from SDN-C: aic-cloud-region,CloudRegion2 not found in AAI",
I am wondering why SDN-C is requesting (aic-cloud-region/CloudRegion2) other than (CloudOwner2/CloudRegion2) which specified via VID portal
Still investigating what's wrong or what the gap is
The following jira/patch might be relevant:
https://jira.onap.org/browse/SO-1904
https://jira.onap.org/browse/SO-1869
https://gerrit.onap.org/r/#/c/oom/+/88269
------------------------------------------------------------------------------------------------------------
Retest with latest OOM revision in master:
1, Failed to create service instance while selecting GR-API:
MSO failure - see log below for details
"requestId": "cdf05701-b3a2-44b7-9f2b-00540107e693",
"requestType": "createInstance",
"timestamp": "Tue, 04 Jun 2019 09:46:36",
"requestState": "FAILED",
"requestStatus": "STATUS: Exception in create execution list null",
"percent-progress": "100"
"requestId": "cdf05701-b3a2-44b7-9f2b-00540107e693",
"requestType": "createInstance",
"timestamp": "Tue, 04 Jun 2019 09:46:35",
"requestState": "IN_PROGRESS",
"requestStatus": undefined,
"percent-progress": undefined
06/04/19 09:46:33 HTTP Status: Accepted (202)
{
"requestReferences":
{ "requestId": "cdf05701-b3a2-44b7-9f2b-00540107e693", "instanceId": "65958cbd-7070-4348-9b8a-c06e975d5733", "requestSelfLink": "http://so.onap:8080/orchestrationRequests/v7/cdf05701-b3a2-44b7-9f2b-00540107e693" }
}
2, Failed to create VF Module by selecting LCP: CloudRegion3(CloudOwner3) after selecting VNF-API:
"requestId": "a09dc03e-7b9e-44c0-8e2f-afa8b0ff5ec0",
"requestType": "createInstance",
"timestamp": "Tue, 04 Jun 2019 13:57:03",
"requestState": "FAILED",
"requestStatus": "STATUS: Received error from SDN-C: SQL query failed",
"percent-progress": "100"
"requestId": "a09dc03e-7b9e-44c0-8e2f-afa8b0ff5ec0",
"requestType": "createInstance",
"timestamp": "Tue, 04 Jun 2019 13:57:02",
"requestState": "IN_PROGRESS",
"requestStatus": undefined,
"percent-progress": undefined
"requestId": "a09dc03e-7b9e-44c0-8e2f-afa8b0ff5ec0",
"requestType": "createInstance",
"timestamp": "Tue, 04 Jun 2019 13:57:01",
"requestState": "IN_PROGRESS",
"requestStatus": undefined,
"percent-progress": undefined
"requestId": "a09dc03e-7b9e-44c0-8e2f-afa8b0ff5ec0",
"requestType": "createInstance",
"timestamp": "Tue, 04 Jun 2019 13:57:00",
"requestState": "IN_PROGRESS",
"requestStatus": undefined,
"percent-progress": undefined
"requestId": "a09dc03e-7b9e-44c0-8e2f-afa8b0ff5ec0",
"requestType": "createInstance",
"timestamp": "Tue, 04 Jun 2019 13:56:59",
"requestState": "IN_PROGRESS",
"requestStatus": undefined,
"percent-progress": undefined
"requestId": "a09dc03e-7b9e-44c0-8e2f-afa8b0ff5ec0",
"requestType": "createInstance",
"timestamp": "Tue, 04 Jun 2019 13:56:58",
"requestState": "IN_PROGRESS",
"requestStatus": undefined,
"percent-progress": undefined
"requestId": "a09dc03e-7b9e-44c0-8e2f-afa8b0ff5ec0",
"requestType": "createInstance",
"timestamp": "Tue, 04 Jun 2019 13:56:57",
"requestState": "IN_PROGRESS",
"requestStatus": undefined,
"percent-progress": undefined
"requestId": "a09dc03e-7b9e-44c0-8e2f-afa8b0ff5ec0",
"requestType": "createInstance",
"timestamp": "Tue, 04 Jun 2019 13:56:56",
"requestState": "IN_PROGRESS",
"requestStatus": undefined,
"percent-progress": undefined
"requestId": "a09dc03e-7b9e-44c0-8e2f-afa8b0ff5ec0",
"requestType": "createInstance",
"timestamp": "Tue, 04 Jun 2019 13:56:54",
"requestState": "IN_PROGRESS",
"requestStatus": undefined,
"percent-progress": undefined
"requestId": "a09dc03e-7b9e-44c0-8e2f-afa8b0ff5ec0",
"requestType": "createInstance",
"timestamp": "Tue, 04 Jun 2019 13:56:53",
"requestState": "IN_PROGRESS",
"requestStatus": undefined,
"percent-progress": undefined
"requestId": "a09dc03e-7b9e-44c0-8e2f-afa8b0ff5ec0",
"requestType": "createInstance",
"timestamp": "Tue, 04 Jun 2019 13:56:52",
"requestState": "IN_PROGRESS",
"requestStatus": undefined,
"percent-progress": undefined
"requestId": "a09dc03e-7b9e-44c0-8e2f-afa8b0ff5ec0",
"requestType": "createInstance",
"timestamp": "Tue, 04 Jun 2019 13:56:51",
"requestState": "IN_PROGRESS",
"requestStatus": undefined,
"percent-progress": undefined
"requestId": "a09dc03e-7b9e-44c0-8e2f-afa8b0ff5ec0",
"requestType": "createInstance",
"timestamp": "Tue, 04 Jun 2019 13:56:50",
"requestState": "IN_PROGRESS",
"requestStatus": undefined,
"percent-progress": undefined
"requestId": "a09dc03e-7b9e-44c0-8e2f-afa8b0ff5ec0",
"requestType": "createInstance",
"timestamp": "Tue, 04 Jun 2019 13:56:48",
"requestState": "IN_PROGRESS",
"requestStatus": undefined,
"percent-progress": undefined
"requestId": "a09dc03e-7b9e-44c0-8e2f-afa8b0ff5ec0",
"requestType": "createInstance",
"timestamp": "Tue, 04 Jun 2019 13:56:48",
"requestState": "IN_PROGRESS",
"requestStatus": undefined,
"percent-progress": undefined
"requestId": "a09dc03e-7b9e-44c0-8e2f-afa8b0ff5ec0",
"requestType": "createInstance",
"timestamp": "Tue, 04 Jun 2019 13:56:47",
"requestState": "IN_PROGRESS",
"requestStatus": undefined,
"percent-progress": undefined
"requestId": "a09dc03e-7b9e-44c0-8e2f-afa8b0ff5ec0",
"requestType": "createInstance",
"timestamp": "Tue, 04 Jun 2019 13:56:46",
"requestState": "IN_PROGRESS",
"requestStatus": undefined,
"percent-progress": undefined
"requestId": "a09dc03e-7b9e-44c0-8e2f-afa8b0ff5ec0",
"requestType": "createInstance",
"timestamp": "Tue, 04 Jun 2019 13:56:45",
"requestState": "IN_PROGRESS",
"requestStatus": undefined,
"percent-progress": undefined
"requestId": "a09dc03e-7b9e-44c0-8e2f-afa8b0ff5ec0",
"requestType": "createInstance",
"timestamp": "Tue, 04 Jun 2019 13:56:44",
"requestState": "IN_PROGRESS",
"requestStatus": undefined,
"percent-progress": undefined
"requestId": "a09dc03e-7b9e-44c0-8e2f-afa8b0ff5ec0",
"requestType": "createInstance",
"timestamp": "Tue, 04 Jun 2019 13:56:42",
"requestState": "IN_PROGRESS",
"requestStatus": undefined,
"percent-progress": undefined
"requestId": "a09dc03e-7b9e-44c0-8e2f-afa8b0ff5ec0",
"requestType": "createInstance",
"timestamp": "Tue, 04 Jun 2019 13:56:42",
"requestState": "IN_PROGRESS",
"requestStatus": undefined,
"percent-progress": undefined
"requestId": "a09dc03e-7b9e-44c0-8e2f-afa8b0ff5ec0",
"requestType": "createInstance",
"timestamp": "Tue, 04 Jun 2019 13:56:41",
"requestState": "IN_PROGRESS",
"requestStatus": undefined,
"percent-progress": undefined
"requestId": "a09dc03e-7b9e-44c0-8e2f-afa8b0ff5ec0",
"requestType": "createInstance",
"timestamp": "Tue, 04 Jun 2019 13:56:40",
"requestState": "IN_PROGRESS",
"requestStatus": undefined,
"percent-progress": undefined
"requestId": "a09dc03e-7b9e-44c0-8e2f-afa8b0ff5ec0",
"requestType": "createInstance",
"timestamp": "Tue, 04 Jun 2019 13:56:38",
"requestState": "IN_PROGRESS",
"requestStatus": undefined,
"percent-progress": undefined
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"
}
}