File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ parameter_defaults:
4444 use_neutron : false
4545 ExtraConfig :
4646 neutron::notification_driver : ' noop'
47- neutron::plugins::ml2::path_mtu : 1400
47+ neutron::plugins::ml2::path_mtu : 9000
4848 neutron::plugins::ml2::ovn::ovn_router_indirect_snat : true
4949 BarbicanSimpleCryptoGlobalDefault : true
5050 Debug : true
@@ -53,7 +53,7 @@ parameter_defaults:
5353 ControllerCount : 3
5454 ComputeCount : 2
5555 NetworkerCount : 3
56- NeutronGlobalPhysnetMtu : 1400
56+ NeutronGlobalPhysnetMtu : 9000
5757 CinderLVMLoopDeviceSize : 20480
5858 CloudName : overcloud.example.com
5959 CloudNameInternal : overcloud.internalapi.example.com
@@ -76,7 +76,7 @@ parameter_defaults:
7676 CtlplaneNetworkAttributes :
7777 network :
7878 dns_domain : example.com
79- mtu : 1500
79+ mtu : 9000
8080 name : ctlplane
8181 tags :
8282 - 192.168.122.0/24
Original file line number Diff line number Diff line change 11---
22- name: Storage
3- mtu: 1500
3+ mtu: 9000
44 vip: true
55 name_lower: storage
66 dns_domain: storage.{{ cloud_domain }}.
1212 allocation_pools: [{'start': '172.18.0.120', 'end': '172.18.0.250'}]
1313
1414- name: InternalApi
15- mtu: 1500
15+ mtu: 9000
1616 vip: true
1717 name_lower: internal_api
1818 dns_domain: internal-api.{{ cloud_domain }}.
2424 allocation_pools: [{'start': '172.17.0.120', 'end': '172.17.0.250'}]
2525
2626- name: Tenant
27- mtu: 1500
27+ mtu: 9000
2828 vip: false # Tenant network does not use VIPs
2929 name_lower: tenant
3030 dns_domain: tenant.{{ cloud_domain }}.
3636 allocation_pools: [{'start': '172.19.0.120', 'end': '172.19.0.250'}]
3737
3838- name: Octavia
39- mtu: 1500
39+ mtu: 9000
4040 vip: false
4141 name_lower: octavia
4242 dns_domain: octavia.{{ cloud_domain }}.
4848 end: 172.23.0.250
4949
5050- name: External
51- mtu: 1500
51+ mtu: 9000
5252 vip: true
5353 name_lower: external
5454 dns_domain: external.{{ cloud_domain }}.
5555 service_net_map_replace: external
5656 subnets:
5757 external_subnet:
58- vlan: 218
59- ip_subnet: '172.38.0 .0/24 '
60- allocation_pools: [{'start': '172.38.0 .50', 'end': '172.38.0 .80'}]
58+ vlan: 99
59+ ip_subnet: '192.168.32 .0/20 '
60+ allocation_pools: [{'start': '192.168.32 .50', 'end': '192.168.32 .80'}]
You can’t perform that action at this time.
0 commit comments