diff options
author | Jose A. Rivera <jarrpa@redhat.com> | 2017-12-07 07:25:11 -0600 |
---|---|---|
committer | Jose A. Rivera <jarrpa@redhat.com> | 2017-12-11 08:45:33 -0600 |
commit | 178ff73d29cbfa97fd191a1e4779cf3ba953ada8 (patch) | |
tree | 208b49a315b9349bcacf306c207842f06f473fb4 /playbooks/openshift-glusterfs | |
parent | 886f6ca5bf4724b9221fdf5160fde39159e0ea6e (diff) | |
download | openshift-178ff73d29cbfa97fd191a1e4779cf3ba953ada8.tar.gz openshift-178ff73d29cbfa97fd191a1e4779cf3ba953ada8.tar.bz2 openshift-178ff73d29cbfa97fd191a1e4779cf3ba953ada8.tar.xz openshift-178ff73d29cbfa97fd191a1e4779cf3ba953ada8.zip |
GlusterFS: Add playbook doc note
Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
Diffstat (limited to 'playbooks/openshift-glusterfs')
-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 |