#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') }}"