I have the same suggestion - check that your cloud region has been setup and 
registered per the link.

From: [email protected] <[email protected]> On Behalf Of 
Rene Robert via Lists.Onap.Org
Sent: Monday, August 19, 2019 7:16 AM
To: [email protected]; [email protected]; Multanen, Eric W 
<[email protected]>
Subject: Re: [onap-discuss][SO][OOF][MultiCloud] error while instantiating VF 
module

About cloud_site, there is that user-guide

https://onap.readthedocs.io/en/latest/guides/onap-user/cloud_site/index.html

maybe it could help

Best regards


[Logo Orange]<http://www.orange.com/>

René Robert
«Open and Smart solutions for autOmating Network Services»
ORANGE/IMT/OLN/CNC/NARA/OSONS

Fixe : +33 2 96 07 39 29 
<https://monsi.sso.francetelecom.fr/index.asp?target=http%3A%2F%2Fclicvoice.sso.francetelecom.fr%2FClicvoiceV2%2FToolBar.do%3Faction%3Ddefault%26rootservice%3DSIGNATURE%26to%3D+33%202%2096%2007%2039%2029>
Mobile : +33 6 74 78 68 43 
<https://monsi.sso.francetelecom.fr/index.asp?target=http%3A%2F%2Fclicvoice.sso.francetelecom.fr%2FClicvoiceV2%2FToolBar.do%3Faction%3Ddefault%26rootservice%3DSIGNATURE%26to%3D+33%206%2074%2078%2068%2043>
[email protected]<mailto:[email protected]>


De : [email protected]<mailto:[email protected]> 
[mailto:[email protected]] De la part de Sunilkumar Shivangouda 
Biradar
Envoyé : lundi 19 août 2019 12:38
À : [email protected]<mailto:[email protected]>; 
[email protected]<mailto:[email protected]>
Objet : [onap-discuss][SO][OOF][MultiCloud] error while instantiating VF module

Hi Team,

I am working on vFW usecase with HPA (ONAP version: Dublin)

Case 1:- Instantiated VM on openstack but not with specified flavors from OOF

I tried to create a VF module from VID using VNF-API and was able instantiate 
VM on openstack but not with the flavors which was suggested at oof_directives, 
instead it created the VM with the flavors provided in SDNC_preload and found 
from so-openstack log that SO was not calling multicloud  API 
"/api/multicloud/v1/CloudOwner/RegionOne/infra_workload".

Case 2:- VM did not get instantiated, getting error.

https://wiki.onap.org/display/DW/Recap+of+Dublin+SO+Multicloud+Plugin+--%3E+Multicloud+Interactions
Got to know from wiki that for HPA we need not make any changes to cloud_site 
table of catalogdb. (which is leading to Case 1 above). Hence manually I 
modified orchestrator= "multicloud" for the region I'm using, as show in below 
table.

[cid:[email protected]]
[cid:[email protected]]

Post changing the cloud_site table I am able to see SO is calling the 
"/api/multicloud/v1/CloudOwner/RegionOne/infra_workload" API of multicloud.
But getting this below error from SO-openstack log(I made sure that no vf 
module with this name(vfwhpa_stack_test_24) exists in AAI before triggering vf 
module creation) :

2019-08-19T07:19:29.498Z|| org.onap.so.openstack.utils.MsoMulticloudUtils - 
Query multicloud HEAT stack: vfwhpa_stack_test_24 in tenant 
c673af272d074170881559797f46b89d
2019-08-19T07:19:29.499Z|| org.onap.so.openstack.utils.MsoMulticloudUtils - 
Multicloud Endpoint is: 
http://msb-iag.onap:80/api/multicloud/v1/CloudOwner/RegionOne/infra_workload?name=vfwhpa_stack_test_24
2019-08-19T07:19:29.505Z|| o.onap.so.logging.jaxrs.filter.JaxRsClientLogging - 
Could not Find Request ID Generating New One: 
/api/multicloud/v1/CloudOwner/RegionOne/infra_workload
2019-08-19T07:19:29.506Z|| o.o.so.logging.jaxrs.filter.PayloadLoggingFilter - 
Making GET request to: 
http://msb-iag.onap:80/api/multicloud/v1/CloudOwner/RegionOne/infra_workload?name=vfwhpa_stack_test_24
Request Headers: {Project=[c673af272d074170881559797f46b89d], 
Accept=[application/json], 
X-ONAP-RequestID=[96718a17-4eeb-41db-b185-88f04799763e], 
X-ONAP-InvocationID=[bd58d3f1-ecc7-436f-88fb-378ed51a58e2], 
X-ONAP-PartnerName=[SO]}
2019-08-19T07:19:29.667Z|| o.o.so.logging.jaxrs.filter.PayloadLoggingFilter - 
Response from GET: 
http://msb-iag.onap:80/api/multicloud/v1/CloudOwner/RegionOne/infra_workload?name=vfwhpa_stack_test_24
Response Headers: {Allow=[GET, POST, PUT, PATCH, DELETE, HEAD, OPTIONS], 
connection=[keep-alive], content-type=[text/html; charset=utf-8], Date=[Mon, 19 
Aug 2019 07:19:29 GMT], Server=[openresty], transfer-encoding=[chunked], 
Vary=[Cookie], 
X-Frame-Options=[SAMEORIGIN]}{"template_type":"HEAT","workload_status_reason":"authenticate
 fails:CloudOwner, RegionOne, {\"error\":{\"message\":\"The request you have 
made requires 
authentication.\",\"code\":401,\"title\":\"Unauthorized\"}}","workload_status":"GET_FAILED","workload_id":""}

2019-08-19T07:19:29.668Z|| org.onap.so.openstack.utils.MsoMulticloudUtils - 
Multicloud GET Response: 
org.apache.cxf.jaxrs.impl.ResponseImpl@6250c8cb<mailto:org.apache.cxf.jaxrs.impl.ResponseImpl@6250c8cb>
2019-08-19T07:19:29.668Z|| org.onap.so.openstack.utils.MsoMulticloudUtils - 
StackInfo to convert: {}
2019-08-19T07:19:29.668Z|| org.onap.so.openstack.utils.MsoMulticloudUtils - 
HeatStatus = FAILED msg = Internal Server Error
2019-08-19T07:19:29.668Z|| org.onap.so.openstack.utils.MsoMulticloudUtils - 
Stack Status: FAILED
2019-08-19T07:19:29.668Z|| org.onap.so.openstack.utils.MsoMulticloudUtils - 
Stack Status Message: Internal Server Error
2019-08-19T07:19:29.668Z|| org.onap.so.adapters.vnf.MsoVnfPluginAdapterImpl - 
Found Existing VDU, status=FAILED
2019-08-19T07:19:29.668Z|| org.onap.so.adapters.vnf.MsoVnfPluginAdapterImpl - 
RA_VNF_ALREADY_EXIST vfwhpa_stack_test_24 CloudOwner RegionOne 
c673af272d074170881559797f46b89d VDU queryVdu 300 VF Module 
vfwhpa_stack_test_24 already exists and is in FAILED state
2019-08-19T07:19:29.668Z|| org.onap.so.adapters.vnf.MsoVnfPluginAdapterImpl - 
Create VF: Deployment vfwhpa_stack_test_24 already exists and is in FAILED 
state in CloudOwner/RegionOne/c673af272d074170881559797f46b89d; requires manual 
intervention.
2019-08-19T07:19:29.679Z|| org.onap.so.adapters.vnf.BpelRestClient - Sending 
response to BPEL: <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<vfModuleException>
    <messageId>dcfcc4e0-7723-473d-bfcb-dd8b9fe4ff2f-1566199169042</messageId>
    <category>INTERNAL</category>
    <message>Resource vfwhpa_stack_test_24 already exists in owner/cloud/tenant 
CloudOwner/RegionOne/c673af272d074170881559797f46b89d with ID </message>
   <rolledBack>true</rolledBack>
</vfModuleException>


Please suggest on this issue.

Thanks in advance.

Regards,
Sunil B
============================================================================================================================
 Disclaimer: This message and the information contained herein is proprietary 
and confidential and subject to the Tech Mahindra policy statement, you may 
review the policy at http://www.techmahindra.com/Disclaimer.html externally 
http://tim.techmahindra.com/tim/disclaimer.html internally within TechMahindra. 
============================================================================================================================

_________________________________________________________________________________________________________________________



Ce message et ses pieces jointes peuvent contenir des informations 
confidentielles ou privilegiees et ne doivent donc

pas etre diffuses, exploites ou copies sans autorisation. Si vous avez recu ce 
message par erreur, veuillez le signaler

a l'expediteur et le detruire ainsi que les pieces jointes. Les messages 
electroniques etant susceptibles d'alteration,

Orange decline toute responsabilite si ce message a ete altere, deforme ou 
falsifie. Merci.



This message and its attachments may contain confidential or privileged 
information that may be protected by law;

they should not be distributed, used or copied without authorisation.

If you have received this email in error, please notify the sender and delete 
this message and its attachments.

As emails may be altered, Orange is not liable for messages that have been 
modified, changed or falsified.

Thank you.


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

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

Reply via email to