]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
tox: remove ubuntu references
authorGuillaume Abrioux <gabrioux@redhat.com>
Wed, 22 Jul 2020 14:29:55 +0000 (16:29 +0200)
committerDimitri Savineau <savineau.dimitri@gmail.com>
Wed, 22 Jul 2020 22:57:31 +0000 (18:57 -0400)
since we've dropped ubuntu testing on PRs and nightlies, we don't need
these references anymore in tox files.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
tox-external_clients.ini
tox-filestore_to_bluestore.ini
tox-update.ini
tox.ini

index 1896f36f02dfe35bb8c007ea9098e660bfc6aa5d..1716eddfe5a0a67b6fefb577408039f68fb785ee 100644 (file)
@@ -1,5 +1,5 @@
 [tox]
-envlist = {centos,ubuntu}-{container,non_container}-external_clients
+envlist = centos-{container,non_container}-external_clients
 
 skipsdist = True
 
index a1170976dbf19e7641a19440df473c43acf2708d..d8d19a93873bafeb6df3f8e924c957164eb75c41 100644 (file)
@@ -1,5 +1,5 @@
 [tox]
-envlist = {centos,ubuntu}-{container,non_container}-filestore_to_bluestore
+envlist = centos-{container,non_container}-filestore_to_bluestore
 
 skipsdist = True
 
@@ -22,10 +22,8 @@ setenv=
   # Set the vagrant box image to use
   centos-non_container: CEPH_ANSIBLE_VAGRANT_BOX = centos/8
   centos-container: CEPH_ANSIBLE_VAGRANT_BOX = centos/8
-  ubuntu: CEPH_ANSIBLE_VAGRANT_BOX = guits/ubuntu-bionic64
 
   # Set the ansible inventory host file to be used according to which distrib we are running on
-  ubuntu: _INVENTORY = hosts-ubuntu
   INVENTORY = {env:_INVENTORY:hosts}
   container: CONTAINER_DIR = /container
   container: PLAYBOOK = site-container.yml.sample
index abf07b613e34ea731d8381884fc14b40634a6e2f..8ff92541206a553f721605f4a882026de4792c5c 100644 (file)
@@ -1,5 +1,5 @@
 [tox]
-envlist = {centos,ubuntu}-{container,non_container}-update
+envlist = centos-{container,non_container}-update
 
 skipsdist = True
 
@@ -22,10 +22,7 @@ setenv=
   # Set the vagrant box image to use
   centos-non_container: CEPH_ANSIBLE_VAGRANT_BOX = centos/8
   centos-container: CEPH_ANSIBLE_VAGRANT_BOX = centos/8
-  ubuntu: CEPH_ANSIBLE_VAGRANT_BOX = guits/ubuntu-bionic64
 
-  # Set the ansible inventory host file to be used according to which distrib we are running on
-  ubuntu: _INVENTORY = hosts-ubuntu
   INVENTORY = {env:_INVENTORY:hosts}
   container: CONTAINER_DIR = /container
   container: PLAYBOOK = site-container.yml.sample
diff --git a/tox.ini b/tox.ini
index 4741ea33a09743fef157ced214642d971224334b..32d6be5f55b3b17c886126e7d8845e4d8ab45766 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -1,7 +1,7 @@
 [tox]
-envlist = {centos,ubuntu}-{container,non_container}-{all_daemons,collocation,lvm_osds,shrink_mon,shrink_osd,shrink_mgr,shrink_mds,shrink_rbdmirror,shrink_rgw,lvm_batch,add_mons,add_osds,add_mgrs,add_mdss,add_rbdmirrors,add_rgws,rgw_multisite,purge,storage_inventory,lvm_auto_discovery,all_in_one,cephadm_adopt}
-  {centos,ubuntu}-container-{ooo_collocation}
-  {centos,ubuntu}-non_container-{switch_to_containers}
+envlist = centos-{container,non_container}-{all_daemons,collocation,lvm_osds,shrink_mon,shrink_osd,shrink_mgr,shrink_mds,shrink_rbdmirror,shrink_rgw,lvm_batch,add_mons,add_osds,add_mgrs,add_mdss,add_rbdmirrors,add_rgws,rgw_multisite,purge,storage_inventory,lvm_auto_discovery,all_in_one,cephadm_adopt}
+  centos-container-{ooo_collocation}
+  centos-non_container-{switch_to_containers}
   infra_lv_create
   migrate_ceph_disk_to_ceph_volume
 
@@ -332,10 +332,6 @@ setenv=
   # Set the vagrant box image to use
   centos-non_container: CEPH_ANSIBLE_VAGRANT_BOX = centos/8
   centos-container: CEPH_ANSIBLE_VAGRANT_BOX = centos/8
-  ubuntu: CEPH_ANSIBLE_VAGRANT_BOX = guits/ubuntu-bionic64
-
-  # Set the ansible inventory host file to be used according to which distrib we are running on
-  ubuntu: _INVENTORY = hosts-ubuntu
   INVENTORY = {env:_INVENTORY:hosts}
   container: CONTAINER_DIR = /container
   container: PLAYBOOK = site-container.yml.sample