-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathvars.yml
40 lines (40 loc) · 1.18 KB
/
vars.yml
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
# Openshift subscription pool id
openshift_subscription_pool_id: xyz
# Storage pool id
subscription_pool_id: xyz
# Openshift installation type enterprise | upstream
openshift_installation_type: enterprise
# Openshift version, used to active correct repos
openshift_version: 3.
# Heketi access control stuff
heketi_user_key: glusteruser
heketi_admin_key: glusteruser
heketi_api_user: admin
# Wildcard DNS for Openshift router
openshift_apps_domain: apps.example.com
# Openshift router IP
openshift_router_ip: 1.1.1.4
openshift_project_name: storage-project
# List of hosts for ansible install Gluster storage nodes
storage_hosts_for_ansible: node1.example.com:node2.example.com:node3.example.com
# Hack to label nodes with zone=x.
storage_zones: [1, 2, 3]
# Openshift node names
storage_nodes:
- node1.example.com
- node2.example.com
- node3.example.com
# VM IP addresses
storage_hosts:
- 1.1.1.1
- 1.1.1.2
- 1.1.1.3
# Empty bricks used for storage
storage_devices:
- /dev/sdc
- /dev/sdd
# Default file locations for installation temp files
topology_file: /tmp/topology.json
config_file: /tmp/heketi.json
secret_file: /tmp/glusterfs-secret.yaml
storageclass_file: /tmp/gluster-storageclass.yaml