Skip to content

Commit 773c168

Browse files
Networking: reset ovn-remote config and allow ovnkube controller to set when syncd
Signed-off-by: Martin Kennelly <[email protected]>
1 parent 518286c commit 773c168

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

templates/common/_base/files/configure-ovs-network.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ contents:
99
echo "Skipping configure-ovs due to manual network configuration"
1010
exit 0
1111
fi
12+
# clear any config to connect to OVN DBs, if it exists
13+
ovs-vsctl set Open_vSwitch . external_ids:ovn-remote=
1214
1315
# This file is not needed anymore in 4.7+, but when rolling back to 4.6
1416
# the ovs pod needs it to know ovs is running on the host.

0 commit comments

Comments
 (0)