mirror of https://github.com/ceph/ceph-ansible.git
testing: add luminous factor for testing
Signed-off-by: Alfredo Deza <adeza@redhat.com> Co-Authored-by: Guillaume Abrioux <gabrioux@redhat.com>pull/1656/head
parent
f678b11d3d
commit
d5ee82d295
5
tox.ini
5
tox.ini
|
@ -1,5 +1,5 @@
|
||||||
[tox]
|
[tox]
|
||||||
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,cluster,purge_docker_cluster,update_docker_cluster,bluestore_journal_collocation,bluestore_cluster}
|
envlist = {jewel,kraken,luminous,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,cluster,purge_docker_cluster,update_docker_cluster,bluestore_journal_collocation,bluestore_cluster}
|
||||||
skipsdist = True
|
skipsdist = True
|
||||||
|
|
||||||
# extra commands for purging clusters
|
# extra commands for purging clusters
|
||||||
|
@ -69,6 +69,9 @@ setenv=
|
||||||
jewel: CEPH_DOCKER_IMAGE_TAG = tag-build-master-jewel-ubuntu-16.04
|
jewel: CEPH_DOCKER_IMAGE_TAG = tag-build-master-jewel-ubuntu-16.04
|
||||||
kraken: CEPH_STABLE_RELEASE = kraken
|
kraken: CEPH_STABLE_RELEASE = kraken
|
||||||
kraken: UPDATE_CEPH_STABLE_RELEASE = luminous
|
kraken: UPDATE_CEPH_STABLE_RELEASE = luminous
|
||||||
|
luminous: CEPH_STABLE_RELEASE = luminous
|
||||||
|
luminous: UPDATE_CEPH_STABLE_RELEASE = luminous
|
||||||
|
luminous: UPDATE_CEPH_DOCKER_IMAGE_TAG = tag-build-master-luminous-ubuntu-16.04
|
||||||
deps=
|
deps=
|
||||||
ansible1.9: ansible==1.9.4
|
ansible1.9: ansible==1.9.4
|
||||||
ansible2.1: ansible==2.1
|
ansible2.1: ansible==2.1
|
||||||
|
|
Loading…
Reference in New Issue