Skip to content
Snippets Groups Projects
Commit f4796819 authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Fix copy external ceph files from custome/gnocchi in gnocchi"

parents d3bedc57 dfb5ddaa
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
- name: Copy over ceph.conf file - name: Copy over ceph.conf file
template: template:
src: "{{ node_custom_config }}/{{ item }}/ceph.conf" src: "{{ node_custom_config }}/gnocchi/ceph.conf"
dest: "{{ node_config_directory }}/{{ item }}/ceph.conf" dest: "{{ node_config_directory }}/{{ item }}/ceph.conf"
when: inventory_hostname in groups[item] when: inventory_hostname in groups[item]
with_items: with_items:
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
- name: Copy over ceph gnocchi keyring - name: Copy over ceph gnocchi keyring
copy: 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" dest: "{{ node_config_directory }}/{{ item }}/ceph.client.gnocchi.keyring"
when: inventory_hostname in groups[item] when: inventory_hostname in groups[item]
with_items: with_items:
......
---
fixes:
- |
Load custom ceph.conf and keyring file from <<node_custom_config>>/gnocchi
folder rathen than each folder of gnocchi components.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment