Fix OOF configuration in init script 01/50201/1
authorDileep Ranganathan <dileep.ranganathan@intel.com>
Mon, 4 Jun 2018 12:51:55 +0000 (05:51 -0700)
committerDileep Ranganathan <dileep.ranganathan@intel.com>
Mon, 4 Jun 2018 12:56:18 +0000 (05:56 -0700)
Replace MSB url with actual HEAT environment URL in oof_vm_init.sh

Change-Id: I5a407c94c79719b38dc8eda900b8819692e14b7b
Issue-ID: OPTFRA-232
Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
boot/oof_vm_init.sh

index f7ce92d..7c1f2cc 100644 (file)
@@ -174,6 +174,7 @@ sed -i "138 s%.*%server_url = https://aai.api.simpledemo.onap.org:8443/aai%" $CO
 sed -i "141 s%.*%server_url_version = v13%" $COND_CONF
 sed -i "257 s%.*%server_url = http://$MUSIC_URL:8080/MUSIC/rest/v2%" $COND_CONF
 sed -i "284 s%.*%replication_factor = 1%" $COND_CONF
+sed -i "359 s%.*%server_url = http://msb.api.simpledemo.onap.org/api/multicloud%" $COND_CONF
 
 # Set A&AI authentication file locations inside OOF-HAS conductor.conf
 sed -i "153 s%.*%certificate_authority_bundle_file = $AAI_cert%" $COND_CONF