tripleo-heat-templates/environments/ips-from-pool-ctlplane.yaml
Bob Fournier 32ae3ff0d1 Remove invalid comment in ips-from-pool-ctlplane
This comment provides invalid instructions when using this template.

Change-Id: I9ab2ce907a26a8cdc3881a48be2f95b8053bb48b
2018-12-10 10:14:27 -05:00

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