mgr: add missing admin key for mgr container

Followup on #1761.
Add missing admin key for mgr node in containerized deployment.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
pull/1872/head
Guillaume Abrioux 2017-09-17 00:02:00 +02:00
parent 23eed1f9c6
commit 90c4066ce5
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
set_fact:
ceph_config_keys:
- /etc/ceph/{{ cluster }}.mgr.{{ ansible_hostname }}.keyring
- /etc/ceph/{{ cluster }}.client.admin.keyring
- name: stat for ceph config and keys
local_action: stat path={{ fetch_directory }}/{{ fsid }}/{{ item }}