2018-05-08 15:27:50 -07:00
|
|
|
# Environment file demonstrating how to pre-assign provisioning IPs on the
|
2018-12-10 10:14:27 -05:00
|
|
|
# boot NIC to all node types.
|
2018-05-08 15:27:50 -07:00
|
|
|
|
|
|
|
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
|