Merge "ovn: configure ovn in ovsdb only on ovn-controller hosts"
This commit is contained in:
commit
b9d39af030
@ -33,3 +33,4 @@
|
||||
- { name: ovn-bridge-mappings, value: "{{ ovn_mappings }}", state: "{{ 'present' if (inventory_hostname in groups['ovn-controller-network'] or computes_need_external_bridge | bool) else 'absent' }}" }
|
||||
- { name: ovn-chassis-mac-mappings, value: "{{ ovn_macs }}", state: "{{ 'present' if inventory_hostname in groups['ovn-controller-compute'] else 'absent' }}" }
|
||||
- { name: ovn-cms-options, value: "{{ ovn_cms_opts }}", state: "{{ 'present' if ovn_cms_opts != '' else 'absent' }}" }
|
||||
when: inventory_hostname in groups.get('ovn-controller', [])
|
||||
|
7
releasenotes/notes/bug-1953367-61591a7f3ecf28ce.yaml
Normal file
7
releasenotes/notes/bug-1953367-61591a7f3ecf28ce.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
---
|
||||
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>`__
|
Loading…
Reference in New Issue
Block a user