mirror of https://github.com/ceph/ceph-ansible.git
tests: switch ubuntu image to bionic
I didn't use the `ceph/ubuntu-bionic` image because it's broken at the time of writing this commit. I'll switch back to `ceph/ubuntu-bionic` as soon as it will be fixed. Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>pull/3626/head
parent
33c09af250
commit
3d66e913f4
2
tox.ini
2
tox.ini
|
@ -230,7 +230,7 @@ setenv=
|
|||
centos-non_container: CEPH_ANSIBLE_VAGRANT_BOX = centos/7
|
||||
centos-container: CEPH_ANSIBLE_VAGRANT_BOX = centos/atomic-host
|
||||
podman: CEPH_ANSIBLE_VAGRANT_BOX = fedora/29-atomic-host
|
||||
ubuntu: CEPH_ANSIBLE_VAGRANT_BOX = ceph/ubuntu-xenial
|
||||
ubuntu: CEPH_ANSIBLE_VAGRANT_BOX = guits/ubuntu-bionic64
|
||||
dev-rhel-container-podman: CEPH_ANSIBLE_VAGRANT_BOX = rhel8-x86_64
|
||||
dev-rhel-container-podman: CEPH_ANSIBLE_VAGRANT_BOX_URL = http://drop.front.sepia.ceph.com/vagrant/rhel8-x86_64.box
|
||||
|
||||
|
|
Loading…
Reference in New Issue