]> git-server-git.apps.pok.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>
Tue, 9 Jul 2019 10:07:47 +0000 (12:07 +0200)
commite213163b63d88ce5a641eb395af54ea7b24ff6ff
treefeed057047d062336520056fe7b3393764322e6f
parent38c2785e9528f2d81c272d1dc39c1fe7e6ec67ea
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>
(cherry picked from commit 324b3b4a6c32e7e5a084cf39497f823f7b41d578)

# Conflicts:
# tox.ini
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