resource_registry: OS::TripleO::Compute::Net::SoftwareConfig: /home/stack/templates/nic-configs/compute.yaml OS::TripleO::Controller::Net::SoftwareConfig: /home/stack/templates/nic-configs/controller.yaml OS::TripleO::Services::SwiftProxy: OS::Heat::None OS::TripleO::Services::SwiftStorage: OS::Heat::None OS::TripleO::Services::SwiftRingBuilder: OS::Heat::None parameter_defaults: ControllerCount: 1 ComputeCount: 2 CephStorageCount: 0 BlockStorageCount: 0 ObjectStorageCount: 0 OvercloudControlFlavor: control OvercloudComputeFlavor: compute # The IP address of the EC2 metadata server. Generally the IP of the Undercloud EC2MetadataIp: 192.0.2.1 # Gateway router for the provisioning network (or Undercloud IP) ControlPlaneDefaultRoute: 192.0.2.1 DnsServers: ["192.0.2.1"] StorageNetCidr: 172.16.100.0/24 InternalApiNetCidr: 172.16.101.0/24 StorageMgmtNetCidr: 172.16.102.0/24 TenantNetCidr: 172.16.103.0/24 ExternalNetCidr: 10.19.93.0/27 InternalApiNetworkVlanID: 1528 StorageMgmtNetworkVlanID: 3907 TenantNetworkVlanID: 2520 StorageNetworkVlanID: 4001 ExternalNetworkVlanID: 1520 # Leave room for floating IPs in the External allocation pool StorageAllocationPools: [{'start': '172.16.100.10', 'end': '172.16.100.200'}] InternalApiAllocationPools: [{'start': '172.16.101.100', 'end': '172.16.101.200'}] StorageMgmtAllocationPools: [{'start': '172.16.102.100', 'end': '172.16.102.200'}] TenantAllocationPools: [{'start': '172.16.103.100', 'end': '172.16.103.200'}] ExternalAllocationPools: [{'start': '10.19.93.21', 'end': '10.19.93.24'}] # Set to the router gateway on the external network ExternalInterfaceDefaultRoute: 10.19.93.30 # Set to "br-ex" if using floating IPs on native VLAN on bridge br-ex NeutronExternalNetworkBridge: "''" NeutronTunnelTypes: '' NeutronNetworkType : vlan NeutronNetworkVLANRanges: datacentre:1521:1525,tenant:2520:2525 NeutronBridgeMappings: datacentre:br-ex,tenant:br-private NeutronFlatNetworks: datacentre,tenant NeutronGlobalPhysnetMtu: 1500 NeutronTenantMtu: 1500 BondInterfaceOvsOptions: "bond_mode=active-backup"