summaryrefslogtreecommitdiffstats
path: root/roles/openshift_facts
diff options
context:
space:
mode:
authorSylvain Baubeau <sbaubeau@redhat.com>2016-01-15 11:16:44 +0100
committerSylvain Baubeau <sbaubeau@redhat.com>2016-05-10 11:20:51 +0200
commita48c955dfc1cfc8d12dc790e4fad63bbe21cfe3d (patch)
tree1acde80a66be09dcd5a29f1dc3bc33a28e616301 /roles/openshift_facts
parent7cb05911b4214bfb75abf65dd19a55f73fe09982 (diff)
downloadopenshift-a48c955dfc1cfc8d12dc790e4fad63bbe21cfe3d.tar.gz
openshift-a48c955dfc1cfc8d12dc790e4fad63bbe21cfe3d.tar.bz2
openshift-a48c955dfc1cfc8d12dc790e4fad63bbe21cfe3d.tar.xz
openshift-a48c955dfc1cfc8d12dc790e4fad63bbe21cfe3d.zip
Add support for Openstack based persistent volumes
Signed-off-by: Sylvain Baubeau <sbaubeau@redhat.com>
Diffstat (limited to 'roles/openshift_facts')
-rwxr-xr-xroles/openshift_facts/library/openshift_facts.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/roles/openshift_facts/library/openshift_facts.py b/roles/openshift_facts/library/openshift_facts.py
index 48b117b8f..6a35eb0a1 100755
--- a/roles/openshift_facts/library/openshift_facts.py
+++ b/roles/openshift_facts/library/openshift_facts.py
@@ -1653,6 +1653,9 @@ class OpenShiftFacts(object):
nfs=dict(
directory='/exports',
options='*(rw,root_squash)'),
+ openstack=dict(
+ filesystem='ext4',
+ volumeID='123'),
host=None,
access_modes=['ReadWriteMany'],
create_pv=True