mirror of https://github.com/ceph/ceph-ansible.git
tests: update tox due to pipeline removal
This commit reflects the recent changes in ceph/ceph-build#1406
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit bcaf8cedee
)
pull/4586/head
parent
2d40e3923f
commit
6e976c197c
|
@ -1,5 +1,5 @@
|
|||
[tox]
|
||||
envlist = luminous-{centos,ubuntu}-{container,non_container}-update
|
||||
envlist = {centos,ubuntu}-{container,non_container}-update
|
||||
|
||||
skipsdist = True
|
||||
|
||||
|
|
10
tox.ini
10
tox.ini
|
@ -1,7 +1,7 @@
|
|||
[tox]
|
||||
envlist = {luminous,mimic,rhcs}-{centos,ubuntu}-{container,non_container}-{all_daemons,collocation,lvm_osds,shrink_mon,shrink_osd,lvm_batch,add_osds,rgw_multisite,purge}
|
||||
{luminous,mimic,rhcs}-{centos,ubuntu}-non_container-switch_to_containers
|
||||
{luminous,mimic,rhcs}-{centos,ubuntu}-container-{cluster,ooo_collocation,infra_lv_create}
|
||||
envlist = {centos,ubuntu}-{container,non_container}-{all_daemons,collocation,lvm_osds,shrink_mon,shrink_osd,lvm_batch,add_osds,rgw_multisite,purge}
|
||||
{centos,ubuntu}-non_container-switch_to_containers
|
||||
{centos,ubuntu}-container-{cluster,ooo_collocation,infra_lv_create}
|
||||
infra_lv_create
|
||||
|
||||
skipsdist = True
|
||||
|
@ -202,10 +202,8 @@ setenv=
|
|||
non_container: PLAYBOOK = site.yml.sample
|
||||
shrink_mon: MON_TO_KILL = mon2
|
||||
shrink_osd: COPY_ADMIN_KEY = True
|
||||
rhcs: CEPH_STABLE_RELEASE = luminous
|
||||
lvm_osds: CEPH_STABLE_RELEASE = luminous
|
||||
rhcs: CEPH_STABLE_RELEASE = luminous
|
||||
ooo_collocation: CEPH_DOCKER_IMAGE_TAG = v3.2.5-stable-3.2-luminous-centos-7
|
||||
CEPH_STABLE_RELEASE = luminous
|
||||
|
||||
deps= -r{toxinidir}/tests/requirements.txt
|
||||
changedir=
|
||||
|
|
Loading…
Reference in New Issue