From 47f350bc3aa85a8bd406d95faf084df2abf74ae9 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Sun, 18 Mar 2018 22:59:31 +0100 Subject: Second revision: includes hostpath mounts, gluster block storage, kaas apps, etc. --- group_vars/baremetal.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'group_vars/baremetal.yml') 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" -- cgit v1.2.3