@@ -55,19 +55,19 @@ cleaning_net_name: provision_wl
55
55
# Network definitions.
56
56
57
57
mgmt_cidr : 192.168.35.0/24
58
- mgmt_mtu : 1450
58
+ mgmt_mtu : 1442
59
59
# Native VLAN
60
60
mgmt_physical_network : mgmt
61
61
62
62
provision_oc_cidr : 192.168.33.0/24
63
- provision_oc_mtu : 1450
63
+ provision_oc_mtu : 1442
64
64
provision_oc_inspection_allocation_pool_start : 192.168.33.128
65
65
provision_oc_inspection_allocation_pool_end : 192.168.33.254
66
66
# Native VLAN
67
67
provision_oc_physical_network : provision
68
68
69
69
provision_wl_cidr : 192.168.36.0/24
70
- provision_wl_mtu : 1450
70
+ provision_wl_mtu : 1442
71
71
provision_wl_inspection_allocation_pool_start : 192.168.36.128
72
72
provision_wl_inspection_allocation_pool_end : 192.168.36.254
73
73
provision_wl_neutron_allocation_pool_start : 192.168.36.2
@@ -76,7 +76,7 @@ provision_wl_neutron_allocation_pool_end: 192.168.36.127
76
76
provision_wl_physical_network : cloud
77
77
78
78
internal_cidr : 192.168.37.0/24
79
- internal_mtu : 1450
79
+ internal_mtu : 1442
80
80
internal_allocation_pool_start : 192.168.37.3
81
81
internal_allocation_pool_end : 192.168.37.254
82
82
internal_vip_address : 192.168.37.2
@@ -89,25 +89,25 @@ external_vlan: 102
89
89
external_physical_network : cloud
90
90
91
91
public_cidr : 192.168.39.0/24
92
- public_mtu : 1450
92
+ public_mtu : 1442
93
93
public_allocation_pool_start : 192.168.39.3
94
94
public_allocation_pool_end : 192.168.39.254
95
95
public_vip_address : 192.168.39.2
96
96
public_vlan : 103
97
97
public_physical_network : cloud
98
98
99
99
tunnel_cidr : 192.168.40.0/24
100
- tunnel_mtu : 1450
100
+ tunnel_mtu : 1442
101
101
tunnel_vlan : 104
102
102
tunnel_physical_network : cloud
103
103
104
104
storage_cidr : 192.168.41.0/24
105
- storage_mtu : 1450
105
+ storage_mtu : 1442
106
106
storage_vlan : 105
107
107
storage_physical_network : cloud
108
108
109
109
storage_mgmt_cidr : 192.168.42.0/24
110
- storage_mgmt_mtu : 1450
110
+ storage_mgmt_mtu : 1442
111
111
storage_mgmt_vlan : 106
112
112
storage_mgmt_physical_network : cloud
113
113
0 commit comments