Start using fedora atomic images that live in our mirrors
The atomic images are now generated on demand by an experimental job that lives on magnum. It creates a qcow2 image and pushes it to the tarballs magnum directory. Start consuming that instead of relying on external fedorapeole image, to increase reliability and performance of our tests. Change-Id: I787160fea947cf7cf69881641c202b850211e85b
This commit is contained in:
parent
e81a4ec22c
commit
fd0974e4b7
@ -25,6 +25,9 @@ if [ "$coe" = "mesos" ]; then
|
||||
echo "MAGNUM_GUEST_IMAGE_URL=https://fedorapeople.org/groups/magnum/ubuntu-14.04.3-mesos-0.25.0.qcow2" >> $BASE/new/devstack/localrc
|
||||
elif [ "$coe" = "k8s-coreos" ]; then
|
||||
echo "MAGNUM_GUEST_IMAGE_URL=http://beta.release.core-os.net/amd64-usr/current/coreos_production_openstack_image.img.bz2" >> $BASE/new/devstack/localrc
|
||||
else
|
||||
export DEVSTACK_LOCAL_CONFIG+=$'\n'"MAGNUM_GUEST_IMAGE_URL='http://tarballs.openstack.org/magnum/images/fedora-atomic-f23-dib.qcow2'"
|
||||
export DEVSTACK_LOCAL_CONFIG+=$'\n'"MAGNUM_IMAGE_NAME='fedora-atomic-f23-dib'"
|
||||
fi
|
||||
|
||||
$BASE/new/devstack-gate/devstack-vm-gate.sh
|
||||
|
Loading…
x
Reference in New Issue
Block a user