summaryrefslogtreecommitdiffstats
path: root/playbooks/aws/provisioning-inventory.example.ini
blob: 238a7eb2f9b285ae00b12763099f6cdae48318c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[OSEv3:children]
masters
nodes
etcd

[OSEv3:vars]
################################################################################
# Ensure these variables are set for bootstrap
################################################################################
# openshift_deployment_type is required for installation
openshift_deployment_type=origin

openshift_master_bootstrap_enabled=True

openshift_hosted_router_wait=False
openshift_hosted_registry_wait=False

################################################################################
# cluster specific settings maybe be placed here

[masters]

[etcd]

[nodes]