summaryrefslogtreecommitdiffstats
path: root/group_vars/baremetal.yml
blob: 640a00a811388d08fc11773a37ecbac7172a6e7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
glusterfs_transport: rdma

# 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"

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

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