diff options
author | Jason DeTiberus <jdetiber@redhat.com> | 2016-01-08 12:28:35 -0500 |
---|---|---|
committer | Jason DeTiberus <jdetiber@redhat.com> | 2016-01-15 14:04:30 -0500 |
commit | 7d7de31659bb15e9690df082d4129c73c4c413cf (patch) | |
tree | adb0e7c271448c04a066539c643e6086a6b5068b /playbooks/gce/openshift-cluster/vars.yml | |
parent | 2a12b6a99db4e8f39da27770e397dfafe27c9547 (diff) | |
download | openshift-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/vars.yml')
-rw-r--r-- | playbooks/gce/openshift-cluster/vars.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/playbooks/gce/openshift-cluster/vars.yml b/playbooks/gce/openshift-cluster/vars.yml index 7fb13c7a6..f004a9e6b 100644 --- a/playbooks/gce/openshift-cluster/vars.yml +++ b/playbooks/gce/openshift-cluster/vars.yml @@ -1,8 +1,5 @@ --- -do_we_use_openshift_sdn: true -sdn_network_plugin: redhat/openshift-ovs-subnet debug_level: 2 -# os_sdn_network_plugin_name can be ovssubnet or multitenant, see https://docs.openshift.org/latest/architecture/additional_concepts/sdn.html#ovssubnet-plugin-operation deployment_rhel7_ent_base: image: rhel-7 |