Merge "ceilometer: use template for custom pipeline.yaml"
This commit is contained in:
commit
4ab17364e4
@ -275,13 +275,13 @@
|
||||
delegate_to: localhost
|
||||
register: ceilometer_pipeline_file
|
||||
|
||||
- name: Copying over pipeline.yaml
|
||||
- name: Copying over custom pipeline.yaml file
|
||||
vars:
|
||||
services_require_pipeline:
|
||||
- ceilometer-compute
|
||||
- ceilometer-central
|
||||
- ceilometer-notification
|
||||
copy:
|
||||
template:
|
||||
src: "{{ node_custom_config }}/ceilometer/pipeline.yaml"
|
||||
dest: "{{ node_config_directory }}/{{ item.key }}/pipeline.yaml"
|
||||
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