openstack-ansible/releasenotes/notes/haproxy_hosts_envd_renamed-56edb1aa3f56539b.yaml
Dmitriy Rabotyagov c5fbcbfbbb Rename haproxy_hosts to load_balancer_hosts
Due to the way of how dynamic_inventory parses groups, usage of
`haproxy_hosts` which are eventually mapped to `haproxy` lead bare
metal hosts to be also a part of `haproxy_all` group, which might be not
expected or anticipated.

Change-Id: Ib1199236a6dfecb47b5840f04cb4b1486cc2f6a6
2024-07-17 19:02:56 +02:00

17 lines
586 B
YAML

---
upgrade:
- |
Group name for HAProxy destination hosts in `openstack_user_config.yml``
was renamed from ``haproxy_hosts`` to ``load_balancer_hosts``.
While backwards compatability is kept, it is recommended to replace
defenition with the new group during the upgrade.
deprecations:
- |
Usage of ``haproxy_hosts`` in `openstack_user_config.yml`` has been
deprecated in favor of ``load_balancer_hosts``.
fixes:
- |
``haproxy_all`` group is no longer populated with bare metal hosts in
case of installing haproxy/keepalived inside LXC containers.