kolla-ansible/releasenotes/notes/cloudkitty-internal-tls-c3e18be2a9f95c5d.yaml
Pierre Riteau 78e7f133f0 Support CloudKitty deployment with internal TLS
Configure cloudkitty_influxdb_use_ssl automatically based on the value
of kolla_enable_tls_internal. Set cloudkitty_elasticsearch_cafile,
cloudkitty_influxdb_cafile and cloudkitty_prometheus_cafile to
openstack_cacert.

Disable certificate validation when bootstrapping the InfluxDB database:
the influxdb_database module and the InfluxDB 1.x Python client don't
support specifying a CA certificate file.

This fixes bootstrap and execution of CloudKitty with internal TLS.

Closes-Bug: #1998831
Change-Id: I5524169b9567819d379726099bf70c692c85acc1
2024-05-14 09:35:51 +02:00

6 lines
160 B
YAML

---
fixes:
- |
Fixes configuration of CloudKitty when internal TLS is enabled.
`LP#1998831 <https://bugs.launchpad.net/kolla-ansible/+bug/1998831>`__