Hi Aniello, Thank you for guidance.
After successfully distribute 'fiveg' service from SDC. We used following POST request to instantiate the 5g core service directly via NBI. Note : In a request body, we replaced id value with fiveg service UUID. "id":"bf2fd701-a59b-494e-8115-366fa989ede0" *POST https://{ONAP_IP}:30274/nbi/api/v4/serviceOrder* { "externalId":"ONAP0028777", "requestedStartDate":"2021-09-09T13:56:24.284Z", "requestedCompletionDate":"2021-09-10T13:56:24.284Z", "relatedParty":[ { "id":"5GCustomer", "role":"ONAPcustomer" } ], "orderItem":[ { "id":"1", "action":"add", "service":{ "name":"ns_5gcoreNF-4g81-8dcd-0b171dc44d27", "serviceType":"5G", "serviceState":"active", "serviceSpecification":{ "id":"bf2fd701-a59b-494e-8115-366fa989ede0" }, "serviceCharacteristic":[ { "name":"fiveg0_snssai", "value":{ "serviceCharacteristicValue":"01-EC09C0" } } ] } } ] } *Is it right, what we did above? * *After that, we are still not able to see AMF/SMF/UPF pods.* ** *After going through NBI log, we are getting following error.* org.springframework.web.client.ResourceAccessException: I/O error on GET request for "https://nbi.onap:8443/nbi/api/v4/serviceSpecification/bf2fd701-a59b-494e-8115-366fa989ede0": Connect to nbi.onap:8443 [nbi.onap/10.96.104.218] failed: Connection timed out (Connection timed out); nested exception is org.apache.http.conn.HttpHostConnectException: Connect to nbi.onap:8443 [nbi.onap/10.96.104.218] failed: Connection timed out (Connection timed out) at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:751) ~[spring-web-5.2.2.RELEASE.jar!/:5.2.2.RELEASE] at ... 19 common frames omitted Caused by: java.net.ConnectException: Connection timed out (Connection timed out) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) ~[na:na] 2022-03-22 07:48:46.473 WARN 1 --- [ scheduling-1] o.o.nbi.apis.serviceorder.MultiClient : unable to retrieve catalog information for service bf2fd701-a59b-494e-8115-366fa989ede0 2022-03-22 07:48:46.476 WARN 1 --- [ scheduling-1] o.o.n.a.s.w.CheckOrderConsistenceManager : service order item 1 of service order 62397edb9cb9ae0a49edee34 rejected cause no service catalog found for id bf2fd701-a59b-494e-8115-366fa989ede0 *Could you please guide us, what we are still missing? * Regards Ganesh Mane -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#23935): https://lists.onap.org/g/onap-discuss/message/23935 Mute This Topic: https://lists.onap.org/mt/89336583/21656 Mute #sdc:https://lists.onap.org/g/onap-discuss/mutehashtag/sdc Mute #so:https://lists.onap.org/g/onap-discuss/mutehashtag/so Mute #cds:https://lists.onap.org/g/onap-discuss/mutehashtag/cds Mute #slicing:https://lists.onap.org/g/onap-discuss/mutehashtag/slicing Group Owner: [email protected] Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
