]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commit
allow adding a monitor to a deployed cluster
authorRishabh Dave <ridave@redhat.com>
Thu, 8 Nov 2018 13:47:51 +0000 (08:47 -0500)
committerGuillaume Abrioux <gabrioux@redhat.com>
Mon, 15 Apr 2019 08:00:50 +0000 (10:00 +0200)
commitd5967af7fb5ae96196bbea1e433301bb8d2cab71
treef2473c2773fd3f5e312cbfa1d82f314ca572f865
parent96c180cc0ea6d39555e72da5ba3ae758be1b38ba
allow adding a monitor to a deployed cluster

Add a playbook that deploys a new monitor on a new node, adds that node
to the Ceph cluster and the monitor to the quorum and updates the ceph
configuration file on OSD nodes.

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