-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinventory.1_master_1_node.old
60 lines (47 loc) · 2.32 KB
/
inventory.1_master_1_node.old
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
50
51
52
53
54
55
56
57
58
59
60
# Create an OSEv3 group that contains the masters and nodes groups
[OSEv3:children]
masters
etcd
nodes
# Set variables common for all OSEv3 hosts
[OSEv3:vars]
# SSH user, this user should allow ssh based auth without requiring a password
ansible_ssh_user=centos
# If ansible_ssh_user is not root, ansible_sudo must be set to true
ansible_sudo=true
#product_type=openshift
deployment_type=origin
openshift_deployment_type=origin
#openshift_pkg_version=-1.0.4
#openshift_pkg_version=-3.0.1.0
openshift_master_cluster_public_hostname=master.fuse.osecloud.com
enable_excluders=False
enable_docker_excluder=False
ansible_service_broker_install=False
containerized=True
os_sdn_network_plugin_name='redhat/openshift-ovs-multitenant'
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=True
openshift_logging_install_logging=True
openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true', 'challenge': 'true', 'kind': 'HTPasswdPasswordIdentityProvider'}]
#openshift_master_htpasswd_file='/etc/origin/master/htpasswd'
# uncomment the following to enable htpasswd authentication; defaults to DenyAllPasswordIdentityProvider
openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true', 'challenge': 'true', 'kind': 'HTPasswdPasswordIdentityProvider', 'filename': '/etc/origin/openshift-passwd'}]
osm_default_subdomain=apps.fuse.osecloud.com
# on test environments, you may want to install on smaller hardware:
openshift_disable_check=disk_availability,memory_availability,docker_storage,docker_image_availability
# host group for masters
[masters]
ec2-18-197-52-76.eu-central-1.compute.amazonaws.com openshift_public_hostname=master.fuse.osecloud.com
# host group for etcd servers
[etcd]
ec2-18-197-52-76.eu-central-1.compute.amazonaws.com openshift_public_hostname=etcd.fuse.osecloud.com
# host group for nodes, includes region info
[nodes]
ec2-18-197-52-76.eu-central-1.compute.amazonaws.com openshift_public_hostname=master.fuse.osecloud.com openshift_node_group_name="node-config-master"
ec2-3-120-193-7.eu-central-1.compute.amazonaws.com openshift_node_group_name="node-config-compute"