summaryrefslogtreecommitdiffstats
path: root/playbooks/aws/openshift-cluster/config.yml
diff options
context:
space:
mode:
authorBrenton Leanhardt <bleanhar@redhat.com>2015-07-28 08:55:48 -0400
committerBrenton Leanhardt <bleanhar@redhat.com>2015-07-28 08:55:48 -0400
commitc70156e34fe34022319d329d93c470e9b11beade (patch)
tree195fe20f9c40b1fb42396560cbd6202f72b37d48 /playbooks/aws/openshift-cluster/config.yml
parentac8c31c8f34357f52fc25444d0518a10e7193934 (diff)
parent80b9777e9de93bf77666bd5d921cfb128c67ba53 (diff)
downloadopenshift-c70156e34fe34022319d329d93c470e9b11beade.tar.gz
openshift-c70156e34fe34022319d329d93c470e9b11beade.tar.bz2
openshift-c70156e34fe34022319d329d93c470e9b11beade.tar.xz
openshift-c70156e34fe34022319d329d93c470e9b11beade.zip
Merging in the latest fix from OSE
Diffstat (limited to 'playbooks/aws/openshift-cluster/config.yml')
-rw-r--r--playbooks/aws/openshift-cluster/config.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/playbooks/aws/openshift-cluster/config.yml b/playbooks/aws/openshift-cluster/config.yml
index 6ee539c7e..8106d5da9 100644
--- a/playbooks/aws/openshift-cluster/config.yml
+++ b/playbooks/aws/openshift-cluster/config.yml
@@ -15,6 +15,7 @@
g_nodes_group: "{{ 'tag_env-host-type_' ~ cluster_id ~ '-openshift-node' }}"
g_ssh_user: "{{ hostvars.localhost.g_ssh_user_tmp }}"
g_sudo: "{{ hostvars.localhost.g_sudo_tmp }}"
+ g_nodeonmaster: true
openshift_cluster_id: "{{ cluster_id }}"
openshift_debug_level: 4
openshift_deployment_type: "{{ deployment_type }}"