puppet-tripleo/releasenotes/notes/haproxy_dynamic_endpoints-bf618ef45674bea4.yaml
Juan Antonio Osorio Robles 7ff44712c1 Add resource to create haproxy endpoints dynamically
With this resource we can add the values needed for haproxy via t-h-t,
instead of having everything in the haproxy manifest. Right now nothing
is using it, but subsequent and per-service changes will come.

Change-Id: I8ab49c0b8d8f42ce68c0c7fe3ef8067a7d0da3c0
2017-10-09 09:12:48 +02:00

9 lines
263 B
YAML

---
features:
- |
This change allows to dynamically create new service endpoints, either using hiera
in heat, or with some new service profile you can then include in the roles_data.yml
fixes:
- |
Allow to add custom backends in HAProxy (1721832)