summaryrefslogtreecommitdiffstats
path: root/roles
diff options
context:
space:
mode:
authorJose A. Rivera <jarrpa@redhat.com>2017-09-06 10:15:13 -0500
committerJose A. Rivera <jarrpa@redhat.com>2017-09-06 10:15:13 -0500
commit28d9630d5ab610fb6afe151b20f407be97b6e001 (patch)
treeb9146c39cc491e6d01599ba63158cad4258fcf16 /roles
parent29a6b62a2393e46e41fa549a7c960ddeb6f034cf (diff)
downloadopenshift-28d9630d5ab610fb6afe151b20f407be97b6e001.tar.gz
openshift-28d9630d5ab610fb6afe151b20f407be97b6e001.tar.bz2
openshift-28d9630d5ab610fb6afe151b20f407be97b6e001.tar.xz
openshift-28d9630d5ab610fb6afe151b20f407be97b6e001.zip
GlusterFS: Clarify heketi URL documentation
Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
Diffstat (limited to 'roles')
-rw-r--r--roles/openshift_storage_glusterfs/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/openshift_storage_glusterfs/README.md b/roles/openshift_storage_glusterfs/README.md
index a059745a6..5561f1b07 100644
--- a/roles/openshift_storage_glusterfs/README.md
+++ b/roles/openshift_storage_glusterfs/README.md
@@ -91,7 +91,7 @@ GlusterFS cluster into a new or existing OpenShift cluster:
| openshift_storage_glusterfs_heketi_admin_key | auto-generated | String to use as secret key for performing heketi commands as admin
| openshift_storage_glusterfs_heketi_user_key | auto-generated | String to use as secret key for performing heketi commands as user that can only view or modify volumes
| openshift_storage_glusterfs_heketi_topology_load | True | Load the GlusterFS topology information into heketi
-| openshift_storage_glusterfs_heketi_url | Undefined | When heketi is native, this sets the hostname portion of the final heketi route URL. When heketi is external, this is the full URL to the heketi service.
+| openshift_storage_glusterfs_heketi_url | Undefined | When heketi is native, this sets the hostname portion of the final heketi route URL. When heketi is external, this is the FQDN or IP address to the heketi service.
| openshift_storage_glusterfs_heketi_port | 8080 | TCP port for external heketi service **NOTE:** This has no effect in native mode
| openshift_storage_glusterfs_heketi_executor | 'kubernetes' | Selects how a native heketi service will manage GlusterFS nodes: 'kubernetes' for native nodes, 'ssh' for external nodes
| openshift_storage_glusterfs_heketi_ssh_port | 22 | SSH port for external GlusterFS nodes via native heketi