]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
allow adding a MDS to already deployed cluster
authorRishabh Dave <ridave@redhat.com>
Tue, 12 Feb 2019 03:15:44 +0000 (08:45 +0530)
committerGuillaume Abrioux <gabrioux@redhat.com>
Tue, 9 Apr 2019 14:48:59 +0000 (16:48 +0200)
commitc60915733a1caf700ae9eb69ffa68a1474d8df34
tree05ef2211cd585f728572ed7068bce7241915d4ec
parent8715490223adf5bdb2c0d1c6d24390d105408775
allow adding a MDS to already deployed cluster

Add a tox scenario that adds an new MDS node as a part of already
deployed Ceph cluster and deploys MDS there.

Signed-off-by: Rishabh Dave <ridave@redhat.com>
(cherry picked from commit c0dfa9b61a36194006b55105bf30079172d26f5e)
14 files changed:
roles/ceph-mds/tasks/create_mds_filesystems.yml
tests/functional/add-mdss/Vagrantfile [new symlink]
tests/functional/add-mdss/ceph-override.json [new symlink]
tests/functional/add-mdss/container/Vagrantfile [new symlink]
tests/functional/add-mdss/container/ceph-override.json [new symlink]
tests/functional/add-mdss/container/group_vars/all [new file with mode: 0644]
tests/functional/add-mdss/container/hosts [new file with mode: 0644]
tests/functional/add-mdss/container/hosts-2 [new file with mode: 0644]
tests/functional/add-mdss/container/vagrant_variables.yml [new file with mode: 0644]
tests/functional/add-mdss/group_vars/all [new file with mode: 0644]
tests/functional/add-mdss/hosts [new file with mode: 0644]
tests/functional/add-mdss/hosts-2 [new file with mode: 0644]
tests/functional/add-mdss/vagrant_variables.yml [new file with mode: 0644]
tox.ini