Merge "ceilometer: use template for custom pipeline.yaml"

This commit is contained in:
Zuul 2024-05-16 12:13:16 +00:00 committed by Gerrit Code Review
commit 4ab17364e4
2 changed files with 7 additions and 2 deletions

View File

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

View File

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