From 3d66e913f47e0c141526b9cd59b2a1b262e1cd6d Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Thu, 21 Feb 2019 16:55:22 +0100 Subject: [PATCH] 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 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index f8a74b987..e41eb77b1 100644 --- a/tox.ini +++ b/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 -- 2.39.5