Guest User

Untitled

a guest
Sep 6th, 2017
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. parameter_defaults:
  2. ControlPlaneDefaultRoute: 192.168.24.1
  3. ControlPlaneSubnetCidr: '24'
  4. DnsServers:
  5. - 10.0.0.1
  6. EC2MetadataIp: 192.168.24.1
  7. ExternalAllocationPools:
  8. - end: 10.0.0.149
  9. start: 10.0.0.101
  10. ExternalInterfaceDefaultRoute: 10.0.0.1
  11. ExternalNetCidr: 10.0.0.0/24
  12. InternalApiAllocationPools:
  13. - end: 172.17.1.200
  14. start: 172.17.1.10
  15. InternalApiNetCidr: 172.17.1.0/24
  16. InternalApiNetworkVlanID: 20
  17. NeutronBridgeMappings: datacentre:br-ex,tenant:br-isolated
  18. NeutronNetworkType: vxlan
  19. NeutronNetworkVLANRanges: tenant:1000:2000
  20. NeutronTunnelTypes: vxlan
  21. NtpServer:
  22. - clock.redhat.com
  23. StorageAllocationPools:
  24. - end: 172.17.3.200
  25. start: 172.17.3.10
  26. StorageMgmtAllocationPools:
  27. - end: 172.17.4.200
  28. start: 172.17.4.10
  29. StorageMgmtNetCidr: 172.17.4.0/24
  30. StorageMgmtNetworkVlanID: 40
  31. StorageNetCidr: 172.17.3.0/24
  32. StorageNetworkVlanID: 30
  33. TenantAllocationPools:
  34. - end: 172.17.2.200
  35. start: 172.17.2.10
  36. TenantNetCidr: 172.17.2.0/24
  37. TenantNetworkVlanID: 50
Advertisement
Add Comment
Please, Sign In to add comment