diff options
author | Thomas Wiest <twiest@users.noreply.github.com> | 2015-10-05 13:48:41 -0400 |
---|---|---|
committer | Thomas Wiest <twiest@users.noreply.github.com> | 2015-10-05 13:48:41 -0400 |
commit | 3073d1f729f9dcd202088f6b318b465567c6344b (patch) | |
tree | c86ab69cda7d6a1402c779968bb20b41c8fd4012 /playbooks/gce/openshift-cluster/vars.yml | |
parent | 7918909dc7c6877a4ce2b9fab830d0c41c1c92fd (diff) | |
download | openshift-3073d1f729f9dcd202088f6b318b465567c6344b.tar.gz openshift-3073d1f729f9dcd202088f6b318b465567c6344b.tar.bz2 openshift-3073d1f729f9dcd202088f6b318b465567c6344b.tar.xz openshift-3073d1f729f9dcd202088f6b318b465567c6344b.zip |
Revert "GCE support"
Diffstat (limited to 'playbooks/gce/openshift-cluster/vars.yml')
-rw-r--r-- | playbooks/gce/openshift-cluster/vars.yml | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/playbooks/gce/openshift-cluster/vars.yml b/playbooks/gce/openshift-cluster/vars.yml index 6de007807..ae33083b9 100644 --- a/playbooks/gce/openshift-cluster/vars.yml +++ b/playbooks/gce/openshift-cluster/vars.yml @@ -1,11 +1,8 @@ --- -do_we_use_openshift_sdn: true -sdn_network_plugin: redhat/openshift-ovs-subnet -# 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_vars: origin: - image: preinstalled-slave-50g-v5 - ssh_user: root + image: centos-7 + ssh_user: sudo: yes online: image: libra-rhel7 @@ -15,3 +12,4 @@ deployment_vars: image: rhel-7 ssh_user: sudo: yes + |