Merge "Handle external ceph configs as templates"
This commit is contained in:
commit
fde4f2112d
@ -10,7 +10,7 @@
|
||||
- "gnocchi-statsd"
|
||||
|
||||
- name: Copy over ceph.conf file
|
||||
copy:
|
||||
template:
|
||||
src: "{{ node_custom_config }}/{{ item }}/ceph.conf"
|
||||
dest: "{{ node_config_directory }}/{{ item }}/ceph.conf"
|
||||
when: inventory_hostname in groups[item]
|
||||
|
@ -42,7 +42,7 @@
|
||||
- Restart nova-libvirt container
|
||||
|
||||
- name: Copy over ceph.conf
|
||||
copy:
|
||||
template:
|
||||
src: "{{ node_custom_config }}/nova/ceph.conf"
|
||||
dest: "{{ node_config_directory }}/{{ item }}/"
|
||||
mode: "0660"
|
||||
|
Loading…
Reference in New Issue
Block a user