diff options
author | Brenton Leanhardt <bleanhar@redhat.com> | 2016-01-19 14:13:55 -0500 |
---|---|---|
committer | Brenton Leanhardt <bleanhar@redhat.com> | 2016-01-19 14:13:55 -0500 |
commit | a1867d5eb999420884513e322d1fa333fce33633 (patch) | |
tree | f0b45483bfcb248b54bad28018ad9a82789ac4b7 /playbooks/gce/openshift-cluster/vars.yml | |
parent | c10c59d4919d6a61df96cdcaf3b407623125a46d (diff) | |
parent | 7d7de31659bb15e9690df082d4129c73c4c413cf (diff) | |
download | openshift-a1867d5eb999420884513e322d1fa333fce33633.tar.gz openshift-a1867d5eb999420884513e322d1fa333fce33633.tar.bz2 openshift-a1867d5eb999420884513e322d1fa333fce33633.tar.xz openshift-a1867d5eb999420884513e322d1fa333fce33633.zip |
Merge pull request #1144 from detiber/gce_sdn
Remove default disable of SDN for GCE
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 |