kolla-ansible/releasenotes/notes/ceilometer-merge-yaml-event-pipeline-bee198be62ebd6a9.yaml
Christian Berendt 50abf90f59 ceilometer: process custom event_pipeline.yaml with merge_yaml
Allow more flexibility by adding a host specific template. Also
using the merge_yaml action allow us to drop the logic around deciding
which template to use.

Change-Id: I41a3226679c622e5e98df074cee195e8436ea45b
2023-09-15 11:22:49 +02:00

9 lines
305 B
YAML

---
features:
- |
A custom ``event_pipeline.yaml`` file for the Ceilometer notification
service is now processed with ``merge_yaml``. This allows Jinja2 to be
used. Furthermore, it is possible to have a global
``event_pipeline.yaml`` and host-specific ``event_pipeline.yaml``
files.