summaryrefslogtreecommitdiffstats
path: root/roles/openshift_facts
diff options
context:
space:
mode:
authorJason DeTiberus <detiber@gmail.com>2016-05-10 16:09:38 -0400
committerJason DeTiberus <detiber@gmail.com>2016-05-10 16:09:38 -0400
commit0df86f3a6aa585cf7582c2c8d6125f8a79cc295e (patch)
treea0f288e62fc91a7cb84d071d55937cd445630b72 /roles/openshift_facts
parent88806a06a55f4eb5eb82493087660834e228c389 (diff)
parenta48c955dfc1cfc8d12dc790e4fad63bbe21cfe3d (diff)
downloadopenshift-0df86f3a6aa585cf7582c2c8d6125f8a79cc295e.tar.gz
openshift-0df86f3a6aa585cf7582c2c8d6125f8a79cc295e.tar.bz2
openshift-0df86f3a6aa585cf7582c2c8d6125f8a79cc295e.tar.xz
openshift-0df86f3a6aa585cf7582c2c8d6125f8a79cc295e.zip
Merge pull request #1192 from lebauce/storage-cinder-role
Add support for Openstack based persistent volumes
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 354c1cd37..cb8301da4 100755
--- a/roles/openshift_facts/library/openshift_facts.py
+++ b/roles/openshift_facts/library/openshift_facts.py
@@ -1736,6 +1736,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