summaryrefslogtreecommitdiffstats
path: root/playbooks
diff options
context:
space:
mode:
authorPing Qin <piqin@redhat.com>2017-10-09 16:00:45 +0800
committerPing Qin <piqin@redhat.com>2017-10-27 17:35:45 +0800
commitf4a2d002b374c3b6e8ed31abf2f977f75815ddeb (patch)
tree3f22f1fbbc95a73c2c167e83d0573f4d0ad88b41 /playbooks
parent09465427d024b353fbd0f58a22dbda3f185341f7 (diff)
downloadopenshift-f4a2d002b374c3b6e8ed31abf2f977f75815ddeb.tar.gz
openshift-f4a2d002b374c3b6e8ed31abf2f977f75815ddeb.tar.bz2
openshift-f4a2d002b374c3b6e8ed31abf2f977f75815ddeb.tar.xz
openshift-f4a2d002b374c3b6e8ed31abf2f977f75815ddeb.zip
Create default storageclass for cloudprovider openstack
Diffstat (limited to 'playbooks')
-rw-r--r--playbooks/common/openshift-cluster/openshift_default_storage_class.yml2
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')