summaryrefslogtreecommitdiffstats
path: root/playbooks/aws/provisioning-inventory.example.ini
blob: cf76c9d100810e4b5a66a27bb67a97cbc3d32c1d (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
26
[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_master_api_port=443

openshift_hosted_router_wait=False
openshift_hosted_registry_wait=False

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

[masters]

[etcd]

[nodes]