openstack-ansible-os_neutron/releasenotes/notes/neutron_az_support-97f3ab40bf554766.yaml
Dmitriy Rabotyagov 70bb847605 Add Availability Zone variables
At the moment the only way to configure multi-AZ support in Neutron were
config overrides, which work quite nicely with LXB/OVS scenarios. However,
with OVN changing configuration is not enough, and command that sets
up OVN Gateway should provide extra CMS option.

In order to improve AZ support in Neutron role, we add couple of variables
that control behaviour and allow to perform required configuration without
config overrides for OVS/LXB/OVN.

Co-Authored-By: Danila Balagansky <dbalagansky@me.com>
Closes-Bug: #2002040
Change-Id: Ic964329c06765176692f7b0c32f33ec46360a3fb
2024-01-03 15:03:27 +01:00

13 lines
557 B
YAML

---
features:
- |
Added extra variables to Neutron role for Availability Zones configuration:
* ``neutron_default_availability_zones`` - defines a list of AZs where
l3/dhcp agents or OVN routers/ports will be scheduled to when hint is
not provided in a request to Neutron API.
* ``neutron_availability_zone`` - Availability Zone of the current
component. It is recommended to leverage group/host_vars for setting
this variable.
For OVN this variable can contain multiple values spearated by colon.