summaryrefslogtreecommitdiffstats
path: root/compass-tasks-base
diff options
context:
space:
mode:
authorHarry Huang <huangxiangyu5@huawei.com>2019-02-14 09:46:46 +0800
committerHarry Huang <huangxiangyu5@huawei.com>2019-03-08 15:19:50 +0800
commite4834b4de253f27c30e4a085323acdc97efbf83b (patch)
treeadbcb6fae8f5340dfb45ba346573db966df5e895 /compass-tasks-base
parentca317c8a9891c38ce0777ef2eba4f51716092a14 (diff)
Modify compass-tasks-k8sHEADmaster
JIRA: - 1. Upgrade ansible inside virtualenv and link ansible binaries outside. 2. Upgrade Kubernetes to 1.11.3 Change-Id: Ic41bea94dd25cd1ea99f3a27a100be6e7f9277dd Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
Diffstat (limited to 'compass-tasks-base')
-rwxr-xr-xcompass-tasks-base/build.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/compass-tasks-base/build.sh b/compass-tasks-base/build.sh
index 81f3c21..6071734 100755
--- a/compass-tasks-base/build.sh
+++ b/compass-tasks-base/build.sh
@@ -42,6 +42,7 @@ pip install --upgrade Flask
pip install --upgrade virtualenvwrapper
source `which virtualenvwrapper.sh`
+echo "source /usr/bin/virtualenvwrapper.sh" >> ~/.bashrc
mkvirtualenv --system-site-packages compass-core
workon compass-core
cd $COMPASS_DIR