summaryrefslogtreecommitdiffstats
path: root/roles/openshift_facts
diff options
context:
space:
mode:
authorJose A. Rivera <jarrpa@redhat.com>2017-04-03 11:16:11 -0500
committerJose A. Rivera <jarrpa@redhat.com>2017-04-10 10:58:52 -0500
commit84f65590e8acebdc0f4be35dd6ab41ec5627420b (patch)
treea313a4217afab36f32929a0b4ff9c2820b02fd72 /roles/openshift_facts
parent044219e7509ac90360691d42780c73c5e849501a (diff)
downloadopenshift-84f65590e8acebdc0f4be35dd6ab41ec5627420b.tar.gz
openshift-84f65590e8acebdc0f4be35dd6ab41ec5627420b.tar.bz2
openshift-84f65590e8acebdc0f4be35dd6ab41ec5627420b.tar.xz
openshift-84f65590e8acebdc0f4be35dd6ab41ec5627420b.zip
Allow for GlusterFS to provide registry storage
Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
Diffstat (limited to 'roles/openshift_facts')
-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']