]> 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 12:13:06 +0000 (14:13 +0200)
commitd2cfd8b780e78c18148b47a1b512ed996b8ef8b1
treebe07728adbd6aa45c835aa2c6057924bcbfc5083
parent6e8fb2b3ea87f03ef6389a05c63f541aef51f162
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>
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