diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-06-04 21:42:45 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-06-04 21:42:45 +0000 |
commit | b9521b4472c0f6cb6d076e9e544e6a70d2efc9e1 (patch) | |
tree | 60ddc846f724f1d7a86a17d20c07cf992ba6a87d | |
parent | 222029c4b12c13f5821b6f4f4dd57d817e4f7566 (diff) | |
parent | 70e0586b8de17723bed3e836d6cf08d1d9022e57 (diff) |
Merge "Fix OOF configuration in init script"
-rw-r--r-- | boot/oof_vm_init.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/boot/oof_vm_init.sh b/boot/oof_vm_init.sh index f7ce92d0..7c1f2cc7 100644 --- a/boot/oof_vm_init.sh +++ b/boot/oof_vm_init.sh @@ -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 |