summaryrefslogtreecommitdiffstats
path: root/roles/openshift_facts/library
diff options
context:
space:
mode:
authorOpenShift Bot <eparis+openshiftbot@redhat.com>2017-04-17 16:30:53 -0500
committerGitHub <noreply@github.com>2017-04-17 16:30:53 -0500
commitc5f7ac0c93c3e2138dfaa57a4a58bbd6afb9eb57 (patch)
tree1e9f1a81b7b76f02bb095ffef0f58934e79fa011 /roles/openshift_facts/library
parentcf06e28ac23d13e9fe6e48fe66d033d6ebaaa263 (diff)
parent84f65590e8acebdc0f4be35dd6ab41ec5627420b (diff)
downloadopenshift-c5f7ac0c93c3e2138dfaa57a4a58bbd6afb9eb57.tar.gz
openshift-c5f7ac0c93c3e2138dfaa57a4a58bbd6afb9eb57.tar.bz2
openshift-c5f7ac0c93c3e2138dfaa57a4a58bbd6afb9eb57.tar.xz
openshift-c5f7ac0c93c3e2138dfaa57a4a58bbd6afb9eb57.zip
Merge pull request #3793 from jarrpa/glusterfs-registry
Merged by openshift-bot
Diffstat (limited to 'roles/openshift_facts/library')
-rwxr-xr-xroles/openshift_facts/library/openshift_facts.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/roles/openshift_facts/library/openshift_facts.py b/roles/openshift_facts/library/openshift_facts.py
index 7edf141e5..adeb85c3f 100755
--- a/roles/openshift_facts/library/openshift_facts.py
+++ b/roles/openshift_facts/library/openshift_facts.py
@@ -2155,6 +2155,10 @@ class OpenShiftFacts(object):
nfs=dict(
directory='/exports',
options='*(rw,root_squash)'),
+ glusterfs=dict(
+ endpoints='glusterfs-registry-endpoints',
+ path='glusterfs-registry-volume',
+ readOnly=False),
host=None,
access=dict(
modes=['ReadWriteMany']