From: Andrew Schoen Date: Wed, 9 Nov 2016 20:16:12 +0000 (-0600) Subject: tests: adds the xenial mon-osd-mds-rgw scenario as xenial-cluster X-Git-Tag: v2.0~7^2~4 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=c5b3378a1824d527873470428b340a2979f98589;p=ceph-ansible.git tests: adds the xenial mon-osd-mds-rgw scenario as xenial-cluster I tried adding the scenario as xenial-mon-osd-mds-rgw but for whatever reason tox refused to select that environment. Changing the name to xenial-cluster fixed that though. Signed-off-by: Andrew Schoen Resolves: vagrant#boxes --- diff --git a/tox.ini b/tox.ini index d6178b2a0..fba9573f1 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = {ansible2.1}-{xenial-conf-tests,xenial-mon-osd,centos7-mon-osd} +envlist = {ansible2.1}-{xenial-conf-tests,xenial-mon-osd,xenial-cluster,centos7-mon-osd} skipsdist = True [testenv] @@ -18,6 +18,7 @@ deps= changedir= xenial-conf-tests: {toxinidir}/tests/functional/ubuntu/16.04/mon xenial-mon-osd: {toxinidir}/tests/functional/ubuntu/16.04/mon-osd + xenial-cluster: {toxinidir}/tests/functional/ubuntu/16.04/mon-osd-mds-rgw centos7-mon-osd: {toxinidir}/tests/functional/centos/7/mon-osd commands= vagrant up --no-provision {posargs:--provider=virtualbox}