diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2017-10-31 03:56:02 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-31 03:56:02 -0700 |
commit | dd5cee2a152437ae1afc3a9574451cc7c1475d2b (patch) | |
tree | 30cb0e23d72f7e04b6f54395981e19ee1ba45fff /playbooks/common/openshift-cluster | |
parent | 34a155225c218bab17a3902841f950065015947b (diff) | |
parent | fd759f512873f4be929c3e8a401b7b0395206e88 (diff) | |
download | openshift-dd5cee2a152437ae1afc3a9574451cc7c1475d2b.tar.gz openshift-dd5cee2a152437ae1afc3a9574451cc7c1475d2b.tar.bz2 openshift-dd5cee2a152437ae1afc3a9574451cc7c1475d2b.tar.xz openshift-dd5cee2a152437ae1afc3a9574451cc7c1475d2b.zip |
Merge pull request #5722 from qinpingli/sc_openstack
Automatic merge from submit-queue.
Create default storageclass for cloudprovider openstack
With this patch, a default storageclass will be created on openstack cloudprovider after installation.
Diffstat (limited to 'playbooks/common/openshift-cluster')
-rw-r--r-- | playbooks/common/openshift-cluster/openshift_default_storage_class.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/common/openshift-cluster/openshift_default_storage_class.yml b/playbooks/common/openshift-cluster/openshift_default_storage_class.yml index 4b4f19690..62fe0dd60 100644 --- a/playbooks/common/openshift-cluster/openshift_default_storage_class.yml +++ b/playbooks/common/openshift-cluster/openshift_default_storage_class.yml @@ -3,4 +3,4 @@ hosts: oo_first_master roles: - role: openshift_default_storage_class - when: openshift_cloudprovider_kind is defined and (openshift_cloudprovider_kind == 'aws' or openshift_cloudprovider_kind == 'gce') + when: openshift_cloudprovider_kind is defined and (openshift_cloudprovider_kind == 'aws' or openshift_cloudprovider_kind == 'gce' or openshift_cloudprovider_kind == 'openstack') |