b1a5d10f33
In most of production deployments it's preferable to have ACTIVE_STANDBY topology with enable anti-affinity to ensure that loadbalancer can survive compute node downtime and won't lead to service disruption. Without these settings it will take quite some time to re-spawn failed Amphora. Depends-On: https://review.opendev.org/c/openstack/openstack-ansible/+/866061 Depends-On: https://review.opendev.org/c/openstack/openstack-ansible/+/867052 Change-Id: I4fa437117dce1c973512c09b1bc7d43d411276da
9 lines
342 B
YAML
9 lines
342 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
Default values for variables ``octavia_loadbalancer_topology`` and
|
|
``octavia_enable_anti_affinity`` has been switched to ``ACTIVE_STANDBY``
|
|
and ``True`` accordingly to reflect most reasonable production setup.
|
|
You can define these variables to their previous defaults if you want
|
|
to preserve behaviour.
|