Skip to content

Commit

Permalink
Switch to 1500 MTU consistently
Browse files Browse the repository at this point in the history
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 all uni jobs
to stick with default 1500 MTU.
  • Loading branch information
sdatko committed Nov 25, 2024
1 parent 949bdcd commit 5e90124
Show file tree
Hide file tree
Showing 10 changed files with 23 additions and 23 deletions.
4 changes: 2 additions & 2 deletions examples/dt/uni01alpha/control-plane/nncp/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ data:
name: subnet1
prefix-length: 24
iface: enp7s0
mtu: 9000
mtu: 1500
lb_addresses:
- 192.168.122.80-192.168.122.90
endpoint_annotations:
Expand Down Expand Up @@ -112,7 +112,7 @@ data:
cidr: 172.18.0.0/24
name: subnet1
vlan: 21
mtu: 9000
mtu: 1500
prefix-length: 24
iface: storage
vlan: 21
Expand Down
6 changes: 3 additions & 3 deletions examples/dt/uni02beta/control-plane/nncp/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ data:
name: subnet1
prefix-length: 24
iface: enp6s0
mtu: 9000
mtu: 1500
lb_addresses:
- 192.168.122.80-192.168.122.90
endpoint_annotations:
Expand Down Expand Up @@ -109,7 +109,7 @@ data:
cidr: 172.18.0.0/24
name: subnet1
vlan: 21
mtu: 9000
mtu: 1500
prefix-length: 24
iface: storage
vlan: 21
Expand Down Expand Up @@ -138,7 +138,7 @@ data:
cidr: 172.20.0.0/24
name: subnet1
vlan: 23
mtu: 9000
mtu: 1500

tenant:
dnsDomain: tenant.example.com
Expand Down
6 changes: 3 additions & 3 deletions examples/dt/uni04delta-ipv6/control-plane/nncp/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ data:
name: subnet1
prefix-length: 64
iface: enp7s0
mtu: 9000
mtu: 1500
lb_addresses:
- "2620:cf:cf:aaaa::80-2620:cf:cf:aaaa::90"
endpoint_annotations:
Expand Down Expand Up @@ -108,7 +108,7 @@ data:
cidr: "2620:cf:cf:cccc::0/64"
name: subnet1
vlan: 21
mtu: 9000
mtu: 1500
prefix-length: 64
iface: storage
vlan: 21
Expand Down Expand Up @@ -137,7 +137,7 @@ data:
cidr: "2620:cf:cf:dddd::/64"
name: subnet1
vlan: 23
mtu: 9000
mtu: 1500
tenant:
dnsDomain: tenant.example.com
subnets:
Expand Down
4 changes: 2 additions & 2 deletions examples/dt/uni04delta-ipv6/edpm-pre-ceph/nodeset/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ data:
- ceph_nfs
- ceph_rgw_frontend
- ceph_nfs_frontend
storage_mtu: 9000
storage_mgmt_mtu: 9000
storage_mtu: 1500
storage_mgmt_mtu: 1500
storage_mgmt_vlan_id: 23
storage_mgmt_cidr: "64"
storage_mgmt_host_routes: []
Expand Down
4 changes: 2 additions & 2 deletions examples/dt/uni04delta-ipv6/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ data:
registry_url: quay.io/podified-antelope-centos9


storage_mtu: 9000
storage_mgmt_mtu: 9000
storage_mtu: 1500
storage_mgmt_mtu: 1500
storage_mgmt_vlan_id: 23
storage_mgmt_cidr: "24"
storage_mgmt_host_routes: []
Expand Down
6 changes: 3 additions & 3 deletions examples/dt/uni04delta/control-plane/nncp/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ data:
name: subnet1
prefix-length: 24
iface: enp6s0
mtu: 9000
mtu: 1500
lb_addresses:
- 192.168.122.80-192.168.122.90
endpoint_annotations:
Expand Down Expand Up @@ -106,7 +106,7 @@ data:
cidr: 172.18.0.0/24
name: subnet1
vlan: 21
mtu: 9000
mtu: 1500
prefix-length: 24
iface: storage
vlan: 21
Expand Down Expand Up @@ -136,7 +136,7 @@ data:
cidr: 172.20.0.0/24
name: subnet1
vlan: 23
mtu: 9000
mtu: 1500

tenant:
dnsDomain: tenant.example.com
Expand Down
4 changes: 2 additions & 2 deletions examples/dt/uni04delta/edpm-pre-ceph/nodeset/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ data:
- ceph_nfs
- ceph_rgw_frontend
- ceph_nfs_frontend
storage_mtu: 9000
storage_mgmt_mtu: 9000
storage_mtu: 1500
storage_mgmt_mtu: 1500
storage_mgmt_vlan_id: 23
storage_mgmt_cidr: "24"
storage_mgmt_host_routes: []
Expand Down
4 changes: 2 additions & 2 deletions examples/dt/uni04delta/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ data:
registry_url: quay.io/podified-antelope-centos9


storage_mtu: 9000
storage_mgmt_mtu: 9000
storage_mtu: 1500
storage_mgmt_mtu: 1500
storage_mgmt_vlan_id: 23
storage_mgmt_cidr: "24"
storage_mgmt_host_routes: []
Expand Down
4 changes: 2 additions & 2 deletions examples/dt/uni06zeta/control-plane/nncp/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ data:
name: subnet1
prefix-length: 24
iface: enp6s0
mtu: 9000
mtu: 1500
lb_addresses:
- 192.168.122.80-192.168.122.90
endpoint_annotations:
Expand Down Expand Up @@ -103,7 +103,7 @@ data:
cidr: 172.18.0.0/24
name: subnet1
vlan: 21
mtu: 9000
mtu: 1500
prefix-length: 24
iface: storage
vlan: 21
Expand Down
4 changes: 2 additions & 2 deletions examples/dt/uni07eta/control-plane/nncp/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ data:
name: subnet1
prefix-length: 24
iface: enp6s0
mtu: 9000
mtu: 1500
lb_addresses:
- 192.168.122.80-192.168.122.90
endpoint_annotations:
Expand Down Expand Up @@ -106,7 +106,7 @@ data:
cidr: 172.18.0.0/24
name: subnet1
vlan: 21
mtu: 9000
mtu: 1500
prefix-length: 24
iface: storage
vlan: 21
Expand Down

0 comments on commit 5e90124

Please sign in to comment.