summaryrefslogtreecommitdiffstats
path: root/roles/openshift_storage_glusterfs/templates/v3.6/heketi.json.j2
diff options
context:
space:
mode:
authorSaravanakumar Arumugam <sarumuga@redhat.com>2018-02-09 16:18:52 +0530
committerSaravanakumar Arumugam <sarumuga@redhat.com>2018-02-12 14:09:33 +0530
commit27c60fa67aa0c62e48165a40c78223e264070e9a (patch)
tree7e27572308c5beb3bb38db1e8ca2c2126440a8a3 /roles/openshift_storage_glusterfs/templates/v3.6/heketi.json.j2
parent15827bd85421fc8fe09487d06efc013292664147 (diff)
downloadopenshift-27c60fa67aa0c62e48165a40c78223e264070e9a.tar.gz
openshift-27c60fa67aa0c62e48165a40c78223e264070e9a.tar.bz2
openshift-27c60fa67aa0c62e48165a40c78223e264070e9a.tar.xz
openshift-27c60fa67aa0c62e48165a40c78223e264070e9a.zip
Backport changes for glusterfs, heketi, s3 and block templates
Signed-off-by: Saravanakumar Arumugam <sarumuga@redhat.com>
Diffstat (limited to 'roles/openshift_storage_glusterfs/templates/v3.6/heketi.json.j2')
-rw-r--r--roles/openshift_storage_glusterfs/templates/v3.6/heketi.json.j28
1 files changed, 7 insertions, 1 deletions
diff --git a/roles/openshift_storage_glusterfs/templates/v3.6/heketi.json.j2 b/roles/openshift_storage_glusterfs/templates/v3.6/heketi.json.j2
index 579b11bb7..565e9be98 100644
--- a/roles/openshift_storage_glusterfs/templates/v3.6/heketi.json.j2
+++ b/roles/openshift_storage_glusterfs/templates/v3.6/heketi.json.j2
@@ -31,6 +31,12 @@
"port" : "{{ glusterfs_heketi_ssh_port }}",
"user" : "{{ glusterfs_heketi_ssh_user }}",
"sudo" : {{ glusterfs_heketi_ssh_sudo | lower }}
- }
+ },
+
+ "_auto_create_block_hosting_volume": "Creates Block Hosting volumes automatically if not found or exsisting volume exhausted",
+ "auto_create_block_hosting_volume": {{ glusterfs_block_host_vol_create | lower }},
+
+ "_block_hosting_volume_size": "New block hosting volume will be created in size mentioned, This is considered only if auto-create is enabled.",
+ "block_hosting_volume_size": {{ glusterfs_block_host_vol_size }}
}
}