Yes, just to add to what Brian suggested.
Its better to check the log of api handler, bpmn-infra, sdnc-adapter and vnf adapter in the same order. -------------------------------------------------- Thanks and Regards, M Seshu Kumar Lead Architect, P&S, Cloud Network OSDT, Huawei Technologies India Pvt. Ltd. Survey No. 37, Next to EPIP Area, Kundalahalli, Whitefield Bengaluru-560066, Karnataka. Tel: + 91-80-49160700 , Mob: 9845355488 ___________________________________________________________________________________________________ This e-mail and its attachments contain confidential information from HUAWEI, which is intended only for the person or entity whose address is listed above. Any use of the information contained herein in any way (including, but not limited to, total or partial disclosure, reproduction, or dissemination) by persons other than the intended recipient(s) is prohibited. If you receive this e-mail in error, please notify the sender by phone or email immediately and delete it! ------------------------------------------------------------------------------------------------------------------------------------------------------------------- From:Brian Freeman <[email protected]> To:onap-discuss <[email protected]>;Ali Akbar Hemmati <[email protected]> Date:2020-11-17 19:50:32 Subject:Re: [onap-discuss] problem with service instantiation 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 (#22472): https://lists.onap.org/g/onap-discuss/message/22472 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]] -=-=-=-=-=-=-=-=-=-=-=-
