Merge "Update ceph-mon keyrings"

This commit is contained in:
Jenkins 2016-01-29 18:47:57 +00:00 committed by Gerrit Code Review
commit 5fc2794eb0
2 changed files with 8 additions and 0 deletions

View File

@ -30,6 +30,7 @@
with_items:
- "{{ ceph_files['ceph.client.admin.keyring'] }}"
- "{{ ceph_files['ceph.client.mon.keyring'] }}"
- "{{ ceph_files['ceph.client.radosgw.keyring'] }}"
- "{{ ceph_files['ceph.monmap'] }}"
when: inventory_hostname in groups['ceph-mon']

View File

@ -21,6 +21,13 @@
"perm": "0600",
"optional": "True"
},
{
"source": "{{ container_config_directory }}/ceph.client.radosgw.keyring",
"dest": "/etc/ceph/ceph.client.radosgw.keyring",
"owner": "ceph",
"perm": "0600",
"optional": "True"
},
{
"source": "{{ container_config_directory }}/ceph.monmap",
"dest": "/etc/ceph/ceph.monmap",