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:
Christian Berendt 2023-07-31 09:48:23 +02:00 committed by Jens Harbott
parent acf9375edc
commit bdf60961f0
2 changed files with 7 additions and 2 deletions

View File

@ -296,13 +296,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

View File

@ -0,0 +1,5 @@
---
features:
- |
The ``ceilometer/pipeline.yaml`` file is now handled as a template
file.