summaryrefslogtreecommitdiffstats
path: root/playbooks/gce/openshift-cluster/config.yml
diff options
context:
space:
mode:
authorJason DeTiberus <jdetiber@redhat.com>2016-01-08 12:28:35 -0500
committerJason DeTiberus <jdetiber@redhat.com>2016-01-15 14:04:30 -0500
commit7d7de31659bb15e9690df082d4129c73c4c413cf (patch)
treeadb0e7c271448c04a066539c643e6086a6b5068b /playbooks/gce/openshift-cluster/config.yml
parent2a12b6a99db4e8f39da27770e397dfafe27c9547 (diff)
downloadopenshift-7d7de31659bb15e9690df082d4129c73c4c413cf.tar.gz
openshift-7d7de31659bb15e9690df082d4129c73c4c413cf.tar.bz2
openshift-7d7de31659bb15e9690df082d4129c73c4c413cf.tar.xz
openshift-7d7de31659bb15e9690df082d4129c73c4c413cf.zip
Remove default disable of SDN for GCE
- Update openshift_facts to no longer default use_openshift_sdn for GCE installs - Remove workarounds in the GCE playbooks that were forcing SDN configuration
Diffstat (limited to 'playbooks/gce/openshift-cluster/config.yml')
-rw-r--r--playbooks/gce/openshift-cluster/config.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/playbooks/gce/openshift-cluster/config.yml b/playbooks/gce/openshift-cluster/config.yml
index 3231ecc8e..84a3f84d4 100644
--- a/playbooks/gce/openshift-cluster/config.yml
+++ b/playbooks/gce/openshift-cluster/config.yml
@@ -13,4 +13,3 @@
openshift_debug_level: "{{ debug_level }}"
openshift_deployment_type: "{{ deployment_type }}"
openshift_hostname: "{{ gce_private_ip }}"
- openshift_use_openshift_sdn: "{{ do_we_use_openshift_sdn }}"