kolla-ansible/releasenotes/notes/bug-1953367-61591a7f3ecf28ce.yaml
Seena Fallah e4af0c03d2 ovn: configure ovn in ovsdb only on ovn-controller hosts
Based on some variables like tunnel_interface_address that are not present in nodes without ovn-controller like controller nodes this task will be failed because of undefined variable

Signed-off-by: Seena Fallah <seenafallah@gmail.com>
Change-Id: Ic511bf6479438f9288a008afb2aae43083a4e69f
Closes-Bug: #1953367
2021-12-06 19:43:00 +03:30

8 lines
246 B
YAML

---
fixes:
- |
Only run ``configure ovn in ovsdb`` task on ovn-controller hosts
The task will fail on hosts (like controller nodes) without
tunnel interface
`LP#1953367 <https://bugs.launchpad.net/kolla-ansible/+bug/1953367>`__