From 5e9012428af7fd3959795086451d1cc290f8fc03 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 all uni jobs to stick with default 1500 MTU. --- examples/dt/uni01alpha/control-plane/nncp/values.yaml | 4 ++-- examples/dt/uni02beta/control-plane/nncp/values.yaml | 6 +++--- examples/dt/uni04delta-ipv6/control-plane/nncp/values.yaml | 6 +++--- .../dt/uni04delta-ipv6/edpm-pre-ceph/nodeset/values.yaml | 4 ++-- examples/dt/uni04delta-ipv6/values.yaml | 4 ++-- examples/dt/uni04delta/control-plane/nncp/values.yaml | 6 +++--- examples/dt/uni04delta/edpm-pre-ceph/nodeset/values.yaml | 4 ++-- examples/dt/uni04delta/values.yaml | 4 ++-- examples/dt/uni06zeta/control-plane/nncp/values.yaml | 4 ++-- examples/dt/uni07eta/control-plane/nncp/values.yaml | 4 ++-- 10 files changed, 23 insertions(+), 23 deletions(-) diff --git a/examples/dt/uni01alpha/control-plane/nncp/values.yaml b/examples/dt/uni01alpha/control-plane/nncp/values.yaml index bef97401b..40ea303ac 100644 --- a/examples/dt/uni01alpha/control-plane/nncp/values.yaml +++ b/examples/dt/uni01alpha/control-plane/nncp/values.yaml @@ -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: @@ -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 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/uni04delta-ipv6/control-plane/nncp/values.yaml b/examples/dt/uni04delta-ipv6/control-plane/nncp/values.yaml index 523b7d31b..e105a4570 100644 --- a/examples/dt/uni04delta-ipv6/control-plane/nncp/values.yaml +++ b/examples/dt/uni04delta-ipv6/control-plane/nncp/values.yaml @@ -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: @@ -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 @@ -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: diff --git a/examples/dt/uni04delta-ipv6/edpm-pre-ceph/nodeset/values.yaml b/examples/dt/uni04delta-ipv6/edpm-pre-ceph/nodeset/values.yaml index 24e52be77..97199bdbd 100644 --- a/examples/dt/uni04delta-ipv6/edpm-pre-ceph/nodeset/values.yaml +++ b/examples/dt/uni04delta-ipv6/edpm-pre-ceph/nodeset/values.yaml @@ -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: [] diff --git a/examples/dt/uni04delta-ipv6/values.yaml b/examples/dt/uni04delta-ipv6/values.yaml index 2f1c0978b..d4a842158 100644 --- a/examples/dt/uni04delta-ipv6/values.yaml +++ b/examples/dt/uni04delta-ipv6/values.yaml @@ -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: [] diff --git a/examples/dt/uni04delta/control-plane/nncp/values.yaml b/examples/dt/uni04delta/control-plane/nncp/values.yaml index 44e1683d9..5bba8f3ba 100644 --- a/examples/dt/uni04delta/control-plane/nncp/values.yaml +++ b/examples/dt/uni04delta/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 @@ -136,7 +136,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/uni04delta/edpm-pre-ceph/nodeset/values.yaml b/examples/dt/uni04delta/edpm-pre-ceph/nodeset/values.yaml index 779a4a96e..9d480b401 100644 --- a/examples/dt/uni04delta/edpm-pre-ceph/nodeset/values.yaml +++ b/examples/dt/uni04delta/edpm-pre-ceph/nodeset/values.yaml @@ -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: [] diff --git a/examples/dt/uni04delta/values.yaml b/examples/dt/uni04delta/values.yaml index 2b23b29cf..832ee58cf 100644 --- a/examples/dt/uni04delta/values.yaml +++ b/examples/dt/uni04delta/values.yaml @@ -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: [] 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