mirror of https://github.com/ceph/ceph-ansible.git
tests: run all tests for jewel and kraken
Signed-off-by: Andrew Schoen <aschoen@redhat.com>pull/1410/head
parent
5ac072699a
commit
1b6b6d6255
5
tox.ini
5
tox.ini
|
@ -1,5 +1,5 @@
|
|||
[tox]
|
||||
envlist = {,rhcs-}{ansible2.2}-{xenial_cluster,journal_collocation,centos7_cluster,dmcrypt_journal,dmcrypt_journal_collocation,docker_cluster,purge_cluster,purge_dmcrypt,docker_dedicated_journal,docker_dmcrypt_journal_collocation,update_dmcrypt,update_cluster}
|
||||
envlist = {jewel,kraken,rhcs}-{ansible2.2}-{xenial_cluster,journal_collocation,centos7_cluster,dmcrypt_journal,dmcrypt_journal_collocation,docker_cluster,purge_cluster,purge_dmcrypt,docker_dedicated_journal,docker_dmcrypt_journal_collocation,update_dmcrypt,update_cluster}
|
||||
skipsdist = True
|
||||
|
||||
# extra commands for purging clusters
|
||||
|
@ -72,6 +72,9 @@ setenv=
|
|||
docker_dmcrypt_journal_collocation: PLAYBOOK = site-docker.yml.sample
|
||||
rhcs: CEPH_RHCS = true
|
||||
rhcs: CEPH_STABLE = false
|
||||
jewel: CEPH_STABLE_RELEASE = jewel
|
||||
kraken: CEPH_STABLE_RELEASE = kraken
|
||||
kraken: UPDATE_CEPH_STABLE_RELEASE = luminous
|
||||
deps=
|
||||
ansible1.9: ansible==1.9.4
|
||||
ansible2.1: ansible==2.1
|
||||
|
|
Loading…
Reference in New Issue