openstack-ansible/releasenotes/notes/separated-haproxy-service-config-9ccecbcb286355ef.yaml
Damian Dabrowski 930236d7d2 Implement separated haproxy service config
All services placed behind haproxy include an additional playbook
responsible for creating their haproxy services.

Scope for some variables was changed to be more optimal.

Change-Id: I0eec358d982cc09dcb7e2c0045b9684c65876faf
2023-04-18 21:07:41 +02:00

17 lines
571 B
YAML

---
features:
- |
Haproxy services are now configured separately at the beginning of each
service playbook.
other:
- |
Haproxy service definitions(along with their overrides) are no longer
stored in haproxy group vars. They were moved to service variables,
so for example ``glance_haproxy_services`` are stored in glance_all
group variables.
- |
The structure of ``haproxy_default_services`` and
``haproxy_extra_services`` was simplified.
Now it's just a list of dicts.
It has the same format as ``haproxy_service_configs``.