Skip to content

Commit

Permalink
Merge pull request #271 from rsafrono/zeta_path_mtu
Browse files Browse the repository at this point in the history
Set neutron MTU according to actual value

When deployed on OCP with default MTU settings actual MTU is limited to 1400 while neutron default is 1500. Wrong MTU setting causes failures during some tests execution.

Reviewed-by: Yatin Karel <[email protected]>
Reviewed-by: Andrew Bays <[email protected]>
  • Loading branch information
softwarefactory-project-zuul[bot] authored Jun 18, 2024
2 parents 9899f12 + 85f65e4 commit 5845d9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/dt/uni06zeta/control-plane/service-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ data:
type_drivers = geneve,vlan
tenant_network_types = geneve,vlan
extension_drivers = qos,port_security,dns_domain_ports
path_mtu = 1400
[ml2_type_geneve]
vni_ranges = 1:65536
max_header_size = 38
Expand Down

0 comments on commit 5845d9c

Please sign in to comment.