Hi Eric, With the step 2, does that mean we have to add an entry in cloud_sites to match every AAI cloud region ?
Please confirm , thanks Best Regards, Bin Yang, Solution Engineering Team, Wind River ONAP Multi-VIM/Cloud PTL Direct +86,10,84777126 Mobile +86,13811391682 Fax +86,10,64398189 Skype: yangbincs993 From: [email protected] [mailto:[email protected]] On Behalf Of Multanen, Eric W Sent: Wednesday, November 21, 2018 9:49 PM To: Seshu m; [email protected]; Williams, Marcus Cc: [email protected] Subject: Re: [E][onap-discuss][SO]Configuring SO with multi-VIM 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 rest: endpoint: http://so-openstack-adapter.onap:8087/services/rest/v1/vnfs + vnf: endpoint: http://so-openstack-adapter.onap:8087/services/VnfAdapter rest: endpoint: http://so-openstack-adapter.onap:8087/services/rest/v2/vnfs 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 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 [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]> [mailto:[email protected]] On Behalf Of Gopigiri, Sirisha via Lists.Onap.Org Sent: Monday, November 19, 2018 12:18 PM To: [email protected]<mailto:[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 (#13968): https://lists.onap.org/g/onap-discuss/message/13968 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]] -=-=-=-=-=-=-=-=-=-=-=-
