2016-03-09 16:41:03 +00:00
|
|
|
# Environment file demonstrating how to pre-assign IPs to all node types
|
|
|
|
|
|
|
|
parameter_defaults:
|
|
|
|
ControllerIPs:
|
|
|
|
# Each controller will get an IP from the lists below, first controller, first IP
|
|
|
|
external:
|
|
|
|
- 10.0.0.251
|
|
|
|
internal_api:
|
|
|
|
- 172.16.2.251
|
|
|
|
storage:
|
|
|
|
- 172.16.1.251
|
|
|
|
storage_mgmt:
|
|
|
|
- 172.16.3.251
|
|
|
|
tenant:
|
|
|
|
- 172.16.0.251
|
2016-05-19 14:17:10 +00:00
|
|
|
#management:
|
|
|
|
#- 172.16.4.251
|
2017-07-11 14:45:52 +00:00
|
|
|
ComputeIPs:
|
2016-03-09 16:41:03 +00:00
|
|
|
# Each compute will get an IP from the lists below, first compute, first IP
|
|
|
|
internal_api:
|
|
|
|
- 172.16.2.252
|
|
|
|
storage:
|
|
|
|
- 172.16.1.252
|
|
|
|
tenant:
|
|
|
|
- 172.16.0.252
|
2016-05-19 14:17:10 +00:00
|
|
|
#management:
|
|
|
|
#- 172.16.4.252
|
2016-03-09 16:41:03 +00:00
|
|
|
CephStorageIPs:
|
|
|
|
# Each ceph node will get an IP from the lists below, first node, first IP
|
|
|
|
storage:
|
|
|
|
- 172.16.1.253
|
|
|
|
storage_mgmt:
|
|
|
|
- 172.16.3.253
|
2016-05-19 14:17:10 +00:00
|
|
|
#management:
|
|
|
|
#- 172.16.4.253
|
2016-03-09 16:41:03 +00:00
|
|
|
SwiftStorageIPs:
|
|
|
|
# Each swift node will get an IP from the lists below, first node, first IP
|
|
|
|
internal_api:
|
|
|
|
- 172.16.2.254
|
|
|
|
storage:
|
|
|
|
- 172.16.1.254
|
|
|
|
storage_mgmt:
|
|
|
|
- 172.16.3.254
|
2016-05-19 14:17:10 +00:00
|
|
|
#management:
|
|
|
|
#- 172.16.4.254
|
2016-03-09 16:41:03 +00:00
|
|
|
BlockStorageIPs:
|
|
|
|
# Each cinder node will get an IP from the lists below, first node, first IP
|
|
|
|
internal_api:
|
|
|
|
- 172.16.2.250
|
|
|
|
storage:
|
|
|
|
- 172.16.1.250
|
|
|
|
storage_mgmt:
|
|
|
|
- 172.16.3.250
|
2016-05-19 14:17:10 +00:00
|
|
|
#management:
|
|
|
|
#- 172.16.4.250
|