Guest User

Untitled

a guest
Apr 6th, 2018
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.48 KB | None | 0 0
  1. # Customize all these values to match the local environment
  2. InternalApiNetCidr: 172.51.6.0/24
  3. StorageNetCidr: 172.52.6.0/24
  4. StorageMgmtNetCidr: 172.53.6.0/24
  5. TenantNetCidr: 172.54.6.0/24
  6. ExternalNetCidr: 10.11.12.0/24
  7. # CIDR subnet mask length for provisioning network
  8. ControlPlaneSubnetCidr: '24'
  9. InternalApiAllocationPools: [{'start': '172.51.6.101', 'end': '172.51.6.250'}]
  10. StorageAllocationPools: [{'start': '172.52.6.101', 'end': '172.52.6.250'}]
  11. StorageMgmtAllocationPools: [{'start': '172.53.6.101', 'end': '172.53.6.250'}]
  12. TenantAllocationPools: [{'start': '172.54.6.101', 'end': '172.54.6.250'}]
  13. # Use an External allocation pool which will leave room for floating IPs
  14. ExternalAllocationPools: [{'start': '10.11.12.101', 'end': '10.11.12.250'}]
  15. # Set to the router gateway on the external network
  16. ExternalInterfaceDefaultRoute: 10.11.12.1
  17. # Gateway router for the provisioning network (or Undercloud IP)
  18. ControlPlaneDefaultRoute: 172.50.6.1
  19. # Generally the IP of the Undercloud
  20. EC2MetadataIp: 172.50.6.10
  21. # Define the DNS servers (maximum 2) for the overcloud nodes
  22. DnsServers: ["8.8.8.8","8.8.4.4"]
  23. InternalApiNetworkVlanID: 510
  24. StorageNetworkVlanID: 530
  25. StorageMgmtNetworkVlanID: 540
  26. TenantNetworkVlanID: 520
  27. ExternalNetworkVlanID: 500
  28. # May set to br-ex if using floating IPs only on native VLAN on bridge br-ex
  29. NeutronExternalNetworkBridge: "''"
  30. NeutronNetworkType: 'vxlan,vlan'
  31. NeutronTunnelTypes: 'vxlan'
Advertisement
Add Comment
Please, Sign In to add comment