Ensure ovn match northd parameter is set to false during update.

As we are updating the ovn-controllers first that parameter shouldn't
be set to true.

Change-Id: I0e49e785232f5f97ab494ba81ac9b7cdb016f1b9
Partial-Bug: #2007870
This commit is contained in:
Sofer Athlan-Guyot 2023-02-20 20:22:21 +01:00
parent e7af6fad81
commit f835f5bc39
1 changed files with 1 additions and 0 deletions

View File

@ -534,6 +534,7 @@ outputs:
set -e
ovs-vsctl set Open_vSwitch . external_ids:ovn-ofctrl-wait-before-clear={{ timeout }}
ovs-vsctl set Open_vSwitch . external_ids:ovn-monitor-all=true
ovs-vsctl set Open_vSwitch . external_ids:ovn-match-northd-version=false
async: {get_param: OVNControllerUpdateTimeout}
poll: 0
register: ovs_vsctl