summaryrefslogtreecommitdiffstats
path: root/code/makefile_patch.sh
diff options
context:
space:
mode:
Diffstat (limited to 'code/makefile_patch.sh')
-rwxr-xr-xcode/makefile_patch.sh8
1 files changed, 3 insertions, 5 deletions
diff --git a/code/makefile_patch.sh b/code/makefile_patch.sh
index e9ed9e4a..150bf84d 100755
--- a/code/makefile_patch.sh
+++ b/code/makefile_patch.sh
@@ -12,12 +12,12 @@
TOOLS_PATH=$1
CACHE_PATH=/home/cache
-imagebranch="pike"
-imageversion="180113131526"
+imagebranch="queens"
+imageversion="180410142414"
imageserver="http://artifacts.opnfv.org/daisy/upstream"
imagename="kolla-image-$imagebranch-$imageversion.tgz"
-isoname="CentOS-7-x86_64-Minimal-1611.iso"
+isoname="CentOS-7-x86_64-Minimal-1802-01.iso"
isourl="http://buildlogs.centos.org/rolling/7/isos/x86_64/${isoname}"
cirros_server="http://download.cirros-cloud.net"
@@ -129,12 +129,10 @@ function check_or_download_file_sha512sum()
if [ ! -d $CACHE_PATH ]; then mkdir -p $CACHE_PATH ; fi
check_or_download_file $CACHE_PATH $isourl
check_or_download_file_sha512sum $CACHE_PATH $imageserver/${imagename} ${imageserver}/${imagename}.sha512sum
-check_or_download_file $CACHE_PATH "http://daisycloud.org/static/files/registry-server.tar"
check_or_download_file $CACHE_PATH ${cirros_url}
cp $CACHE_PATH/${isoname} ${target_dir}/
cp $CACHE_PATH/$imagename ${target_dir}/
-cp $CACHE_PATH/registry-server.tar ${target_dir}/
cp $CACHE_PATH/${cirros_filename} ${target_dir}/
cp $TOOLS_PATH/setup/install_interface_patch.sh ${target_dir}/