openstack-ansible/releasenotes/notes/haproxy-maps-787084d7f161c27e.yaml
Dmitriy Rabotyagov 7437b7641b Bump SHAs for OpenStack-Ansible 27.0.0.rc1
Change-Id: I20a5049e14fae2da25a87a97efa58692e561b1be
2023-05-26 10:34:19 +02:00

12 lines
561 B
YAML

---
features:
- |
A new key `haproxy_map_entries` is now able to be configured for each
haproxy service definition to allow arbitrary entries to be placed in
any number of haproxy map files which may then be referenced in other
directives in the haproxy config file such as ``use_backend`` or
``http-request``. The complete map files are constructed from the
fragments defined across all the service definitions and are assembled
into a complete map file in alphanumeric sort order, or optionally with
a user defined ordering.