]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commit
mon: only put mon initial key in mon kv when cephx is enabled 1213/head
authorSébastien Han <seb@redhat.com>
Mon, 2 Jan 2017 10:16:03 +0000 (11:16 +0100)
committerSébastien Han <seb@redhat.com>
Mon, 2 Jan 2017 10:16:03 +0000 (11:16 +0100)
commit468afa2d5ba57ee212a50058ca70330371a84450
treede652a466d09f4195bd800659c8c6c1f61b8a8d4
parent7016ab73b31cf81953b4179e76c9dd14ba90d4c7
mon: only put mon initial key in mon kv when cephx is enabled

Task put initial mon keyring in mon kv store from
ceph-mon/tasks/ceph_keys.yml is failing when cephx is disabled. The root
cause is that variable monitor_keyring is not populated by any task from
deploy_monitors.yml.

Fixes: #1211
Signed-off-by: Sébastien Han <seb@redhat.com>
roles/ceph-mon/tasks/ceph_keys.yml