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 <aschoen@redhat.com>
Resolves: vagrant#boxes
[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]
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}