-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathallinonehost
32 lines (24 loc) · 1.17 KB
/
allinonehost
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
27
28
29
30
31
32
[OSEv3:children]
masters
nodes
etcd
[OSEv3:vars]
ansible_ssh_common_args='-o StrictHostKeyChecking=no'
ansible_ssh_user=root
openshift_deployment_type=origin
openshift_release=v3.11
openshift_image_tag=v3.11.0
openshift_enable_origin_repo=false
openshift_disable_check=memory_availability,docker_storage,disk_availability,package_version,package_availability
openshift_enable_docker_excluder=false
os_firewall_use_firewalld=true
openshift_public_hostname=PPPPPPPP
openshift_master_default_subdomain=PPPPPPPP.nip.io
openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true', 'challenge': 'true', 'kind': 'HTPasswdPasswordIdentityProvider'}]
openshift_node_groups=[{'name': 'node-config-all-in-one', 'labels': ['node-role.kubernetes.io/master=true', 'node-role.kubernetes.io/infra=true', 'node-role.kubernetes.io/compute=true'], 'edits': [{ 'key': 'kubeletArguments.pods-per-core','value': ['20']}]}]
[masters]
ocpallinone openshift_ip=IIIIIIII openshift_public_ip=PPPPPPPP openshift_schedulable=true
[etcd]
ocpallinone openshift_ip=IIIIIIII
[nodes]
ocpallinone openshift_ip=IIIIIIII openshift_node_group_name="node-config-all-in-one" openshift_schedulable=true