Merge "Fix panko source and dest file path in ceilometer config"

This commit is contained in:
Jenkins 2017-05-09 03:53:32 +00:00 committed by Gerrit Code Review
commit 3b945400bc

View File

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