Hi Eric,

Thank you for the reply.

I have configured the bpmn-infa and populated the database as suggested.

I am trying to onboard loadbalance service and when I try to create
vf-module from vid using old VNF_apis, vid reports the vf-module created
successfully. But I could see no VF launched in the underlying VIM
configured through multi-cloud.

On further debugging I found some error logs in so-openstack-adapter pod.
(Attached the log file)

Could you please let me if I am missing any configuration?

Best regards,
Sirisha Gopigiri


On Wed, Nov 21, 2018 at 7:18 PM Multanen, Eric W <[email protected]>
wrote:

> A couple things:
>
>
>
> 1.      Configure SO to use the v2 adapter api
>
> Check bmpn configmap and modified per highlighted difference:
>
> kubectl -n onap edit configmap dev-so-so-bpmn-infra-app-configmap
>
> - vnf:
>
>           endpoint:
> http://so-openstack-adapter.onap:8087/services/VnfAdapter
> <https://urldefense.proofpoint.com/v2/url?u=http-3A__so-2Dopenstack-2Dadapter.onap-3A8087_services_VnfAdapter&d=DwMGaQ&c=udBTRvFvXC5Dhqg7UHpJlPps3mZ3LRxpb6__0PomBTQ&r=5PWCtn_zD8jT6xuuwP7DpGwXiA7-u1RBXx8E9Vrv2NI&m=o1PDDaaq0Miy6D8Vhj-vQGUNfNv59LMJz1FeY39iX7I&s=hYtgzPQCWMPVR1a-UGHCesA8FwkL0iUbmSC8gVg9fQU&e=>
>
>           rest:
>
>             endpoint:
> http://so-openstack-adapter.onap:8087/services/rest/v1/vnfs
> <https://urldefense.proofpoint.com/v2/url?u=http-3A__so-2Dopenstack-2Dadapter.onap-3A8087_services_rest_v1_vnfs&d=DwMGaQ&c=udBTRvFvXC5Dhqg7UHpJlPps3mZ3LRxpb6__0PomBTQ&r=5PWCtn_zD8jT6xuuwP7DpGwXiA7-u1RBXx8E9Vrv2NI&m=o1PDDaaq0Miy6D8Vhj-vQGUNfNv59LMJz1FeY39iX7I&s=1SMBhMune7J9rmHLyreO1boRU2M7lNCfS_tgGyIxO4Y&e=>
>
>
>
> + vnf:
>
>           endpoint:
> http://so-openstack-adapter.onap:8087/services/VnfAdapter
> <https://urldefense.proofpoint.com/v2/url?u=http-3A__so-2Dopenstack-2Dadapter.onap-3A8087_services_VnfAdapter&d=DwMGaQ&c=udBTRvFvXC5Dhqg7UHpJlPps3mZ3LRxpb6__0PomBTQ&r=5PWCtn_zD8jT6xuuwP7DpGwXiA7-u1RBXx8E9Vrv2NI&m=o1PDDaaq0Miy6D8Vhj-vQGUNfNv59LMJz1FeY39iX7I&s=hYtgzPQCWMPVR1a-UGHCesA8FwkL0iUbmSC8gVg9fQU&e=>
>
>           rest:
>
>             endpoint: http://so-openstack-adapter.onap:8087/services/rest/
> v2/vnfs
> <https://urldefense.proofpoint.com/v2/url?u=http-3A__so-2Dopenstack-2Dadapter.onap-3A8087_services_rest_v2_vnfs&d=DwMGaQ&c=udBTRvFvXC5Dhqg7UHpJlPps3mZ3LRxpb6__0PomBTQ&r=5PWCtn_zD8jT6xuuwP7DpGwXiA7-u1RBXx8E9Vrv2NI&m=o1PDDaaq0Miy6D8Vhj-vQGUNfNv59LMJz1FeY39iX7I&s=9NTLfPDuwFW1IAzlq2wF7wJb1o4Kw1cZ6LPZYHhEdeQ&e=>
>
>
>
>
> then delete the pod and let it respawn with new config
>
>
>
>
>
>
>
> 2.      Cloud site information in the SO database needs to align (I've
> done these changes manually directly with the db for testing)
>
> a.      Have a row in 'cloud_sites' table that has:
>
>                                 i.          ID of 'regionId' (e.g.
> whatever your region id is)
>
>                                ii.          REGION_ID of 'regionId'
>
>                               iii.          IDENTITY_SERVICE_ID of
> 'regionId'
>
>                               iv.          ORCHESTRATOR of 'multicloud'
>
> b.      In 'identity_services' table have a row that has:
>
>                                 i.          ID of 'regionId'
>
>                                ii.          IDENTITY_URL of '
> http://msb-iag.onap:80/api/multicloud-titaniumcloud/v1/CloudOwner/regionId/infra_workload
> <https://urldefense.proofpoint.com/v2/url?u=http-3A__msb-2Diag.onap-3A80_api_multicloud-2Dtitaniumcloud_v1_CloudOwner_regionId_infra-5Fworkload&d=DwMGaQ&c=udBTRvFvXC5Dhqg7UHpJlPps3mZ3LRxpb6__0PomBTQ&r=5PWCtn_zD8jT6xuuwP7DpGwXiA7-u1RBXx8E9Vrv2NI&m=o1PDDaaq0Miy6D8Vhj-vQGUNfNv59LMJz1FeY39iX7I&s=Q2yZmNwgXOjcMPSJO3i9RkO0aDo5COy_u3L8YRHX-S8&e=>
>
> 1.      Where the 'CloudOwner' and 'regioinId' in the URL are the actual
> cloud owner and region id values
>
>
>
>
>
> *From:* Seshu m [mailto:[email protected]]
> *Sent:* Tuesday, November 20, 2018 9:03 PM
> *To:* [email protected]; Multanen, Eric W <
> [email protected]>
> *Cc:* [email protected]
> *Subject:* RE: [E][onap-discuss][SO]Configuring SO with multi-VIM
>
>
>
> Hi Sririsha
>
>
>
> Sorry for coming back late, missed your mail earlier…
>
>
>
> @Eric:  Please help Sirisha with the configuration details.
>
>
>
> Thanks and Regards,
>
> M Seshu Kumar
>
> Senior System Architect
>
> Single OSS India Branch Department. S/W BU.
>
> Huawei Technologies India Pvt. Ltd.
>
> Survey No. 37, Next to EPIP Area, Kundalahalli, Whitefield
>
> Bengaluru-560066, Karnataka.
>
> Tel: + 91-80-49160700 , Mob: 9845355488
>
> [image: Company_logo]
>
>
> ___________________________________________________________________________________________________
>
> 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:* [email protected] [mailto:[email protected]
> <[email protected]>] *On Behalf Of *Gopigiri, Sirisha via
> Lists.Onap.Org
> *Sent:* Monday, November 19, 2018 12:18 PM
> *To:* [email protected]
> *Subject:* [E][onap-discuss][SO]Configuring SO with multi-VIM
>
>
>
> Hi SO team,
>
>
>
> I have installed ONAP using OOM Master branch, and as of Casablanca
> release I could see that SO supports multi-VIM/Cloud for launching
> VF-modules. I have configured multi-VIM with the corresponding VIM that I
> would require. But I am stuck at how to configure SO to use the VIM
> registered in multi-VIM.
>
>
>
> Could you please help me with this? Could you please point me to the
> documentation for configuration as well?
>
>
> Thank you in advance!
>
>
>
> Best Regards
>
> Sirisha Gopigiri
>
> 
>

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

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

Attachment: openstack_adapter_error
Description: Binary data

Reply via email to