Merge "Handle external ceph configs as templates"

This commit is contained in:
Zuul 2018-03-13 07:42:28 +00:00 committed by Gerrit Code Review
commit fde4f2112d
2 changed files with 2 additions and 2 deletions

View File

@ -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]

View File

@ -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"