diff options
author | Harry Huang <huangxiangyu5@huawei.com> | 2019-02-14 09:46:46 +0800 |
---|---|---|
committer | Harry Huang <huangxiangyu5@huawei.com> | 2019-03-08 15:19:50 +0800 |
commit | e4834b4de253f27c30e4a085323acdc97efbf83b (patch) | |
tree | adbcb6fae8f5340dfb45ba346573db966df5e895 /compass-tasks-base | |
parent | ca317c8a9891c38ce0777ef2eba4f51716092a14 (diff) |
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-x | compass-tasks-base/build.sh | 1 |
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 |