Skip to content

Commit 79320c1

Browse files
committed
Add neutron config and update external network unieta adoption
1 parent 7aedafa commit 79320c1

File tree

5 files changed

+21
-16
lines changed

5 files changed

+21
-16
lines changed

scenarios/uni07eta/config_download.yaml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,18 @@ parameter_defaults:
4545
ComputeExtraConfig:
4646
nova::compute::libvirt::services::libvirt_virt_type: qemu
4747
nova::compute::libvirt::virt_type: qemu
48+
ExtraConfig:
49+
neutron::notification_driver: 'noop'
50+
neutron::plugins::ml2::path_mtu: 1400
51+
neutron::plugins::ml2::ovn::ovn_router_indirect_snat: true
4852
BarbicanSimpleCryptoGlobalDefault: true
4953
Debug: true
5054
DockerPuppetDebug: true
5155
ContainerCli: podman
5256
ControllerCount: 3
5357
ComputeCount: 2
5458
NetworkerCount: 3
55-
NeutronGlobalPhysnetMtu: 1350
59+
NeutronGlobalPhysnetMtu: 1400
5660
CinderLVMLoopDeviceSize: 20480
5761
CloudName: overcloud.example.com
5862
CloudNameInternal: overcloud.internalapi.example.com
@@ -61,6 +65,14 @@ parameter_defaults:
6165
CloudNameCtlplane: overcloud.ctlplane.example.com
6266
CloudDomain: example.com
6367
NetworkConfigWithAnsible: false
68+
EnableVLANTransparency: true
69+
NeutronEnableIgmpSnooping: true
70+
OVNEmitNeedToFrag: true
71+
NeutronEnableDVR: true
72+
NeutronTypeDrivers: 'geneve,vxlan,vlan,flat,local'
73+
NeutronNetworkType: 'geneve,flat,vlan'
74+
NeutronDnsDomain: 'example.com'
75+
NeutronRouterSchedulerDriver: 'neutron.scheduler.l3_agent_scheduler.ChanceScheduler'
6476
ControllerHostnameFormat: '%stackname%-controller-%index%'
6577
ComputeHostnameFormat: '%stackname%-compute-%index%'
6678
NetworkerHostnameFormat: '%stackname%-networker-%index%'

scenarios/uni07eta/network_data.yaml.j2

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
name_lower: octavia
4242
dns_domain: octavia.{{ cloud_domain }}.
4343
subnets:
44-
octavie_subnet:
44+
octavia_subnet:
4545
ip_subnet: 172.23.0.0/24
4646
allocation_pools:
4747
- start: 172.23.0.200
@@ -55,6 +55,6 @@
5555
service_net_map_replace: external
5656
subnets:
5757
external_subnet:
58-
vlan: 44
59-
ip_subnet: '10.0.0.0/24'
60-
allocation_pools: [{'start': '10.0.0.150', 'end': '10.0.0.250'}]
58+
vlan: 218
59+
ip_subnet: '172.38.0.0/24'
60+
allocation_pools: [{'start': '172.38.0.50', 'end': '172.38.0.80'}]

scenarios/uni07eta/roles.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,8 @@
260260
subnet: internal_api_subnet
261261
Tenant:
262262
subnet: tenant_subnet
263+
External:
264+
subnet: external_subnet
263265
tags:
264266
- external_bridge
265267
RoleParametersDefault:
Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
11
---
22
{
3-
"parameter_defaults": {
4-
"MasqueradeNetworks": {
5-
"10.0.0.1/24": [
6-
"10.0.0.1/24"
7-
],
8-
"192.168.122.0/24": [
9-
"192.168.122.0/24"
10-
]
11-
}
12-
},
3+
"parameter_defaults": {},
134
"resource_registry": {}
145
}

scenarios/uni07eta/vips_data.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
dns_name: overcloud
1414
- name: ctlplane_vip
1515
network: ctlplane
16-
ip_address: 192.168.122.101
16+
ip_address: 192.168.122.99
1717
subnet: ctlplane-subnet
1818
dns_name: overcloud

0 commit comments

Comments
 (0)