Advertisement
Guest User

Untitled

a guest
Dec 27th, 2017
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.45 KB | None | 0 0
  1. undercloud) [stack@queensX ~]$ cat ~/tripleo-heat-templates/environments/contrail/contrail-net.yaml
  2. resource_registry:
  3. OS::TripleO::Controller::Net::SoftwareConfig: ../../network/config/contrail/controller-nic-config.yaml
  4. OS::TripleO::ContrailController::Net::SoftwareConfig: ../../network/config/contrail/contrail-controller-nic-config.yaml
  5.  
  6. parameter_defaults:
  7. # Customize all these values to match the local environment
  8. TenantNetCidr: 10.0.0.0/24
  9. InternalApiNetCidr: 10.1.0.0/24
  10. ExternalNetCidr: 10.2.0.0/24
  11. StorageNetCidr: 10.3.0.0/24
  12. StorageMgmtNetCidr: 10.4.0.0/24
  13. # CIDR subnet mask length for provisioning network
  14. ControlPlaneSubnetCidr: '24'
  15. # Allocation pools
  16. TenantAllocationPools: [{'start': '10.0.0.10', 'end': '10.0.0.200'}]
  17. InternalApiAllocationPools: [{'start': '10.1.0.10', 'end': '10.1.0.200'}]
  18. ExternalAllocationPools: [{'start': '10.2.0.10', 'end': '10.2.0.200'}]
  19. StorageAllocationPools: [{'start': '10.3.0.10', 'end': '10.3.0.200'}]
  20. StorageMgmtAllocationPools: [{'start': '10.4.0.10', 'end': '10.4.0.200'}]
  21. # Routes
  22. ControlPlaneDefaultRoute: 192.168.24.254
  23. InternalApiDefaultRoute: 10.1.0.1
  24. ExternalInterfaceDefaultRoute: 10.2.0.1
  25. # Vlans
  26. InternalApiNetworkVlanID: 710
  27. ExternalNetworkVlanID: 720
  28. StorageNetworkVlanID: 730
  29. StorageMgmtNetworkVlanID: 740
  30. # Services
  31. EC2MetadataIp: 192.168.24.1 # Generally the IP of the Undercloud
  32. DnsServers: ["8.8.8.8"]
  33. NtpServer: 10.0.0.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement