tripleo-heat-templates/environments/ips-from-pool-ctlplane.yaml

25 lines
794 B
YAML

# Environment file demonstrating how to pre-assign provisioning IPs on the
# boot NIC to all node types.
parameter_defaults:
ControllerIPs:
# Each controller will get an IP from the lists below, first controller, first IP
ctlplane:
- 192.168.24.251
ComputeIPs:
# Each compute will get an IP from the lists below, first compute, first IP
ctlplane:
- 192.168.24.252
CephStorageIPs:
# Each ceph node will get an IP from the lists below, first node, first IP
ctlplane:
- 192.168.24.253
SwiftStorageIPs:
# Each swift node will get an IP from the lists below, first node, first IP
ctlplane:
- 192.168.24.254
BlockStorageIPs:
# Each cinder node will get an IP from the lists below, first node, first IP
ctlplane:
- 192.168.24.250