summaryrefslogtreecommitdiffstats
path: root/playbooks
diff options
context:
space:
mode:
authorAndrew Butcher <abutcher@redhat.com>2016-01-20 11:14:26 -0500
committerAndrew Butcher <abutcher@redhat.com>2016-01-20 11:24:57 -0500
commit670fc1cff44bd0ad82c0dd2748c5c028f0f304ed (patch)
treed4144425047e05bd3d903da161e99924066904dc /playbooks
parent4030e9ae829db084d5182b80d1d35b909ebe448a (diff)
downloadopenshift-670fc1cff44bd0ad82c0dd2748c5c028f0f304ed.tar.gz
openshift-670fc1cff44bd0ad82c0dd2748c5c028f0f304ed.tar.bz2
openshift-670fc1cff44bd0ad82c0dd2748c5c028f0f304ed.tar.xz
openshift-670fc1cff44bd0ad82c0dd2748c5c028f0f304ed.zip
Use haproxy frontend port for os_firewall.
Diffstat (limited to 'playbooks')
-rw-r--r--playbooks/common/openshift-master/config.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/playbooks/common/openshift-master/config.yml b/playbooks/common/openshift-master/config.yml
index 296176e49..9f8443599 100644
--- a/playbooks/common/openshift-master/config.yml
+++ b/playbooks/common/openshift-master/config.yml
@@ -219,6 +219,7 @@
hosts: oo_lb_to_config
vars:
sync_tmpdir: "{{ hostvars.localhost.g_master_mktemp.stdout }}"
+ haproxy_frontend_port: "{{ hostvars[groups.oo_first_master.0].openshift.master.api_port }}"
haproxy_frontends:
- name: atomic-openshift-api
mode: tcp