openstack-ansible/releasenotes/notes/bind_interface-8f7a123d4ab1219a.yaml
Dmitriy Rabotyagov b2b61f792e Bump OpenStack-Ansible for Zed release
Change-Id: Ib97bdd1c77649ce8d3a767da6d29edbe9f7c2888
2022-12-14 13:03:44 +00:00

13 lines
510 B
YAML

---
features:
- |
Added variables ``haproxy_bind_external_lb_vip_interface`` and
``haproxy_bind_internal_lb_vip_interface`` that allows deployer to bind
haproxy on the specific interface only.
- |
Added variable ``haproxy_tls_vip_binds`` that allows to fully override
haproxy bindings, that are generated by the role if some assumptions are
not valid for some scenarios. It is list of mappings, that include address
and interface. Interface key is optional and can be ommited.