-
Notifications
You must be signed in to change notification settings - Fork 0
/
inventory.all-in-one.ini
50 lines (37 loc) · 1.51 KB
/
inventory.all-in-one.ini
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
[OSEv3:children]
masters
nodes
etcd
[masters]
${MASTER_PUBLIC_IP} openshift_ip=${MASTER_PRIVATE_IP} openshift_schedulable=true
[etcd]
${MASTER_PUBLIC_IP} openshift_ip=${MASTER_PRIVATE_IP}
[nodes]
${MASTER_PUBLIC_IP} openshift_ip=${MASTER_PRIVATE_IP} openshift_schedulable=true openshift_node_group_name="node-config-all-in-one"
[OSEv3:vars]
ansible_ssh_user=centos
#ansible_ssh_user=root
ansible_become=true
enable_excluders=False
enable_docker_excluder=False
ansible_service_broker_install=False
containerized=True
os_sdn_network_plugin_name='redhat/openshift-ovs-multitenant'
openshift_disable_check=disk_availability,docker_storage,memory_availability,docker_image_availability
openshift_node_kubelet_args={'pods-per-core': ['10']}
deployment_type=origin
openshift_deployment_type=origin
template_service_broker_selector={"region":"infra"}
openshift_metrics_image_version="v3.9"
openshift_logging_image_version="v3.9"
openshift_logging_elasticsearch_proxy_image_version="v1.0.0"
logging_elasticsearch_rollout_override=false
osm_use_cockpit=true
openshift_metrics_install_metrics=False
openshift_logging_install_logging=False
openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true', 'challenge': 'true', 'kind': 'HTPasswdPasswordIdentityProvider'}]
openshift_master_htpasswd_file='/etc/origin/master/htpasswd'
openshift_public_hostname=console.${MASTER_PUBLIC_IP}.nip.io
openshift_master_default_subdomain=apps.${MASTER_PUBLIC_IP}.nip.io
openshift_master_api_port=8443
openshift_master_console_port=8443