]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
tests/functional: add a test for shrink-mgr.yml
authorRishabh Dave <ridave@redhat.com>
Thu, 20 Jun 2019 10:23:22 +0000 (15:53 +0530)
committerGuillaume Abrioux <gabrioux@redhat.com>
Tue, 9 Jul 2019 12:37:02 +0000 (14:37 +0200)
commit5c95c34d4be5ef545c09d03f4bd1124901119f04
tree62ff8122d6a8ee3a63bdcb4108c050c9707316b6
parentf4ea75051b238cc41e2bb3414ff1aa572a16083b
tests/functional: add a test for shrink-mgr.yml

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

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