Merge "Fix panko source and dest file path in ceilometer config"
This commit is contained in:
commit
3b945400bc
@ -91,12 +91,12 @@
|
|||||||
- ceilometer-collector
|
- ceilometer-collector
|
||||||
merge_configs:
|
merge_configs:
|
||||||
sources:
|
sources:
|
||||||
- ../panko/templates/panko.conf.j2
|
- "{{ role_path }}/../panko/templates/panko.conf.j2"
|
||||||
- "{{ node_custom_config }}/global.conf"
|
- "{{ node_custom_config }}/global.conf"
|
||||||
- "{{ node_custom_config }}/panko.conf"
|
- "{{ node_custom_config }}/panko.conf"
|
||||||
- "{{ node_custom_config }}/panko/panko.conf"
|
- "{{ node_custom_config }}/panko/panko.conf"
|
||||||
- "{{ node_custom_config }}/panko/{{ inventory_hostname }}/panko.conf"
|
- "{{ node_custom_config }}/panko/{{ inventory_hostname }}/panko.conf"
|
||||||
dest: "{{ node_config_directory }}/panko/panko.conf"
|
dest: "{{ node_config_directory }}/{{ item.key }}/panko.conf"
|
||||||
register: panko_confs
|
register: panko_confs
|
||||||
when:
|
when:
|
||||||
- ceilometer_event_type == 'panko'
|
- ceilometer_event_type == 'panko'
|
||||||
|
Loading…
Reference in New Issue
Block a user