aboutsummaryrefslogtreecommitdiffstats
path: root/deploy.sh
diff options
context:
space:
mode:
authorgrakiss <grakiss.wanglei@huawei.com>2015-12-14 19:29:10 +0800
committergrakiss <grakiss.wanglei@huawei.com>2015-12-14 19:36:04 +0800
commit850a3a0efecac0556daba2a9e4f5ce4929a12c8d (patch)
treef457af56da966a8cc7bd56f385fb4d63680a919e /deploy.sh
parent8345054b0c24c7acb3bca5bb41f9f0e5508c468c (diff)
deploy compass-core and hosts seperately
JIRA: COMPASS-194 - add two entry for seperate deployment Change-Id: I7ea964f7fc1ac7e9191b4c21032e24a1a70aa07d Signed-off-by: grakiss <grakiss.wanglei@huawei.com>
Diffstat (limited to 'deploy.sh')
-rwxr-xr-xdeploy.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/deploy.sh b/deploy.sh
index 4cfe89e8..b95475b1 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -2,6 +2,10 @@
COMPASS_DIR=`cd ${BASH_SOURCE[0]%/*}/;pwd`
export COMPASS_DIR
+if [[ -z "$DEPLOY_STEP" ]]; then
+ export DEPLOY_STEP="all"
+fi
+
for i in python-cheetah python-yaml screen; do
if [[ `dpkg-query -l $i` == 0 ]]; then
continue