summaryrefslogtreecommitdiffstats
path: root/mgr/docker/instance_config.sh
diff options
context:
space:
mode:
Diffstat (limited to 'mgr/docker/instance_config.sh')
-rwxr-xr-xmgr/docker/instance_config.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/mgr/docker/instance_config.sh b/mgr/docker/instance_config.sh
index 3259f48..54c4528 100755
--- a/mgr/docker/instance_config.sh
+++ b/mgr/docker/instance_config.sh
@@ -3,6 +3,10 @@
MSB_PROTO=`echo $MSB_PROTO`
MSB_IP=`echo $MSB_ADDR | cut -d: -f 1`
MSB_PORT=`echo $MSB_ADDR | cut -d: -f 2`
+if [ $REG_TO_MSB_WHEN_START ]; then
+
+ sed -i "s|REG_TO_MSB_WHEN_START = .*|REG_TO_MSB_WHEN_START = '$REG_TO_MSB_WHEN_START'|" vfc/gvnfm/vnfmgr/mgr/mgr/pub/config/config.py
+fi
if [ $MSB_IP ]; then
sed -i "s|MSB_SERVICE_IP.*|MSB_SERVICE_IP = '$MSB_IP'|" vfc/gvnfm/vnfmgr/mgr/mgr/pub/config/config.py