diff options
author | Wesley Hearn <whearn@redhat.com> | 2015-07-27 16:26:17 -0400 |
---|---|---|
committer | Wesley Hearn <whearn@redhat.com> | 2015-07-27 16:26:17 -0400 |
commit | 8bdaac7f60a5826b8e8518a6f8ded737bd713f82 (patch) | |
tree | d109d1f00b35755993e14c2e13323e49772b1241 /playbooks/aws/openshift-cluster/config.yml | |
parent | 274aa30b1af218031c0c6e7d3abe2ab732dc5b59 (diff) | |
download | openshift-8bdaac7f60a5826b8e8518a6f8ded737bd713f82.tar.gz openshift-8bdaac7f60a5826b8e8518a6f8ded737bd713f82.tar.bz2 openshift-8bdaac7f60a5826b8e8518a6f8ded737bd713f82.tar.xz openshift-8bdaac7f60a5826b8e8518a6f8ded737bd713f82.zip |
Setup openshift-node on the masters so that the web console can access the pods
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 }}" |