From 093ad149ae173da9869c2ba1968e66c74ed002e9 Mon Sep 17 00:00:00 2001
From: Davis Phillips <davis.phillips@gmail.com>
Date: Mon, 15 Jan 2018 10:48:43 -0600
Subject: vsphere storage default add

---
 .../openshift-hosted/private/openshift_default_storage_class.yml      | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

(limited to 'playbooks')

diff --git a/playbooks/openshift-hosted/private/openshift_default_storage_class.yml b/playbooks/openshift-hosted/private/openshift_default_storage_class.yml
index 62fe0dd60..c59ebcead 100644
--- a/playbooks/openshift-hosted/private/openshift_default_storage_class.yml
+++ b/playbooks/openshift-hosted/private/openshift_default_storage_class.yml
@@ -3,4 +3,6 @@
   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' or openshift_cloudprovider_kind == 'openstack')
+    when:
+    - openshift_cloudprovider_kind is defined
+    - openshift_cloudprovider_kind in ['aws','gce','openstack','vsphere']
-- 
cgit v1.2.3