summaryrefslogtreecommitdiffstats
path: root/boot
diff options
context:
space:
mode:
authorShankar Narayanan <snarayanan@research.att.com>2018-04-26 15:14:43 -0400
committerShankar Narayanan <snarayanan@research.att.com>2018-04-26 15:14:56 -0400
commitc3b4dead35ecc8f06a7f05eeabc86f0418fa2051 (patch)
treef488e266f7745446a7ab3105f5a883bdeb4d82ed /boot
parent396542d364d3b5ce62e279578fb465faeca1a1c8 (diff)
Fix replication factor
Issue-ID: OPTFRA-224 Change-Id: I2d2dd71e079f5f430908bd3255ca8f505bc0d856 Signed-off-by: Shankar Narayanan <snarayanan@research.att.com>
Diffstat (limited to 'boot')
-rw-r--r--boot/oof_vm_init.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/oof_vm_init.sh b/boot/oof_vm_init.sh
index 73a81694..717a16e9 100644
--- a/boot/oof_vm_init.sh
+++ b/boot/oof_vm_init.sh
@@ -172,7 +172,7 @@ MUSIC_URL=$(docker inspect --format '{{ .NetworkSettings.Networks.bridge.IPAddre
sed -i "138 s%.*%server_url = https://aai.api.simpledemo.onap.org:8443/aai%" $COND_CONF
sed -i "141 s%.*%server_url_version = v13%" $COND_CONF
sed -i "250 s%.*%server_url = http://$MUSIC_URL:8080/MUSIC/rest/v2%" $COND_CONF
-sed -i "277 s%.*%replication_factor = 1" $COND_CONF
+sed -i "277 s%.*%replication_factor = 1%" $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