aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/conf
diff options
context:
space:
mode:
authorgrakiss <grakiss.wanglei@huawei.com>2016-03-14 04:16:16 -0400
committergrakiss <grakiss.wanglei@huawei.com>2016-03-14 04:16:16 -0400
commitb270574bd3eb3af1e84a3d8b45bf9f745e56e1fc (patch)
treebdd38f3d7c026b0726c2f2a047e6ef1ab24748b3 /deploy/conf
parent9710824c31c7e3b41d482e68ae790b46dc0513bb (diff)
Move default DHA/NETWORK/NEUTRON from scripts to config file
JIRA:COMPASS-343 - the default config should be visible to end-user Change-Id: I0471e9b51c9a08e32553ebbae0556576c9ec2ab2 Signed-off-by: grakiss <grakiss.wanglei@huawei.com>
Diffstat (limited to 'deploy/conf')
-rw-r--r--deploy/conf/base.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/deploy/conf/base.conf b/deploy/conf/base.conf
index 540efec7..f009a4ac 100644
--- a/deploy/conf/base.conf
+++ b/deploy/conf/base.conf
@@ -1,3 +1,6 @@
+export DHA=${DHA:-$COMPASS_DIR/deploy/conf/vm_environment/os-nosdn-nofeature-ha.yml}
+export NEUTRON=${NEUTRON:-$COMPASS_DIR/deploy/conf/neutron_cfg.yaml}
+export NETWORK=${NETWORK:-$COMPASS_DIR/deploy/conf/network_cfg.yaml}
export ISO_URL=${ISO_URL:-file://`pwd`/work/building/compass.iso}
export INSTALL_IP=${INSTALL_IP:-10.1.0.12}
export INSTALL_MASK=${INSTALL_MASK:-255.255.255.0}