From: Guillaume Abrioux Date: Tue, 2 Apr 2019 15:31:25 +0000 (+0200) Subject: tests: switch rhel-container-podman to nautilus X-Git-Tag: v4.0.0rc2~6 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=3fd4354aaae0d7bf3859a501cf968dc05e8ce2d2;p=ceph-ansible.git tests: switch rhel-container-podman to nautilus in stable-4.0 this should be set to nautilus. Signed-off-by: Guillaume Abrioux --- diff --git a/tox.ini b/tox.ini index 326ee1439..2d29a97c7 100644 --- a/tox.ini +++ b/tox.ini @@ -2,7 +2,7 @@ envlist = {nautilus,rhcs}-{centos,ubuntu}-{container,non_container}-{all_daemons,collocation,update,bluestore_lvm_osds,lvm_osds,shrink_mon,shrink_osd,lvm_batch,add_osds,rgw_multisite,purge,storage_inventory,lvm_auto_discovery} {nautilus,rhcs}-{centos,ubuntu}-container-{ooo_collocation,podman} {nautilus,rhcs}-{centos,ubuntu}-non_container-{switch_to_containers} - dev-rhel-container-podman + nautilus-rhel-container-podman infra_lv_create skipsdist = True @@ -217,8 +217,8 @@ setenv= centos-container: CEPH_ANSIBLE_VAGRANT_BOX = centos/atomic-host podman: CEPH_ANSIBLE_VAGRANT_BOX = fedora/29-atomic-host 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 + nautilus-rhel-container-podman: CEPH_ANSIBLE_VAGRANT_BOX = rhel8-x86_64 + nautilus-rhel-container-podman: CEPH_ANSIBLE_VAGRANT_BOX_URL = http://drop.front.sepia.ceph.com/vagrant/rhel8-x86_64.box # Set the ansible inventory host file to be used according to which distrib we are running on ubuntu: _INVENTORY = hosts-ubuntu