diff options
author | Brenton Leanhardt <bleanhar@redhat.com> | 2015-07-28 08:55:48 -0400 |
---|---|---|
committer | Brenton Leanhardt <bleanhar@redhat.com> | 2015-07-28 08:55:48 -0400 |
commit | c70156e34fe34022319d329d93c470e9b11beade (patch) | |
tree | 195fe20f9c40b1fb42396560cbd6202f72b37d48 /playbooks/aws/openshift-cluster/config.yml | |
parent | ac8c31c8f34357f52fc25444d0518a10e7193934 (diff) | |
parent | 80b9777e9de93bf77666bd5d921cfb128c67ba53 (diff) | |
download | openshift-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.yml | 1 |
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 }}" |