Skip to content

Commit 54995a7

Browse files
committed
Add neutron config and update external network unieta adoption
1 parent 4c4f3c4 commit 54995a7

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

scenarios/uni07eta/config_download.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ 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'
4850
BarbicanSimpleCryptoGlobalDefault: true
4951
Debug: true
5052
DockerPuppetDebug: true
@@ -61,6 +63,14 @@ parameter_defaults:
6163
CloudNameCtlplane: overcloud.ctlplane.example.com
6264
CloudDomain: example.com
6365
NetworkConfigWithAnsible: false
66+
EnableVLANTransparency: true
67+
NeutronEnableIgmpSnooping: true
68+
OVNEmitNeedToFrag: true
69+
NeutronEnableDVR: true
70+
NeutronTypeDrivers: 'geneve,vxlan,vlan,flat,local'
71+
NeutronNetworkType: 'geneve,flat,vlan'
72+
NeutronDnsDomain: 'example.com'
73+
NeutronRouterSchedulerDriver: 'neutron.scheduler.l3_agent_scheduler.ChanceScheduler'
6474
ControllerHostnameFormat: '%stackname%-controller-%index%'
6575
ComputeHostnameFormat: '%stackname%-compute-%index%'
6676
NetworkerHostnameFormat: '%stackname%-networker-%index%'

scenarios/uni07eta/network_data.yaml.j2

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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.10', 'end': '172.38.0.49'}]

0 commit comments

Comments
 (0)