diff options
author | Jason DeTiberus <detiber@gmail.com> | 2016-05-10 16:09:38 -0400 |
---|---|---|
committer | Jason DeTiberus <detiber@gmail.com> | 2016-05-10 16:09:38 -0400 |
commit | 0df86f3a6aa585cf7582c2c8d6125f8a79cc295e (patch) | |
tree | a0f288e62fc91a7cb84d071d55937cd445630b72 /roles | |
parent | 88806a06a55f4eb5eb82493087660834e228c389 (diff) | |
parent | a48c955dfc1cfc8d12dc790e4fad63bbe21cfe3d (diff) | |
download | openshift-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')
-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 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 |