]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commit
a playbook to add an OSD to an existing cluster 550/head
authorAndrew Schoen <aschoen@redhat.com>
Thu, 18 Feb 2016 15:39:18 +0000 (09:39 -0600)
committerAndrew Schoen <aschoen@redhat.com>
Thu, 18 Feb 2016 15:52:26 +0000 (09:52 -0600)
commita69091505e8fa311924450aaec55b906413a4dfb
tree04f75a220483c79f5c15c4ed581707b8a97e8abf
parent6fa25fa0571ca2b0815a2de5a9b6ac623937cad0
a playbook to add an OSD to an existing cluster

The playbook uses the ceph-fetch-keys role to connect to the mons and
retrieve keys for the OSD bootstrapping. Ensure that all your mons for
the cluster you're adding the OSD to is in your inventory in the mons
group. This ensures that a proper ceph.conf is created for the new OSD.

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
osd-configure.yml [new file with mode: 0644]