From: Andrew Schoen Date: Fri, 27 Jan 2017 12:12:10 +0000 (-0600) Subject: tests/purge_cluster: setup a xenial cluster instead of centos7 X-Git-Tag: v2.2.0rc1~53^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1250%2Fhead;p=ceph-ansible.git tests/purge_cluster: setup a xenial cluster instead of centos7 The purge_dmcrypt scenario also tests centos7, so change this one to xenial so we can have more test coverage. Signed-off-by: Andrew Schoen --- diff --git a/tox.ini b/tox.ini index 8aba9687a..30fb7a4a1 100644 --- a/tox.ini +++ b/tox.ini @@ -46,7 +46,7 @@ changedir= centos7_cluster: {toxinidir}/tests/functional/centos/7/cluster # tests a 1 mon, 1 osd, 1 mds and 1 rgw centos7 cluster using docker docker_cluster: {toxinidir}/tests/functional/centos/7/docker-cluster - purge_cluster: {toxinidir}/tests/functional/centos/7/cluster + purge_cluster: {toxinidir}/tests/functional/ubuntu/16.04/cluster purge_dmcrypt: {toxinidir}/tests/functional/centos/7/dmcrypt-dedicated-journal commands= vagrant up --no-provision {posargs:--provider=virtualbox}