Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion scenarios/uni07eta/config_download.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,18 @@ parameter_defaults:
ComputeExtraConfig:
nova::compute::libvirt::services::libvirt_virt_type: qemu
nova::compute::libvirt::virt_type: qemu
ExtraConfig:
neutron::notification_driver: 'noop'
neutron::plugins::ml2::path_mtu: 1500
neutron::plugins::ml2::ovn::ovn_router_indirect_snat: true
BarbicanSimpleCryptoGlobalDefault: true
Debug: true
DockerPuppetDebug: true
ContainerCli: podman
ControllerCount: 3
ComputeCount: 2
NetworkerCount: 3
NeutronGlobalPhysnetMtu: 1350
NeutronGlobalPhysnetMtu: 1500
CinderLVMLoopDeviceSize: 20480
CloudName: overcloud.example.com
CloudNameInternal: overcloud.internalapi.example.com
Expand All @@ -61,6 +65,14 @@ parameter_defaults:
CloudNameCtlplane: overcloud.ctlplane.example.com
CloudDomain: example.com
NetworkConfigWithAnsible: false
EnableVLANTransparency: true
NeutronEnableIgmpSnooping: true
OVNEmitNeedToFrag: true
NeutronEnableDVR: true
NeutronTypeDrivers: 'geneve,vxlan,vlan,flat,local'
NeutronNetworkType: 'geneve,flat,vlan'
NeutronDnsDomain: 'example.com'
NeutronRouterSchedulerDriver: 'neutron.scheduler.l3_agent_scheduler.ChanceScheduler'
ControllerHostnameFormat: '%stackname%-controller-%index%'
ComputeHostnameFormat: '%stackname%-compute-%index%'
NetworkerHostnameFormat: '%stackname%-networker-%index%'
Expand Down
8 changes: 4 additions & 4 deletions scenarios/uni07eta/network_data.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
name_lower: octavia
dns_domain: octavia.{{ cloud_domain }}.
subnets:
octavie_subnet:
octavia_subnet:
ip_subnet: 172.23.0.0/24
allocation_pools:
- start: 172.23.0.200
Expand All @@ -55,6 +55,6 @@
service_net_map_replace: external
subnets:
external_subnet:
vlan: 44
ip_subnet: '10.0.0.0/24'
allocation_pools: [{'start': '10.0.0.150', 'end': '10.0.0.250'}]
vlan: 218
ip_subnet: '172.38.0.0/24'
allocation_pools: [{'start': '172.38.0.50', 'end': '172.38.0.80'}]
2 changes: 2 additions & 0 deletions scenarios/uni07eta/roles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,8 @@
subnet: internal_api_subnet
Tenant:
subnet: tenant_subnet
External:
subnet: external_subnet
tags:
- external_bridge
RoleParametersDefault:
Expand Down
11 changes: 1 addition & 10 deletions scenarios/uni07eta/undercloud_parameter_defaults.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
---
{
"parameter_defaults": {
"MasqueradeNetworks": {
"10.0.0.1/24": [
"10.0.0.1/24"
],
"192.168.122.0/24": [
"192.168.122.0/24"
]
}
},
"parameter_defaults": {},
"resource_registry": {}
}
2 changes: 1 addition & 1 deletion scenarios/uni07eta/vips_data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
dns_name: overcloud
- name: ctlplane_vip
network: ctlplane
ip_address: 192.168.122.101
ip_address: 192.168.122.99
subnet: ctlplane-subnet
dns_name: overcloud