From 8ddc8cd74a8de55a90d424d780d5ffc750bb8cad Mon Sep 17 00:00:00 2001 From: Tim Rozet Date: Thu, 7 Jan 2016 21:21:28 -0500 Subject: Moves builds to use local images, minor fix to clean Change-Id: Ib8a3baa645c4e2a2b7b5c39e8642bae367981f37 Signed-off-by: Tim Rozet --- build/instack.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'build/instack.sh') diff --git a/build/instack.sh b/build/instack.sh index b4657e2a..958681ba 100755 --- a/build/instack.sh +++ b/build/instack.sh @@ -2,7 +2,8 @@ set -e declare -i CNT -rdo_images_uri=https://repos.fedorapeople.org/repos/openstack-m/rdo-images-centos-liberty-opnfv +#rdo_images_uri=https://repos.fedorapeople.org/repos/openstack-m/rdo-images-centos-liberty-opnfv +rdo_images_uri=file:///stable-images vm_index=4 RDO_RELEASE=liberty @@ -201,9 +202,9 @@ for i in $IMAGES; do #if [ $i == "undercloud.qcow2" ]; then ### there's a problem with the Content-Length reported by the centos artifacts ### server so using wget for it until a resolution is figured out. - wget -nv -O stack/$i $rdo_images_uri/$i + #wget -nv -O stack/$i $rdo_images_uri/$i #else - # curl $rdo_images_uri/$i -o stack/$i --verbose --silent --location + curl $rdo_images_uri/$i -o stack/$i #fi fi # only untar the tar files -- cgit 1.2.3-korg