]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
allow adding a manager to a deployed cluster
authorRishabh Dave <ridave@redhat.com>
Sat, 9 Feb 2019 07:46:12 +0000 (13:16 +0530)
committerGuillaume Abrioux <gabrioux@redhat.com>
Tue, 7 May 2019 13:12:29 +0000 (15:12 +0200)
commitab50486dd9d918326b4c8905495a17e0b312443c
tree83de20e5ad5cf2179bd7a225c0038eb4c4711ec5
parenta56bbb46fee84b2508cc2d48ebc5214dd1f137a9
allow adding a manager to a deployed cluster

Add a playbook that deploys manager on a new node and adds that node to
the already deployed Ceph cluster.

Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1677431
Signed-off-by: Rishabh Dave <ridave@redhat.com>
(cherry picked from commit d2cfd8b780e78c18148b47a1b512ed996b8ef8b1)
13 files changed:
tests/functional/add-mgrs/Vagrantfile [new symlink]
tests/functional/add-mgrs/ceph-override.json [new symlink]
tests/functional/add-mgrs/container/Vagrantfile [new symlink]
tests/functional/add-mgrs/container/ceph-override.json [new symlink]
tests/functional/add-mgrs/container/group_vars/all [new file with mode: 0644]
tests/functional/add-mgrs/container/hosts [new file with mode: 0644]
tests/functional/add-mgrs/container/hosts-2 [new file with mode: 0644]
tests/functional/add-mgrs/container/vagrant_variables.yml [new file with mode: 0644]
tests/functional/add-mgrs/group_vars/all [new file with mode: 0644]
tests/functional/add-mgrs/hosts [new file with mode: 0644]
tests/functional/add-mgrs/hosts-2 [new file with mode: 0644]
tests/functional/add-mgrs/vagrant_variables.yml [new file with mode: 0644]
tox.ini