Skip to content

Commit ea23556

Browse files
committed
fix(ovn): if OVN has to encapsulate traffic, use geneve
If we use VXLAN as the encapsulation type then OVN sets the max ID to 4095. This is then enforced on all networks in the change openstack/neutron@ef0ec21186d93e and users have reported this limitation in https://bugs.launchpad.net/neutron/+bug/1951517 Since we're not looking for OVN to establish VXLAN tunnels for us at this time we can really ignore this because OVN ignores any ports and segments without a physical_network setting. OpenStack enforces that VXLAN type does not have a physical_network set so these won't be created in OVN.
1 parent ce8488d commit ea23556

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/ovn/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ conf:
77
ovn_cms_options: ""
88
ovn_cms_options_gw_enabled: "enable-chassis-as-gw"
99
# we are working with baremetal so we'll need VTEP support
10-
ovn_encap_type: vxlan
10+
ovn_encap_type: geneve
1111

1212
volume:
1313
ovn_ovsdb_nb:

0 commit comments

Comments
 (0)