]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
mon: remove collect keys 1162/head
authorSébastien Han <seb@redhat.com>
Wed, 7 Dec 2016 13:36:24 +0000 (14:36 +0100)
committerSébastien Han <seb@redhat.com>
Wed, 7 Dec 2016 13:38:39 +0000 (14:38 +0100)
commit93c3988bfe3086267c68d4c4e92964d31bf8e9b0
tree4280ace29dbcc4ee6176bfd2dc4170f37c350cb9
parent61551fa37db1ddcc22a0929d2b2cb53eee19c870
mon: remove collect keys

Once the monitor process starts it will also trigger `ceph-create-keys`
which will collect the admin key and bootstrap keys. We used to force
this command because we were having issues on some distros like centos
7.0 and 7.1 not triggering this. This is fixed on centos 7.2 and not an
issue on ubuntu 14.04 or 16.04 so we can remove this task. If the
monitor hangs or fails to start the playbook will fail right after at
the "wait for client.admin key exists" task after 300sec.

Closes: #1161
Signed-off-by: Sébastien Han <seb@redhat.com>
roles/ceph-mon/tasks/start_monitor.yml