I am seeing the following error in the so-openstack-adapter debug.log file. 
Perhaps the error has to do with multicloud??
WITHOUT VNF PROFILE CREATED

2018-11-22T02:45:44.422Z|9d443c57-4567-4767-a7a0-8822defd042a| 
org.onap.so.openstack.utils.MsoMulticloudUtils - StackInfo to convert: {}
2018-11-22T02:45:44.423Z|9d443c57-4567-4767-a7a0-8822defd042a| 
org.onap.so.openstack.utils.MsoMulticloudUtils - HeatStatus = FAILED msg = Bad 
Gateway
2018-11-22T02:45:44.423Z|9d443c57-4567-4767-a7a0-8822defd042a| 
org.onap.so.openstack.utils.MsoMulticloudUtils - Stack Status: FAILED
2018-11-22T02:45:44.423Z|9d443c57-4567-4767-a7a0-8822defd042a| 
org.onap.so.openstack.utils.MsoMulticloudUtils - Stack Status Message: Bad 
Gateway
2018-11-22T02:45:44.423Z|9d443c57-4567-4767-a7a0-8822defd042a| 
org.onap.so.adapters.vnf.MsoVnfPluginAdapterImpl - VF Module vfwhpa_stack 
successfully created
2018-11-22T02:45:44.466Z|9d443c57-4567-4767-a7a0-8822defd042a| 
org.onap.so.adapters.vnf.BpelRestClient - Sending response to BPEL: <?xml 
version="1.0" encoding="UTF-8" stan$
alone="yes"?>
<createVfModuleResponse>
    <messageId>9d443c57-4567-4767-a7a0-8822defd042a-1542854743450</messageId>
    <rollback>
        <cloudSiteId>ONAP-POD-01-Rail-06</cloudSiteId>
        
<messageId>9d443c57-4567-4767-a7a0-8822defd042a-1542854743450</messageId>
        <mode>CFY</mode>
        <msoRequest>
            <requestId>9d443c57-4567-4767-a7a0-8822defd042a</requestId>
            
<serviceInstanceId>81bacddf-2202-4f01-bd6b-b7b91829bde4</serviceInstanceId>
        </msoRequest>
        <tenantId>709ba629fe194f8699b12f9d6ffd86a0</tenantId>
        <vfModuleCreated>true</vfModuleCreated>
        <vfModuleId>cba6e389-c2da-480c-a0e1-21acfa7137be</vfModuleId>
        <vfModuleStackId></vfModuleStackId>

WITH VNF PROFILE CREATED

2018-11-22T02:26:27.822Z|ed66ab72-69ea-4205-bb12-e29003bbcf28| 
o.o.so.logging.jaxrs.filter.PayloadLoggingFilter - Response from POST: 
http://msb-iag.onap:80/api/multicloud-t
itaniumcloud/v1/CloudOwner/ONAP-POD-01-Rail-06/infra_workload
Response Headers: {connection=[keep-alive], content-type=[text/html], 
Date=[Thu, 22 Nov 2018 02:26:27 GMT], Server=[openresty], 
transfer-encoding=[chunked], Vary=[Cookie], X
-Frame-Options=[SAMEORIGIN]}<h1>Server Error (500)</h1>

2018-11-22T02:26:27.822Z|ed66ab72-69ea-4205-bb12-e29003bbcf28| 
org.onap.so.openstack.utils.MsoMulticloudUtils - StackInfo to convert: {}
2018-11-22T02:26:27.822Z|ed66ab72-69ea-4205-bb12-e29003bbcf28| 
org.onap.so.openstack.utils.MsoMulticloudUtils - HeatStatus = FAILED msg = 
Internal Server Error
2018-11-22T02:26:27.823Z|ed66ab72-69ea-4205-bb12-e29003bbcf28| 
org.onap.so.openstack.utils.MsoMulticloudUtils - Stack Status: FAILED
2018-11-22T02:26:27.823Z|ed66ab72-69ea-4205-bb12-e29003bbcf28| 
org.onap.so.openstack.utils.MsoMulticloudUtils - Stack Status Message: Internal 
Server Error
2018-11-22T02:26:27.823Z|ed66ab72-69ea-4205-bb12-e29003bbcf28| 
org.onap.so.adapters.vnf.MsoVnfPluginAdapterImpl - VF Module vfwhpa_stack 
successfully created
2018-11-22T02:26:27.859Z|ed66ab72-69ea-4205-bb12-e29003bbcf28| 
org.onap.so.adapters.vnf.BpelRestClient - Sending response to BPEL: <?xml 
version="1.0" encoding="UTF-8" stand
alone="yes"?>



From: Multanen, Eric W
Sent: Wednesday, November 21, 2018 1:20 PM
To: [email protected]; [email protected]; Ukponmwan, Itohan 
<[email protected]>
Cc: Mishra, Sharad D <[email protected]>; Addepalli, Srinivasa R 
<[email protected]>; Deng, Yipan <[email protected]>; 
Williams, Marcus <[email protected]>; Ranganathan, Dileep 
<[email protected]>
Subject: RE: [onap-discuss] VF Module Creation Says Successful but stack not 
created in Openstack

After the so-openstack adapter log, I'd look at the multicloud log, eg 
something like:

               root@oom-rancher:~/oom/kubernetes/multicloud# kubectl -n onap 
exec -it dev-multicloud-multicloud-windriver-685f4cc944-nn49x bash
root@dev-multicloud-multicloud-windriver-685f4cc944-nn49x:/opt/windriver# tail 
-f /var/log/onap/multicloud/openstack/windriver/titanium_cloud.log

Another source of clues could be the so-bpmn logs.

Eric


From: [email protected]<mailto:[email protected]> 
[mailto:[email protected]] On Behalf Of Brian
Sent: Wednesday, November 21, 2018 1:04 PM
To: [email protected]<mailto:[email protected]>; Ukponmwan, 
Itohan <[email protected]<mailto:[email protected]>>
Cc: Mishra, Sharad D 
<[email protected]<mailto:[email protected]>>; Addepalli, 
Srinivasa R 
<[email protected]<mailto:[email protected]>>; 
Deng, Yipan <[email protected]<mailto:[email protected]>>; Williams, 
Marcus <[email protected]<mailto:[email protected]>>; Multanen, 
Eric W <[email protected]<mailto:[email protected]>>; 
Ranganathan, Dileep 
<[email protected]<mailto:[email protected]>>
Subject: Re: [onap-discuss] VF Module Creation Says Successful but stack not 
created in Openstack

No - look in so-openstack adapter logs and see if you see an error.

The only thing close was in vCPE testing there was a problem with the BPMN 
where the link from vnf to vfmodule on a macro flow was missing but you arent 
using macro flow in VID.

Brian


From: [email protected]<mailto:[email protected]> 
<[email protected]<mailto:[email protected]>> On Behalf Of 
Ukponmwan, Itohan
Sent: Wednesday, November 21, 2018 4:02 PM
To: [email protected]<mailto:[email protected]>
Cc: Mishra, Sharad D 
<[email protected]<mailto:[email protected]>>; Addepalli, 
Srinivasa R 
<[email protected]<mailto:[email protected]>>; 
Deng, Yipan <[email protected]<mailto:[email protected]>>; Williams, 
Marcus <[email protected]<mailto:[email protected]>>; Multanen, 
Eric W <[email protected]<mailto:[email protected]>>; 
Ranganathan, Dileep 
<[email protected]<mailto:[email protected]>>
Subject: [onap-discuss] VF Module Creation Says Successful but stack not 
created in Openstack

Hi All,

I created a VNF, preloaded and then created a VF module. The Creation says 
successful but the stack is not shown in Openstack. Has anyone seen this. Any 
ideas on how to debug this?

Thanks,
Itohan




-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#13966): https://lists.onap.org/g/onap-discuss/message/13966
Mute This Topic: https://lists.onap.org/mt/28281137/21656
Group Owner: [email protected]
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to