mirror of https://github.com/ceph/ceph-ansible.git
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
parent
23eed1f9c6
commit
90c4066ce5
|
@ -3,6 +3,7 @@
|
||||||
set_fact:
|
set_fact:
|
||||||
ceph_config_keys:
|
ceph_config_keys:
|
||||||
- /etc/ceph/{{ cluster }}.mgr.{{ ansible_hostname }}.keyring
|
- /etc/ceph/{{ cluster }}.mgr.{{ ansible_hostname }}.keyring
|
||||||
|
- /etc/ceph/{{ cluster }}.client.admin.keyring
|
||||||
|
|
||||||
- name: stat for ceph config and keys
|
- name: stat for ceph config and keys
|
||||||
local_action: stat path={{ fetch_directory }}/{{ fsid }}/{{ item }}
|
local_action: stat path={{ fetch_directory }}/{{ fsid }}/{{ item }}
|
||||||
|
|
Loading…
Reference in New Issue