You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For now we set OVNMacAddressNetwork and OVNMacAddressPort to none and NeutronEnableDVR: false in case of vlan.
if geneve is used it should work ok and by default geneve is supported and prefered with ovn
We now can crate OVNStaticBridgeMacMappings [1] and pass the information via the operator rendered env file. But we need to pass the physnet names (default is datacentre), but there can be multiple.
Without setting OVNMacAddressPort FIP traffic will not pass to a VLAN tenant network with ML2/OVN and DVR.
In this case DVR can be disabled via
NeutronEnableDVR: false
. Generally this was parity gap between ovs and ovn https://access.redhat.com/documentation/en-us/red_hat_openstack_platform/16.1/html/networking_guide/sec-networking-concepts#limits-ml2ovn-network-driverFor now we set OVNMacAddressNetwork and OVNMacAddressPort to none and NeutronEnableDVR: false in case of vlan.
if geneve is used it should work ok and by default geneve is supported and prefered with ovn
We now can crate OVNStaticBridgeMacMappings [1] and pass the information via the operator rendered env file. But we need to pass the physnet names (default is datacentre), but there can be multiple.
[1] https://github.com/openstack/python-tripleoclient/blob/master/tripleoclient/v1/tripleo_deploy.py#L657-L669
per NeutronBridgeMappings
The text was updated successfully, but these errors were encountered: