Hi all!
In the Guilin release, instantiation via the NBI interface does not work for
us: {{url-nbi}}/nbi/api/v4/serviceOrder - after a long wait, it gives an error:
"Service Orchestrator Service Instantiation timed out"However, the NBI functions "serviceSpecification" and "service" work as in the previous release. I attach the SO logs, the text of the request and response. Can you help me resolve this? -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#22832): https://lists.onap.org/g/onap-discuss/message/22832 Mute This Topic: https://lists.onap.org/mt/80473162/21656 Mute #so:https://lists.onap.org/g/onap-discuss/mutehashtag/so Mute #nbi:https://lists.onap.org/g/onap-discuss/mutehashtag/nbi Group Owner: [email protected] Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
onap-onap-so-6f7cc8f67c-dp8fc-1611744186827727162.log.gz
Description: GNU Zip compressed data
{{url-nbi}}/nbi/api/v4/serviceOrder
{
"externalId": "bss_order_26012021_1",
"priority": "1",
"description": "This is a service order to instantiate vNGINX service via
Postman",
"category": "E2E Service",
"requestedStartDate": "2021-01-26T11:33:37.299Z",
"requestedCompletionDate": "2021-01-26T11:33:37.299Z",
"relatedParty": [
{
"id": "cs0008",
"role": "ONAPcustomer",
"name": "cs0008"
}
],
"orderItem": [
{
"id": "1",
"action": "add",
"service": {
"name": "vNGINX_service_6",
"serviceState": "active",
"serviceSpecification": {
"id": "b674ffb4-5448-4ceb-949d-9432e2d40a2b"
}
}
}
]
}
response.json
Description: application/json
{
"id": "600fc9b1b9538c44d32e77f6",
"href": "serviceOrder/600fc9b1b9538c44d32e77f6",
"externalId": "bss_order_26012021_1",
"priority": "1",
"description": "This is a service order to instantiate vNGINX service via
Postman",
"category": "E2E Service",
"state": "failed",
"orderDate": "2021-01-26T07:50:09.247Z",
"completionDateTime": null,
"expectedCompletionDate": null,
"requestedStartDate": "2021-01-26T11:33:37.299Z",
"requestedCompletionDate": "2021-01-26T11:33:37.299Z",
"startDate": null,
"@baseType": null,
"@type": null,
"@schemaLocation": null,
"relatedParty": [
{
"id": "cs0008",
"href": null,
"role": "ONAPcustomer",
"name": "cs0008",
"@referredType": null
}
],
"orderRelationship": null,
"orderItem": [
{
"orderMessage": [
{
"code": "504",
"field": null,
"messageInformation": "Service Orchestrator Service
Instantiation timed out",
"severity": "error",
"correctionRequired": true
}
],
"id": "1",
"action": "add",
"state": "failed",
"percentProgress": "0",
"@type": null,
"@schemaLocation": null,
"@baseType": null,
"orderItemRelationship": [],
"service": {
"id": "436d45c9-2a8f-4649-b945-831e81ca884d",
"serviceType": null,
"href": null,
"name": "vNGINX_service_6",
"serviceState": "active",
"@type": null,
"@schemaLocation": null,
"serviceCharacteristic": null,
"serviceRelationship": null,
"relatedParty": null,
"serviceSpecification": {
"id": "b674ffb4-5448-4ceb-949d-9432e2d40a2b",
"href": null,
"name": null,
"version": null,
"targetServiceSchema": null,
"@type": null,
"@schemaLocation": null,
"@baseType": null
}
},
"orderItemMessage": [
{
"code": "504",
"field": null,
"messageInformation": "Service Orchestrator Service
Instantiation timed out",
"severity": "error",
"correctionRequired": true
}
]
}
],
"orderMessage": null
}
