summaryrefslogtreecommitdiffstats
path: root/group_vars
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@suren.me>2018-03-18 22:59:31 +0100
committerSuren A. Chilingaryan <csa@suren.me>2018-03-18 22:59:31 +0100
commit47f350bc3aa85a8bd406d95faf084df2abf74ae9 (patch)
tree72ad1e91bac46d3457f89781dc90f0d6c1c074d5 /group_vars
parent006f333828db373435daa15483d2ab753048f62a (diff)
downloadands-47f350bc3aa85a8bd406d95faf084df2abf74ae9.tar.gz
ands-47f350bc3aa85a8bd406d95faf084df2abf74ae9.tar.bz2
ands-47f350bc3aa85a8bd406d95faf084df2abf74ae9.tar.xz
ands-47f350bc3aa85a8bd406d95faf084df2abf74ae9.zip
Second revision: includes hostpath mounts, gluster block storage, kaas apps, etc.
Diffstat (limited to 'group_vars')
-rw-r--r--group_vars/OSEv3.yml14
-rw-r--r--group_vars/ands.yml2
-rw-r--r--group_vars/baremetal.yml8
-rw-r--r--group_vars/virtual.yml1
4 files changed, 22 insertions, 3 deletions
diff --git a/group_vars/OSEv3.yml b/group_vars/OSEv3.yml
index 20bfece..46482f4 100644
--- a/group_vars/OSEv3.yml
+++ b/group_vars/OSEv3.yml
@@ -110,12 +110,14 @@ openshift_hosted_registry_storage_create_pvc: false
### Dynamic Storage
openshift_storage_glusterfs_image: chsa/gluster-centos
openshift_storage_glusterfs_version: "{{ glusterfs_version }}"
-#Either 5 or 6 corresponds to latest
+#Either 6 corresponds to latest
#openshift_storage_glusterfs_heketi_version: 6
#Only latest
#openshift_storage_glusterfs_block_version: latest
-#openshift_storage_glusterfs_version: '3.12.5' # Latest 3.10.1
+#openshift_storage_glusterfs_storageclass: True
+#openshift_storage_glusterfs_storageclass_default: False
+#openshift_storage_glusterfs_version: '3.12.6' # Latest 3.10.1
#openshift_storage_glusterfs_is_native: True
#openshift_storage_glusterfs_is_native: False
@@ -129,6 +131,14 @@ openshift_storage_glusterfs_version: "{{ glusterfs_version }}"
#openshift_storage_glusterfs_heketi_ssh_user: 'root'
#openshift_storage_glusterfs_heketi_ssh_keyfile: "{{ omit }}"
+# Block Storage
+openshift_storage_glusterfs_block_storageclass: True
+openshift_storage_glusterfs_block_storageclass_default: False
+openshift_storage_glusterfs_block_host_vol_size: 512
+openshift_storage_glusterfs_block_host_vol_max: 8
+
+
+
### Modules & Configuration
openshift_master_dynamic_provisioning_enabled: true
#openshift_metrics_install_metrics: false
diff --git a/group_vars/ands.yml b/group_vars/ands.yml
index faacc40..bd2f066 100644
--- a/group_vars/ands.yml
+++ b/group_vars/ands.yml
@@ -1,3 +1,5 @@
+ands_router_id: 185
+ands_bridge: "andsbr0"
ands_repo_url: http://ufo.kit.edu/ands/repos
ands_repositories:
- name: ands-updates
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"
diff --git a/group_vars/virtual.yml b/group_vars/virtual.yml
index 7a61a55..80778e7 100644
--- a/group_vars/virtual.yml
+++ b/group_vars/virtual.yml
@@ -1,4 +1,5 @@
glusterfs_transport: tcp
+ands_rdma_support: false
ands_data_device: "/dev/sdb"
ands_data_volume_size: "15G"