Make glusterfs the default sc when deploying with CNS
GlusterFS is the recommended storage solution for OpenShift. Mark the deployed GlusterFS cluster as the default storage class when deploying with CNS. This is possible to change it back to not being the default storage class by setting 'openshift_storage_glusterfs_storageclass_default: false' in the OpenShiftGlusterNodeVars heat parameter. Change-Id: I6810709263e3cda56fa3aa70797bcc5ca1b28671
This commit is contained in:
parent
bd5dddb58d
commit
d90bb11ea4
@ -115,6 +115,7 @@ outputs:
|
||||
set_fact:
|
||||
openshift_gluster_global_vars:
|
||||
map_merge:
|
||||
- openshift_storage_glusterfs_storageclass_default: true
|
||||
- {get_param: OpenShiftGlusterNodeVars}
|
||||
- openshift_storage_glusterfs_image:
|
||||
yaql:
|
||||
|
Loading…
x
Reference in New Issue
Block a user