Update centos image in test script

The previous image being referenced was about six months old.
This commit is contained in:
Ben Nemec 2018-01-18 12:30:28 -06:00
parent cb2a180440
commit 4c0d88fb6c
1 changed files with 2 additions and 2 deletions

View File

@ -6,9 +6,9 @@ set -ex
if [ ${LOCAL:-1} -eq 1 ]
then
export http_proxy=http://roxy:3128
curl -O http://openstack/CentOS-7-x86_64-GenericCloud-1707.qcow2
curl -O http://openstack/CentOS-7-x86_64-GenericCloud-1801-01.qcow2
export DIB_LOCAL_IMAGE=CentOS-7-x86_64-GenericCloud-1707.qcow2
export DIB_LOCAL_IMAGE=CentOS-7-x86_64-GenericCloud-1801-01.qcow2
export DIB_DISTRIBUTION_MIRROR=http://mirror.centos.org/centos
export no_proxy=9.1.1.1,192.0.2.1,9.1.1.2,192.0.2.2,192.168.0.1,192.168.0.2,192.168.24.1,192.168.24.2
fi