kolla-ansible/releasenotes/notes/haproxy_healthchecks_to_l7-b05e8c7b177d1544.yaml
Michal Nasiadka 4400e5fb92 Fix l7 haproxy check for opensearch-dashboards and prometheus-server
After I839f7f1051182fe797394e5436571d64d5c5b5a4 prometheus-opensearch
jobs are broken - this patch fixes that.

opensearch-dashboards will respond to "OPTIONS /" with 404 and
prometheus will respond with 400

Change-Id: I41fb046b85509b56611ffd575f15088834187ba8
2024-12-31 10:18:22 +00:00

8 lines
233 B
YAML

---
features:
- |
Implement Layer 7 Healthchecks for HA Proxy.
This should fix traffic being sent to unhealthy servers in some scenarios.
Adds Prometheus ``haproxy`` user for handling authenticated l7
healthchecks.