32ae3ff0d1
This comment provides invalid instructions when using this template. Change-Id: I9ab2ce907a26a8cdc3881a48be2f95b8053bb48b
25 lines
794 B
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
|