Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Customize all these values to match the local environment
- InternalApiNetCidr: 172.51.6.0/24
- StorageNetCidr: 172.52.6.0/24
- StorageMgmtNetCidr: 172.53.6.0/24
- TenantNetCidr: 172.54.6.0/24
- ExternalNetCidr: 10.11.12.0/24
- # CIDR subnet mask length for provisioning network
- ControlPlaneSubnetCidr: '24'
- InternalApiAllocationPools: [{'start': '172.51.6.101', 'end': '172.51.6.250'}]
- StorageAllocationPools: [{'start': '172.52.6.101', 'end': '172.52.6.250'}]
- StorageMgmtAllocationPools: [{'start': '172.53.6.101', 'end': '172.53.6.250'}]
- TenantAllocationPools: [{'start': '172.54.6.101', 'end': '172.54.6.250'}]
- # Use an External allocation pool which will leave room for floating IPs
- ExternalAllocationPools: [{'start': '10.11.12.101', 'end': '10.11.12.250'}]
- # Set to the router gateway on the external network
- ExternalInterfaceDefaultRoute: 10.11.12.1
- # Gateway router for the provisioning network (or Undercloud IP)
- ControlPlaneDefaultRoute: 172.50.6.1
- # Generally the IP of the Undercloud
- EC2MetadataIp: 172.50.6.10
- # Define the DNS servers (maximum 2) for the overcloud nodes
- DnsServers: ["8.8.8.8","8.8.4.4"]
- InternalApiNetworkVlanID: 510
- StorageNetworkVlanID: 530
- StorageMgmtNetworkVlanID: 540
- TenantNetworkVlanID: 520
- ExternalNetworkVlanID: 500
- # May set to br-ex if using floating IPs only on native VLAN on bridge br-ex
- NeutronExternalNetworkBridge: "''"
- NeutronNetworkType: 'vxlan,vlan'
- NeutronTunnelTypes: 'vxlan'
Advertisement
Add Comment
Please, Sign In to add comment