summaryrefslogtreecommitdiffstats
path: root/group_vars/baremetal.yml
diff options
context:
space:
mode:
Diffstat (limited to 'group_vars/baremetal.yml')
-rw-r--r--group_vars/baremetal.yml8
1 files changed, 7 insertions, 1 deletions
diff --git a/group_vars/baremetal.yml b/group_vars/baremetal.yml
index 640a00a..9584cf0 100644
--- a/group_vars/baremetal.yml
+++ b/group_vars/baremetal.yml
@@ -1,4 +1,7 @@
-glusterfs_transport: rdma
+#rdma causes problems if we run many pods with gluster mounts
+#glusterfs_transport: rdma
+glusterfs_transport: tcp,rdma
+ands_rdma_support: true
# Size in GB to detect main Ands device
ands_data_device_threshold: 8192
@@ -13,6 +16,9 @@ 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"