ceilometer: use template for custom pipeline.yaml
Also rename task to "Copying over custom pipeline.yaml file" for clarity. Change-Id: I04e3eb9620830a15781f9bab2549b557a9d1d9cb
This commit is contained in:
parent
acf9375edc
commit
bdf60961f0
@ -296,13 +296,13 @@
|
|||||||
delegate_to: localhost
|
delegate_to: localhost
|
||||||
register: ceilometer_pipeline_file
|
register: ceilometer_pipeline_file
|
||||||
|
|
||||||
- name: Copying over pipeline.yaml
|
- name: Copying over custom pipeline.yaml file
|
||||||
vars:
|
vars:
|
||||||
services_require_pipeline:
|
services_require_pipeline:
|
||||||
- ceilometer-compute
|
- ceilometer-compute
|
||||||
- ceilometer-central
|
- ceilometer-central
|
||||||
- ceilometer-notification
|
- ceilometer-notification
|
||||||
copy:
|
template:
|
||||||
src: "{{ node_custom_config }}/ceilometer/pipeline.yaml"
|
src: "{{ node_custom_config }}/ceilometer/pipeline.yaml"
|
||||||
dest: "{{ node_config_directory }}/{{ item.key }}/pipeline.yaml"
|
dest: "{{ node_config_directory }}/{{ item.key }}/pipeline.yaml"
|
||||||
force: True
|
force: True
|
||||||
|
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
features:
|
||||||
|
- |
|
||||||
|
The ``ceilometer/pipeline.yaml`` file is now handled as a template
|
||||||
|
file.
|
Loading…
x
Reference in New Issue
Block a user