Skip to content

Commit 9bffc90

Browse files
committed
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 2ffaf3f commit 9bffc90

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
@@ -50,7 +50,7 @@ parameter_defaults:
5050
nova::compute::libvirt::virt_type: qemu
5151
ExtraConfig:
5252
neutron::notification_driver: 'noop'
53-
neutron::plugins::ml2::path_mtu: 1400
53+
neutron::plugins::ml2::path_mtu: 9000
5454
neutron::plugins::ml2::ovn::ovn_router_indirect_snat: true
5555
BarbicanSimpleCryptoGlobalDefault: true
5656
Debug: true
@@ -59,7 +59,7 @@ parameter_defaults:
5959
ControllerCount: 3
6060
ComputeCount: 2
6161
NetworkerCount: 3
62-
NeutronGlobalPhysnetMtu: 1400
62+
NeutronGlobalPhysnetMtu: 9000
6363
CinderLVMLoopDeviceSize: 20480
6464
CloudName: overcloud.example.com
6565
CloudNameInternal: overcloud.internalapi.example.com
@@ -82,7 +82,7 @@ parameter_defaults:
8282
CtlplaneNetworkAttributes:
8383
network:
8484
dns_domain: example.com
85-
mtu: 1500
85+
mtu: 9000
8686
name: ctlplane
8787
tags:
8888
- 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)