Skip to content

Commit 52dbf25

Browse files
Merge pull request #444 from sdatko/mtu-fix
Switch to 1500 MTU consistently We were having mixed values in some scenarios, in some places specifying 9000 while in fact 1500 value was used in the deployed infrastructure. This commit changes it consistently for related uni jobs to stick with default 1500 MTU. This change intentionally ommits uni04delta and uni03gamma (va/hci scenario), as those involve Ceph, which probably should still rely on MTU 9000, however it is not properly configured so far as I noticed. Reviewed-by: Andrew Bays <[email protected]> Reviewed-by: Szymon Datko
2 parents 8cbc28e + 935b61e commit 52dbf25

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

examples/dt/uni01alpha/control-plane/nncp/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ data:
4444
name: subnet1
4545
prefix-length: 24
4646
iface: enp7s0
47-
mtu: 9000
47+
mtu: 1500
4848
lb_addresses:
4949
- 192.168.122.80-192.168.122.90
5050
endpoint_annotations:
@@ -108,7 +108,7 @@ data:
108108
cidr: 172.18.0.0/24
109109
name: subnet1
110110
vlan: 21
111-
mtu: 9000
111+
mtu: 1500
112112
prefix-length: 24
113113
iface: storage
114114
vlan: 21

examples/dt/uni02beta/control-plane/nncp/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ data:
4747
name: subnet1
4848
prefix-length: 24
4949
iface: enp6s0
50-
mtu: 9000
50+
mtu: 1500
5151
lb_addresses:
5252
- 192.168.122.80-192.168.122.90
5353
endpoint_annotations:
@@ -109,7 +109,7 @@ data:
109109
cidr: 172.18.0.0/24
110110
name: subnet1
111111
vlan: 21
112-
mtu: 9000
112+
mtu: 1500
113113
prefix-length: 24
114114
iface: storage
115115
vlan: 21
@@ -138,7 +138,7 @@ data:
138138
cidr: 172.20.0.0/24
139139
name: subnet1
140140
vlan: 23
141-
mtu: 9000
141+
mtu: 1500
142142

143143
tenant:
144144
dnsDomain: tenant.example.com

examples/dt/uni06zeta/control-plane/nncp/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ data:
4141
name: subnet1
4242
prefix-length: 24
4343
iface: enp6s0
44-
mtu: 9000
44+
mtu: 1500
4545
lb_addresses:
4646
- 192.168.122.80-192.168.122.90
4747
endpoint_annotations:
@@ -103,7 +103,7 @@ data:
103103
cidr: 172.18.0.0/24
104104
name: subnet1
105105
vlan: 21
106-
mtu: 9000
106+
mtu: 1500
107107
prefix-length: 24
108108
iface: storage
109109
vlan: 21

examples/dt/uni07eta/control-plane/nncp/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ data:
4242
name: subnet1
4343
prefix-length: 24
4444
iface: enp6s0
45-
mtu: 9000
45+
mtu: 1500
4646
lb_addresses:
4747
- 192.168.122.80-192.168.122.90
4848
endpoint_annotations:
@@ -106,7 +106,7 @@ data:
106106
cidr: 172.18.0.0/24
107107
name: subnet1
108108
vlan: 21
109-
mtu: 9000
109+
mtu: 1500
110110
prefix-length: 24
111111
iface: storage
112112
vlan: 21

0 commit comments

Comments
 (0)