693911d520
Allow the operator to define a list of additional HAProxy endpoints without overriding the entire haproxy_service_configs list. This moves the default endpoints to a var called haproxy_default_services and combines the default services list with haproxy_extra_services if defined. Change-Id: I701a6e8740c0afa326b6e2310b46822c37a3e50d
9 lines
336 B
YAML
9 lines
336 B
YAML
---
|
|
features:
|
|
- Added a new ``haproxy_extra_services`` var which will allow extra haproxy
|
|
endpoint additions.
|
|
deprecations:
|
|
- Moved ``haproxy_service_configs`` var to ``haproxy_default_service_configs``
|
|
so that ``haproxy_service_configs`` can be modified and added to without
|
|
overriding the entire default service dict.
|