kolla-ansible/releasenotes/notes/service-cert-copy-without-haproxy-85d45834469aa9e8.yaml
Matus Jenca cf903b9a98 Patch service-cert-copy role to be used w/o HAProxy
Currently, service-cert-copy role used to copy certs and CA
into containers has 'when' statements  that check if HAProxy is
defined and enabled for the service. However, some services like
RabbitMQ, ProxySQL or Redis don't use HAProxy

This patch removes the when condition, as it is not necessary.

PartiallyImplements: mariadb-ssl
Change-Id: I8864e05212e0ed76ea3a0108b00ed9dd04b1a697
2024-06-28 10:20:54 +02:00

7 lines
232 B
YAML

---
features:
- |
Implements service-cert-copy role being able to
copy certs to non-HAProxy container.
`Partial Blueprint mariadb-ssl-support <https://blueprints.launchpad.net/kolla-ansible/+spec/mariadb-ssl-support>`