diff options
author | Scott Dodson <sdodson@redhat.com> | 2017-12-11 09:48:05 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-11 09:48:05 -0500 |
commit | d899938503d7d64eb5ec62c1ea6d760fdd12a127 (patch) | |
tree | 208b49a315b9349bcacf306c207842f06f473fb4 /playbooks | |
parent | 886f6ca5bf4724b9221fdf5160fde39159e0ea6e (diff) | |
parent | 178ff73d29cbfa97fd191a1e4779cf3ba953ada8 (diff) | |
download | openshift-d899938503d7d64eb5ec62c1ea6d760fdd12a127.tar.gz openshift-d899938503d7d64eb5ec62c1ea6d760fdd12a127.tar.bz2 openshift-d899938503d7d64eb5ec62c1ea6d760fdd12a127.tar.xz openshift-d899938503d7d64eb5ec62c1ea6d760fdd12a127.zip |
Merge pull request #6422 from jarrpa/glusterfs-doc
GlusterFS: Add playbook doc note
Diffstat (limited to 'playbooks')
-rw-r--r-- | playbooks/openshift-glusterfs/README.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/playbooks/openshift-glusterfs/README.md b/playbooks/openshift-glusterfs/README.md index f62aea229..107bbfff6 100644 --- a/playbooks/openshift-glusterfs/README.md +++ b/playbooks/openshift-glusterfs/README.md @@ -26,6 +26,9 @@ file. The hosts in this group are the nodes of the GlusterFS cluster. devices but you must specify the following variables in `[OSEv3:vars]`: * `openshift_storage_glusterfs_is_missing=False` * `openshift_storage_glusterfs_heketi_is_missing=False` + * If GlusterFS will be running natively, the target hosts must also be listed + in the `nodes` group. They must also already be configured as OpenShift + nodes before this playbook runs. By default, pods for a native GlusterFS cluster will be created in the `default` namespace. To change this, specify |