The SO interface is asynchronous. What did you get back when you did the request status check.
self.so_check_progress_api_url = 'http://' + self.hosts['so'] + ':' + self.so_nbi_port + '/onap/so/infra/orchestrationRequests/v6' In SO usually either the bbpm log /app/logs/bpmn/*.log or one of the adapter log’s shows the problem depending on where in the workflow the error occurred. Brian From: [email protected] <[email protected]> On Behalf Of Ali Akbar Hemmati Sent: Tuesday, November 17, 2020 6:18 AM To: [email protected] Subject: [onap-discuss] problem with service instantiation Hi ONAP team, I want to instantiate a service for testing my ONAP deployment. The ONAP version is frankfurt. I have designed a service with only one vf and nothing else to be deployed on openstack. I use SO rest api to instantiate service. I get 200 range responses when I call api urls but there is nothing happening in the openstack side. How can I check the problem? Is there any pod that I should read the logs of or is there any url that I should use to find the errors? My problem is that I don't know where is the issue coming from or even is there an issue or not. Thanks in advance, Aliakbar -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#22470): https://lists.onap.org/g/onap-discuss/message/22470 Mute This Topic: https://lists.onap.org/mt/78313826/21656 Group Owner: [email protected] Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
