mirror of https://github.com/ceph/ceph-ansible.git
tests: adds comments to tox.ini describing each scenario
Signed-off-by: Andrew Schoen <aschoen@redhat.com> Resolves: vagrant#boxespull/1089/head
parent
ca68d7ce17
commit
118834b752
5
tox.ini
5
tox.ini
|
@ -16,10 +16,15 @@ deps=
|
|||
ansible2.2: ansible==2.2
|
||||
-r{toxinidir}/tests/requirements.txt
|
||||
changedir=
|
||||
# test a 3 mon cluster and ensures ceph.conf is rendered correctly
|
||||
xenial-conf-tests: {toxinidir}/tests/functional/ubuntu/16.04/mon
|
||||
# tests a 1 mon 1 osd xenial cluster using raw_multi_journal OSD scenario
|
||||
xenial-mon-osd: {toxinidir}/tests/functional/ubuntu/16.04/mon-osd
|
||||
# tests a 1 mon, 1 osd, 1 mds and 1 rgw xenial cluster using journal_collocation OSD scenario
|
||||
xenial-cluster: {toxinidir}/tests/functional/ubuntu/16.04/mon-osd-mds-rgw
|
||||
# tests a 1 mon 1 osd centos7 cluster using raw_multi_journal OSD scenario
|
||||
centos7-mon-osd: {toxinidir}/tests/functional/centos/7/mon-osd
|
||||
# tests a 1 mon, 1 osd, 1 mds and 1 rgw centos7 cluster using journal_collocation OSD scenario
|
||||
centos7-cluster: {toxinidir}/tests/functional/centos/7/mon-osd-mds-rgw
|
||||
commands=
|
||||
vagrant up --no-provision {posargs:--provider=virtualbox}
|
||||
|
|
Loading…
Reference in New Issue