Merge pull request #1014 from 9seconds/cluster_name_for_ceph_fetch_keys

Allow to propagate cluster name to ceph-fetch-keys
pull/1019/head
Leseb 2016-10-07 15:53:39 +02:00 committed by GitHub
commit 05a9e68a40
3 changed files with 5 additions and 3 deletions

View File

@ -9,4 +9,5 @@ dummy:
#fetch_directory: fetch/
#cluster: ceph

View File

@ -1,3 +1,4 @@
---
fetch_directory: fetch/
cluster: ceph

View File

@ -21,6 +21,6 @@
run_once: true
with_items:
- "{{ ceph_keys.stdout_lines }}"
- /var/lib/ceph/bootstrap-osd/ceph.keyring
- /var/lib/ceph/bootstrap-rgw/ceph.keyring
- /var/lib/ceph/bootstrap-mds/ceph.keyring
- "/var/lib/ceph/bootstrap-osd/{{ cluster }}.keyring"
- "/var/lib/ceph/bootstrap-rgw/{{ cluster }}.keyring"
- "/var/lib/ceph/bootstrap-mds/{{ cluster }}.keyring"