Skip to content

Commit 76ffc02

Browse files
Update uni07eta adoption config MTU to 9000
Update uni07eta adoption scenario for MTU 9000 and external network change. All network MTUs set to 9000 to match greenfield. External network changed from VLAN 218 to VLAN 99 to match greenfield, with ospbr-218 handling the VLAN 218 provider network. Related-Issue: #OSPRH-28563 Assisted-by: Claude Opus 4.6 Signed-off-by: Renjing Xiao <rxiao@redhat.com>
1 parent 82654a3 commit 76ffc02

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

scenarios/uni07eta/config_download.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

scenarios/uni07eta/network_data.yaml.j2

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
- name: Storage
3-
mtu: 1500
3+
mtu: 9000
44
vip: true
55
name_lower: storage
66
dns_domain: storage.{{ cloud_domain }}.
@@ -12,7 +12,7 @@
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 }}.
@@ -24,7 +24,7 @@
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 }}.
@@ -36,7 +36,7 @@
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 }}.
@@ -48,13 +48,13 @@
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'}]

0 commit comments

Comments
 (0)