kolla-ansible/releasenotes/notes/bug-2067999-5d009f15e1cc3185.yaml
Jan Horstmann 4178f02e2b
Fix redundant extra config files in grafana role
Task `Check if extra configuration file exists` picks up all files in
`{{ node_custom_config }}/grafana` including those that get handled
specially later on.
While `prometheus.yml` and `provisioning.yml` are best excluded from
extra config , because their treatment requires more than just copying,
`grafana_home_dashboard.json` may simply be treated as extra config,
which saves the execution of two additional tasks.

Closes-Bug: 2067999

Change-Id: I7bce1fe3d0a96816f1782107b202d6dac7d1291d
Signed-off-by: Jan Horstmann <horstmann@osism.tech>
2024-06-10 15:01:32 +02:00

6 lines
133 B
YAML

---
fixes:
- |
Fixes redundant copying of grafana custom config files.
`LP#2067999 <https://launchpad.net/bugs/2067999>`__