diff options
author | Sylvain Baubeau <sbaubeau@redhat.com> | 2016-01-15 11:16:44 +0100 |
---|---|---|
committer | Sylvain Baubeau <sbaubeau@redhat.com> | 2016-05-10 11:20:51 +0200 |
commit | a48c955dfc1cfc8d12dc790e4fad63bbe21cfe3d (patch) | |
tree | 1acde80a66be09dcd5a29f1dc3bc33a28e616301 /roles/openshift_facts/library | |
parent | 7cb05911b4214bfb75abf65dd19a55f73fe09982 (diff) | |
download | openshift-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/library')
-rwxr-xr-x | roles/openshift_facts/library/openshift_facts.py | 3 |
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 |