]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
mgr: add missing admin key for mgr container
authorGuillaume Abrioux <gabrioux@redhat.com>
Sat, 16 Sep 2017 22:02:00 +0000 (00:02 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Thu, 21 Sep 2017 07:56:37 +0000 (09:56 +0200)
Followup on #1761.
Add missing admin key for mgr node in containerized deployment.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
roles/ceph-mgr/tasks/docker/copy_configs.yml

index 5a371b19fbf5218d7593c364d62d35b96d972aa7..a6f3c6ffd999c4c4b8cf6f816aa2a3c1e59717aa 100644 (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 }}