summaryrefslogtreecommitdiffstats
path: root/roles/openshift_facts
diff options
context:
space:
mode:
authorOpenShift Bot <eparis+openshiftbot@redhat.com>2017-05-10 11:02:00 -0500
committerGitHub <noreply@github.com>2017-05-10 11:02:00 -0500
commitc8e8f8f7b506de67c0beb92534b303451938aeba (patch)
tree79617833ce7ec83925473af9b5c2de6b227476e9 /roles/openshift_facts
parent5a4365e765e16a4401d10f0bd42a7d3e194d4ab0 (diff)
parent483870112d3a079709b231f1128b979fc5e60c52 (diff)
downloadopenshift-c8e8f8f7b506de67c0beb92534b303451938aeba.tar.gz
openshift-c8e8f8f7b506de67c0beb92534b303451938aeba.tar.bz2
openshift-c8e8f8f7b506de67c0beb92534b303451938aeba.tar.xz
openshift-c8e8f8f7b506de67c0beb92534b303451938aeba.zip
Merge pull request #3969 from jarrpa/glusterfs-registry-too
Merged by openshift-bot
Diffstat (limited to 'roles/openshift_facts')
-rwxr-xr-xroles/openshift_facts/library/openshift_facts.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/roles/openshift_facts/library/openshift_facts.py b/roles/openshift_facts/library/openshift_facts.py
index 911d72412..914e46c05 100755
--- a/roles/openshift_facts/library/openshift_facts.py
+++ b/roles/openshift_facts/library/openshift_facts.py
@@ -2167,7 +2167,9 @@ class OpenShiftFacts(object):
glusterfs=dict(
endpoints='glusterfs-registry-endpoints',
path='glusterfs-registry-volume',
- readOnly=False),
+ readOnly=False,
+ swap=False,
+ swapcopy=True),
host=None,
access=dict(
modes=['ReadWriteMany']