From 84f65590e8acebdc0f4be35dd6ab41ec5627420b Mon Sep 17 00:00:00 2001 From: "Jose A. Rivera" Date: Mon, 3 Apr 2017 11:16:11 -0500 Subject: Allow for GlusterFS to provide registry storage Signed-off-by: Jose A. Rivera --- roles/openshift_facts/library/openshift_facts.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'roles/openshift_facts') 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'] -- cgit v1.2.1