]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
infra: rename osd-configure to add-osd and improve it
authorSébastien Han <seb@redhat.com>
Thu, 27 Sep 2018 14:31:22 +0000 (16:31 +0200)
committermergify[bot] <mergify[bot]@users.noreply.github.com>
Wed, 17 Oct 2018 11:26:11 +0000 (11:26 +0000)
commitfbd878c8d5d20535c7f4eee685e84f70e1faf617
tree00d45e1cde048e14de9e2fee9656a0524089b88e
parent680574ed4c86018387619cc108302759738f963b
infra: rename osd-configure to add-osd and improve it

The playbook has various improvements:

* run ceph-validate role before doing anything
* run ceph-fetch-keys only on the first monitor of the inventory list
* set noup flag so PGs get distributed once all the new OSDs have been
added to the cluster and unset it when they are up and running

Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1624962
Signed-off-by: Sébastien Han <seb@redhat.com>
infrastructure-playbooks/add-osd.yml [new file with mode: 0644]
infrastructure-playbooks/osd-configure.yml [deleted file]
roles/ceph-osd/tasks/main.yml