Files
kolla-ansible/releasenotes/notes/fix-prometheus-config-template-for-copying-ca-into-containers-8b0429bdbd979e3c.yaml
Seunghun Lee 6043614519 Fix config.json templates for Prometheus exporters
4 exporters prometheus-cadvisor, prometheus-elasticsearch-exporter,
prometheus-memcached-exporter and prometheus-node-exporter templates
JSON object for copying CA into containers in wrong JSON array.

Corrected this by moving the JSON object templating from
``permissions`` to ``config_files``.

Closes-Bug: #2104253
Change-Id: Ib633667ccb025c87da237894f0c9a5d793bc62f8
2025-03-26 14:33:28 +00:00

8 lines
288 B
YAML

---
fixes:
- |
Fixes a bug where prometheus-cadvisor, prometheus-elasticsearch-exporter,
prometheus-memcached-exporter, prometheus-node-exporter cannot start
because of bad templating of config.json
`LP#2104253 <https://bugs.launchpad.net/kolla-ansible/+bug/2104253>`__