-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmyconfighost_gluster
45 lines (37 loc) · 1.65 KB
/
myconfighost_gluster
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
[OSEv3:children]
masters
nodes
etcd
glusterfs
[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
openshift_enable_docker_excluder=false
os_firewall_use_firewalld=true
openshift_public_hostname=<PUBLIC-IP>
openshift_master_default_subdomain=cloudapps.<domain>.tk
openshift_storage_glusterfs_namespace=app-storage
openshift_storage_glusterfs_is_native=false
openshift_storage_glusterfs_storageclass=true
openshift_storage_glusterfs_heketi_is_native=true
openshift_storage_glusterfs_heketi_executor=ssh
openshift_storage_glusterfs_heketi_ssh_port=22
openshift_storage_glusterfs_heketi_ssh_user=root
openshift_storage_glusterfs_heketi_ssh_sudo=false
openshift_storage_glusterfs_heketi_ssh_keyfile="/root/.ssh/id_rsa"
openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true', 'challenge': 'true', 'kind': 'HTPasswdPasswordIdentityProvider'}]
[masters]
ocpmaster1 openshift_ip=10.138.0.3 openshift_public_ip=<PUBLIC-IP> openshift_schedulable=true
[etcd]
ocpmaster1 openshift_ip=10.138.0.3
[nodes]
ocpnode1 openshift_ip=10.138.0.5 openshift_node_group_name="node-config-compute" openshift_schedulable=true
ocphub1 openshift_ip=10.138.0.4 openshift_node_group_name="node-config-infra" openshift_schedulable=true
ocpmaster1 openshift_ip=10.138.0.3 openshift_node_group_name="node-config-master" openshift_schedulable=true
[glusterfs]
ocpgluster1 glusterfs_ip=10.138.0.6 glusterfs_devices='[ "/dev/sdd" ]'