You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
529 B
27 lines
529 B
[masters]
|
|
ose3-master[1:3].test.example.com
|
|
|
|
[etcd]
|
|
ose3-master[1:3].test.example.com
|
|
|
|
[nodes]
|
|
ose3-master[1:3].test.example.com
|
|
ose3-infra[1:2].test.example.com openshift_node_labels="{'region': 'infra', 'zone': 'default'}"
|
|
ose3-node[1:2].test.example.com openshift_node_labels="{'region': 'primary', 'zone': 'default'}"
|
|
|
|
[nfs]
|
|
ose3-master1.test.example.com
|
|
|
|
[lb]
|
|
ose3-lb.test.example.com
|
|
|
|
# Create an OSEv3 group that contains the masters and nodes groups
|
|
[OSEv3:children]
|
|
masters
|
|
nodes
|
|
etcd
|
|
lb
|
|
nfs
|
|
|
|
[OSEv3:vars]
|
|
# BLA BLA BLA
|
|
|