neutron/releasenotes/notes/bug-2030741-f4c780df9cf3db4e.yaml
Yann Morice a29ea3724e [ovn] AZs distribution in L3 port scheduler
Update l3 ovn schedulers (chance, leastloaded) to ensure that LRP gateways are distributed over chassis in the different eligible AZs.

Previous version already ensure that LRP gateways were scheduled over chassis in eligible AZs. But, depending on the deployment characteristics, all these chassis could be in the same AZ. In some use-cases, it could be needed to have LRP gateways in different AZs to be resilient on failures.

This patch re-order the list of eligible chassis to add a priority on selecting chassis in different AZs.

This should provide a solution for users who need to have their router gateways scheduled on chassis from different AZs.

Closes-Bug: #2030741
Change-Id: I72973abbb8b0f9cc5848fd3b4f6463c38c6595f8
2024-01-26 15:22:34 +01:00

7 lines
235 B
YAML

---
fixes:
- |
Fixes L3 OVN schedulers (chance, leastloaded) to distribute Logical
Router Port (LRP) gateways among all eligible AZs (if any).
For more information, see bug `2030741 <https://launchpad.net/bugs/2030741>`_