Skip to content

Commit bcc7f6f

Browse files
committed
Lower the MTU in aufn-ceph so it can run in a VM
Now that we're lacking in baremetals, AUFNs need to be run in VMs. The geneve network on SMS lab has MTU 1442, so networks need to be lowered to match this.
1 parent 710a7f1 commit bcc7f6f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

etc/kayobe/environments/aufn-ceph/networks.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -55,19 +55,19 @@ cleaning_net_name: provision_wl
5555
# Network definitions.
5656

5757
mgmt_cidr: 192.168.35.0/24
58-
mgmt_mtu: 1450
58+
mgmt_mtu: 1442
5959
# Native VLAN
6060
mgmt_physical_network: mgmt
6161

6262
provision_oc_cidr: 192.168.33.0/24
63-
provision_oc_mtu: 1450
63+
provision_oc_mtu: 1442
6464
provision_oc_inspection_allocation_pool_start: 192.168.33.128
6565
provision_oc_inspection_allocation_pool_end: 192.168.33.254
6666
# Native VLAN
6767
provision_oc_physical_network: provision
6868

6969
provision_wl_cidr: 192.168.36.0/24
70-
provision_wl_mtu: 1450
70+
provision_wl_mtu: 1442
7171
provision_wl_inspection_allocation_pool_start: 192.168.36.128
7272
provision_wl_inspection_allocation_pool_end: 192.168.36.254
7373
provision_wl_neutron_allocation_pool_start: 192.168.36.2
@@ -76,7 +76,7 @@ provision_wl_neutron_allocation_pool_end: 192.168.36.127
7676
provision_wl_physical_network: cloud
7777

7878
internal_cidr: 192.168.37.0/24
79-
internal_mtu: 1450
79+
internal_mtu: 1442
8080
internal_allocation_pool_start: 192.168.37.3
8181
internal_allocation_pool_end: 192.168.37.254
8282
internal_vip_address: 192.168.37.2
@@ -89,25 +89,25 @@ external_vlan: 102
8989
external_physical_network: cloud
9090

9191
public_cidr: 192.168.39.0/24
92-
public_mtu: 1450
92+
public_mtu: 1442
9393
public_allocation_pool_start: 192.168.39.3
9494
public_allocation_pool_end: 192.168.39.254
9595
public_vip_address: 192.168.39.2
9696
public_vlan: 103
9797
public_physical_network: cloud
9898

9999
tunnel_cidr: 192.168.40.0/24
100-
tunnel_mtu: 1450
100+
tunnel_mtu: 1442
101101
tunnel_vlan: 104
102102
tunnel_physical_network: cloud
103103

104104
storage_cidr: 192.168.41.0/24
105-
storage_mtu: 1450
105+
storage_mtu: 1442
106106
storage_vlan: 105
107107
storage_physical_network: cloud
108108

109109
storage_mgmt_cidr: 192.168.42.0/24
110-
storage_mgmt_mtu: 1450
110+
storage_mgmt_mtu: 1442
111111
storage_mgmt_vlan: 106
112112
storage_mgmt_physical_network: cloud
113113

0 commit comments

Comments
 (0)