]> 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)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Tue, 9 Jul 2019 15:00:56 +0000 (15:00 +0000)
commit1b6d8f9b451ff5a425e6fde014601c7a467f2d5a
treea8b96685230b4a62eb8fccacd5af33aeeaa1015f
parent6197d1c8d90873232bd530e7e6022aaed9a62f4c
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>
(cherry picked from commit 5c95c34d4be5ef545c09d03f4bd1124901119f04)

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