summaryrefslogtreecommitdiffstats
path: root/group_vars/baremetal.yml
blob: 294cd9dcbfe18320280de59bc3254b2660149096 (plain)
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
#rdma causes problems if we run many pods with gluster mounts
#glusterfs_transport: rdma
glusterfs_transport: tcp,rdma
ands_rdma_support: true
ands_hostnet_db: false

# Size in GB to detect main Ands device
ands_data_device_threshold: 8192

# Primary LVM devices
ands_data_volume_size: "40T"
ands_heketi_volume_size: "4T"
docker_volume_size: "1T"
docker_root_volume_size: "1T"
docker_storage_vg: "ands"

#Heketi Volumes
ands_registry_volume_size: "2T"

#Not working with Infiniband, we need fast ethernet for bridging
##ands_enable_cnr: true

ands_storage_interface: "ib0"
ands_inner_interface: "ib1"
#ands_public_interface: "eth0"

ands_host_id: "{{ ansible_hostname | regex_replace('^ipekatrin(\\d+)(\\.|$)',  '\\1') }}"