[tox]
-envlist = luminous-{centos,ubuntu}-{container,non_container}-update
+envlist = {centos,ubuntu}-{container,non_container}-update
skipsdist = True
bash -c "CEPH_STABLE_RELEASE={env:UPDATE_CEPH_STABLE_RELEASE:luminous} ROLLING_UPDATE=TRUE py.test -n 8 --durations=0 --sudo -v --connection=ansible --ansible-inventory={changedir}/{env:INVENTORY} {toxinidir}/tests/functional/tests"
- vagrant destroy --force
\ No newline at end of file
+ vagrant destroy --force
[tox]
-envlist = {jewel,luminous,rhcs}-{centos,ubuntu}-{container,non_container}-{all_daemons,cluster,filestore_osds,purge_filestore,purge,ooo_collocation,shrink_mon,shrink_osd,collocation}
- {luminous,rhcs}-{centos,ubuntu}-{container,non_container}-{bluestore_osds,bluestore_lvm_osds,lvm_osds,purge_lvm_osds,purge_bluestore}
- {jewel,luminous}-{centos,ubuntu}-non_container-switch_to_containers
+envlist = {centos,ubuntu}-{container,non_container}-{all_daemons,cluster,filestore_osds,purge_filestore,purge,ooo_collocation,shrink_mon,shrink_osd,collocation}
+ {centos,ubuntu}-{container,non_container}-{bluestore_osds,bluestore_lvm_osds,lvm_osds,purge_lvm_osds,purge_bluestore}
+ {centos,ubuntu}-non_container-switch_to_containers
infra_lv_create
skipsdist = True
container: PURGE_PLAYBOOK = purge-docker-cluster.yml
shrink_osd: COPY_ADMIN_KEY = True
- rhcs: CEPH_STABLE_RELEASE = luminous
- jewel: CEPH_STABLE_RELEASE = jewel
- jewel: CEPH_DOCKER_IMAGE_TAG = latest-jewel
- jewel: CEPH_DOCKER_IMAGE_TAG_BIS = latest-bis-jewel
- luminous: CEPH_STABLE_RELEASE = luminous
- luminous: CEPH_DOCKER_IMAGE_TAG = latest-luminous
- luminous: CEPH_DOCKER_IMAGE_TAG_BIS = latest-bis-luminous
+ CEPH_STABLE_RELEASE = luminous
+ CEPH_STABLE_RELEASE = jewel
+ CEPH_DOCKER_IMAGE_TAG = latest-jewel
+ CEPH_DOCKER_IMAGE_TAG_BIS = latest-bis-jewel
+ CEPH_STABLE_RELEASE = luminous
+ CEPH_DOCKER_IMAGE_TAG = latest-luminous
+ CEPH_DOCKER_IMAGE_TAG_BIS = latest-bis-luminous
lvm_osds: CEPH_STABLE_RELEASE = luminous
bluestore_lvm_osds: CEPH_STABLE_RELEASE = luminous
deps= -r{toxinidir}/tests/requirements.txt