summaryrefslogtreecommitdiffstats
path: root/deploy/launch.sh
diff options
context:
space:
mode:
authorYifei Xue <xueyifei@huawei.com>2018-02-06 01:54:03 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-02-06 01:54:03 +0000
commit45234f29eec45dc6a97c6a5db2a8d8a700624ab1 (patch)
treec6f93adbf1645151670ad4ea4e7f238f922b3c20 /deploy/launch.sh
parent41006b9b6044ce732a0de3c78480d1d6db5f96e9 (diff)
parentf229198474dd5c8af9a195679c0480e154629c9b (diff)
Merge "Fix some hard coding for some ip assignments"
Diffstat (limited to 'deploy/launch.sh')
-rwxr-xr-xdeploy/launch.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy/launch.sh b/deploy/launch.sh
index 98d9e4d6..2b32c337 100755
--- a/deploy/launch.sh
+++ b/deploy/launch.sh
@@ -15,6 +15,7 @@ mkdir -p $WORK_DIR/script
export DEPLOY_FIRST_TIME=${DEPLOY_FIRST_TIME:-"true"}
export DEPLOY_RECOVERY=${DEPLOY_RECOVERY:-"false"}
+source ${COMPASS_DIR}/deploy/conf/base.conf
source ${COMPASS_DIR}/deploy/prepare.sh
prepare_python_env
source ${COMPASS_DIR}/util/log.sh
@@ -24,7 +25,6 @@ check_input_para
source $(process_default_para $*) || exit 1
source ${COMPASS_DIR}/deploy/conf/${FLAVOR}.conf
source ${COMPASS_DIR}/deploy/conf/${TYPE}.conf
-source ${COMPASS_DIR}/deploy/conf/base.conf
source ${COMPASS_DIR}/deploy/conf/compass.conf
source ${COMPASS_DIR}/deploy/network.sh
source ${COMPASS_DIR}/deploy/host_${TYPE}.sh