summaryrefslogtreecommitdiffstats
path: root/code
diff options
context:
space:
mode:
authorZhou Ya <zhou.ya@zte.com.cn>2016-12-23 10:11:43 +0800
committerzhouya <zhou.ya@zte.com.cn>2017-01-04 11:35:00 +0800
commita14e0a1115f0b84c140d669250c98554ff20fcd8 (patch)
tree3e038cf1d129109562c69b7a02ca21a6539307c7 /code
parent13cc3ddd97f1242caa30101db78e56dc5c9a413f (diff)
clean up env before deploy
1、modify function param standarded 2、modify centos version 3、clean up net and host before deploy 4、modify daisyserver password and node size Change-Id: I9cbf4c5ed9984b12941afc8e45dba216f2b5ee0d Signed-off-by: Zhou Ya <zhou.ya@zte.com.cn>
Diffstat (limited to 'code')
-rwxr-xr-xcode/makefile_patch.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/makefile_patch.sh b/code/makefile_patch.sh
index b2cfaf8d..eeacb169 100755
--- a/code/makefile_patch.sh
+++ b/code/makefile_patch.sh
@@ -14,7 +14,7 @@ imagebranch="newton"
imageversion="latest"
imageserver="http://120.24.17.215"
imagename="kolla-image-$imagebranch-$imageversion.tgz"
-isoname="CentOS-7-x86_64-Minimal-1511.iso"
+isoname="CentOS-7-x86_64-Minimal-1611.iso"
isourl="http://buildlogs.centos.org/rolling/7/isos/x86_64/${isoname}"
if [ ! -d $CACHE_PATH ]; then mkdir -p $CACHE_PATH ; fi
if [ ! -f $CACHE_PATH/${isoname} ]; then