Hey, Community! Still waiting for a response. It would be really helpful if someone could guide me through the process. I am stuck at the part where I have to edit the following commands. I don't know how to do it hence need some clarification for the same.
mysql -- user = so_admin -- password = so_Admin123 USE catalogdb # First option: Without using ORCHESTRATOR VALUE set to multicloud # (use Openstack credentials - username, encrypted password) INSERT INTO identity_services VALUES ( 'MC_KEYSTONE' , 'http://msb-iag.onap:80/api/multicloud/v1/MyCompanyName/ONAPCloudRegionName/identity/v2.0' , 'admin' , '5b6f369745f5f0e1c61da7f0656f3daf93c8030a2ea94b7964c67abdcfb49bdf2fa2266344b4caaca1eba8264d277831' , 'service' , 'admin' , 1 , 'KEYSTONE' , 'USERNAME_PASSWORD' , 'lastUser' , '2019-07-05 10:32:00' , '2019-07-05 10:32:00' , 'PROJECT_DOMAIN_NAME' , 'USER_DOMAIN_NAME' ); INSERT INTO cloud_sites VALUES ( 'ONAPCloudRegionName' , 'TenantRegion' , 'MC_KEYSTONE' , 2.5 , 'ONAPCloudRegionName' , NULL , NULL , NULL , 'MySelf' , '2019-07-05 10:32:00' , '2019-07-05 10:32:00' ); # Second option: using ORCHESTRATOR VALUE set to multicloud from Dublin version INSERT INTO cloud_sites ( ID , REGION_ID , IDENTITY_SERVICE_ID , CLOUD_VERSION , CLLI , ORCHESTRATOR ) values ( "ONAPCloudRegionName" , "ONAPCloudRegionName" , "DEFAULT_KEYSTONE" , "2.5" , "My_Complex" , "multicloud" ); Thank you, Virat -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#24704): https://lists.onap.org/g/onap-discuss/message/24704 Mute This Topic: https://lists.onap.org/mt/108924491/21656 Mute #onap:https://lists.onap.org/g/onap-discuss/mutehashtag/onap Mute #question:https://lists.onap.org/g/onap-discuss/mutehashtag/question Mute #so:https://lists.onap.org/g/onap-discuss/mutehashtag/so Mute #mariadb:https://lists.onap.org/g/onap-discuss/mutehashtag/mariadb Mute #mariadb-galera:https://lists.onap.org/g/onap-discuss/mutehashtag/mariadb-galera Group Owner: [email protected] Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
