]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
tests/functional: add a test for shrink-mds.yml
authorRishabh Dave <ridave@redhat.com>
Fri, 10 May 2019 16:10:07 +0000 (21:40 +0530)
committerGuillaume Abrioux <gabrioux@redhat.com>
Mon, 8 Jul 2019 09:05:28 +0000 (11:05 +0200)
commit324b3b4a6c32e7e5a084cf39497f823f7b41d578
treec7013a1adf4e5d77dff78509378fb899a596ef05
parent235b1fccc6b4e1c9c40fa44cb71e995703d84a49
tests/functional: add a test for shrink-mds.yml

Add a new functional test that deploys a Ceph cluster with three nodes
for MON, OSD and MDS and then runs shrink-mds.yml to test it.

Signed-off-by: Rishabh Dave <ridave@redhat.com>
15 files changed:
tests/functional/shrink_mds/Vagrantfile [new symlink]
tests/functional/shrink_mds/ceph-override.json [new symlink]
tests/functional/shrink_mds/container/Vagrantfile [new symlink]
tests/functional/shrink_mds/container/ceph-override.json [new symlink]
tests/functional/shrink_mds/container/group_vars/all [new file with mode: 0644]
tests/functional/shrink_mds/container/group_vars/mons [new file with mode: 0644]
tests/functional/shrink_mds/container/group_vars/osds [new file with mode: 0644]
tests/functional/shrink_mds/container/hosts [new file with mode: 0644]
tests/functional/shrink_mds/container/vagrant_variables.yml [new file with mode: 0644]
tests/functional/shrink_mds/group_vars/all [new file with mode: 0644]
tests/functional/shrink_mds/group_vars/mons [new file with mode: 0644]
tests/functional/shrink_mds/group_vars/osds [new file with mode: 0644]
tests/functional/shrink_mds/hosts [new file with mode: 0644]
tests/functional/shrink_mds/vagrant_variables.yml [new file with mode: 0644]
tox.ini