From 006f333828db373435daa15483d2ab753048f62a Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Tue, 13 Mar 2018 05:01:30 +0100 Subject: Production --- group_vars/baremetal.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'group_vars/baremetal.yml') diff --git a/group_vars/baremetal.yml b/group_vars/baremetal.yml index 032e53f..640a00a 100644 --- a/group_vars/baremetal.yml +++ b/group_vars/baremetal.yml @@ -1,3 +1,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') }}" -- cgit v1.2.3