summaryrefslogtreecommitdiffstats
path: root/playbooks/gce/openshift-cluster/vars.yml
diff options
context:
space:
mode:
authorJason DeTiberus <jdetiber@redhat.com>2016-01-10 01:40:53 -0500
committerJason DeTiberus <jdetiber@redhat.com>2016-02-02 14:42:49 -0500
commitb5122288254db255ddc60b1e9095047abdf8c9e3 (patch)
treebe2cb940731a103a334518057a1619322f5ca7be /playbooks/gce/openshift-cluster/vars.yml
parent8ed73ca866da18963a7868eb1d0f66ba63a0d425 (diff)
downloadopenshift-b5122288254db255ddc60b1e9095047abdf8c9e3.tar.gz
openshift-b5122288254db255ddc60b1e9095047abdf8c9e3.tar.bz2
openshift-b5122288254db255ddc60b1e9095047abdf8c9e3.tar.xz
openshift-b5122288254db255ddc60b1e9095047abdf8c9e3.zip
GCE cloud provider updates
- fix overrides for gce machine type and gce machine image - Update default image for origin - Update default ssh user for origin and enterprise - Remove old commented out code - Remove wip and join_node playbooks - Added add_nodes playbook which will now allow for using bin/cluster to add additional nodes - Allow env override of ssh_user - improve list playbook
Diffstat (limited to 'playbooks/gce/openshift-cluster/vars.yml')
-rw-r--r--playbooks/gce/openshift-cluster/vars.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/playbooks/gce/openshift-cluster/vars.yml b/playbooks/gce/openshift-cluster/vars.yml
index f004a9e6b..d0c8a090f 100644
--- a/playbooks/gce/openshift-cluster/vars.yml
+++ b/playbooks/gce/openshift-cluster/vars.yml
@@ -9,9 +9,9 @@ deployment_rhel7_ent_base:
deployment_vars:
origin:
- image: preinstalled-slave-50g-v5
+ image: centos-7
machine_type: n1-standard-1
- ssh_user: root
+ ssh_user: "{{ ansible_ssh_user }}"
sudo: yes
online:
image: libra-rhel7