From 935b61e55112483ca3ddc28b4e763a97e9229be3 Mon Sep 17 00:00:00 2001 From: Szymon Datko Date: Wed, 13 Nov 2024 15:24:11 +0100 Subject: [PATCH] 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. --- examples/dt/uni01alpha/control-plane/nncp/values.yaml | 4 ++-- examples/dt/uni02beta/control-plane/nncp/values.yaml | 6 +++--- examples/dt/uni06zeta/control-plane/nncp/values.yaml | 4 ++-- examples/dt/uni07eta/control-plane/nncp/values.yaml | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/examples/dt/uni01alpha/control-plane/nncp/values.yaml b/examples/dt/uni01alpha/control-plane/nncp/values.yaml index 76eb50377..a3c011cfd 100644 --- a/examples/dt/uni01alpha/control-plane/nncp/values.yaml +++ b/examples/dt/uni01alpha/control-plane/nncp/values.yaml @@ -44,7 +44,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: @@ -108,7 +108,7 @@ data: cidr: 172.18.0.0/24 name: subnet1 vlan: 21 - mtu: 9000 + mtu: 1500 prefix-length: 24 iface: storage vlan: 21 diff --git a/examples/dt/uni02beta/control-plane/nncp/values.yaml b/examples/dt/uni02beta/control-plane/nncp/values.yaml index 146d48426..2564c4ed1 100644 --- a/examples/dt/uni02beta/control-plane/nncp/values.yaml +++ b/examples/dt/uni02beta/control-plane/nncp/values.yaml @@ -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: @@ -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 @@ -138,7 +138,7 @@ data: cidr: 172.20.0.0/24 name: subnet1 vlan: 23 - mtu: 9000 + mtu: 1500 tenant: dnsDomain: tenant.example.com diff --git a/examples/dt/uni06zeta/control-plane/nncp/values.yaml b/examples/dt/uni06zeta/control-plane/nncp/values.yaml index 8916d9a68..a342df3f9 100644 --- a/examples/dt/uni06zeta/control-plane/nncp/values.yaml +++ b/examples/dt/uni06zeta/control-plane/nncp/values.yaml @@ -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: @@ -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 diff --git a/examples/dt/uni07eta/control-plane/nncp/values.yaml b/examples/dt/uni07eta/control-plane/nncp/values.yaml index ae8cb6f69..39ab41cc8 100644 --- a/examples/dt/uni07eta/control-plane/nncp/values.yaml +++ b/examples/dt/uni07eta/control-plane/nncp/values.yaml @@ -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: @@ -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