Merge "Fix copy external ceph files from custome/gnocchi in gnocchi"
This commit is contained in:
commit
f4796819e8
@ -11,7 +11,7 @@
|
||||
|
||||
- name: Copy over ceph.conf file
|
||||
template:
|
||||
src: "{{ node_custom_config }}/{{ item }}/ceph.conf"
|
||||
src: "{{ node_custom_config }}/gnocchi/ceph.conf"
|
||||
dest: "{{ node_config_directory }}/{{ item }}/ceph.conf"
|
||||
when: inventory_hostname in groups[item]
|
||||
with_items:
|
||||
@ -25,7 +25,7 @@
|
||||
|
||||
- name: Copy over ceph gnocchi keyring
|
||||
copy:
|
||||
src: "{{ node_custom_config }}/{{ item }}/ceph.client.gnocchi.keyring"
|
||||
src: "{{ node_custom_config }}/gnocchi/ceph.client.gnocchi.keyring"
|
||||
dest: "{{ node_config_directory }}/{{ item }}/ceph.client.gnocchi.keyring"
|
||||
when: inventory_hostname in groups[item]
|
||||
with_items:
|
||||
|
@ -0,0 +1,5 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
Load custom ceph.conf and keyring file from <<node_custom_config>>/gnocchi
|
||||
folder rathen than each folder of gnocchi components.
|
Loading…
Reference in New Issue
Block a user