From 74bcf7d2a94a292cc2a6956fafb9f818310e6a08 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 8 Feb 2017 21:18:57 +0000 Subject: [PATCH] fix mirrorlist-phx2 in haproxy --- roles/haproxy/templates/haproxy.cfg | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/roles/haproxy/templates/haproxy.cfg b/roles/haproxy/templates/haproxy.cfg index 9c590f5240..3cfa765848 100644 --- a/roles/haproxy/templates/haproxy.cfg +++ b/roles/haproxy/templates/haproxy.cfg @@ -48,18 +48,20 @@ listen mirror-lists 0.0.0.0:10002 {% if env == "staging" %} server mirrorlist-local1 localhost:18081 check inter 5s rise 2 fall 3 weight 100 server mirrorlist-local2 localhost:18082 check inter 5s rise 2 fall 3 weight 100 + server mirrorlist-phx2 mirrorlist-phx2:80 check inter 5s rise 2 fall 3 backup {% endif %} - server mirrorlist-phx2 mirrorlist-phx2:80 check inter 5s rise 2 fall 3 {% if env == "production" %} {% if inventory_hostname_short == 'proxy02' %} server mirrorlist-local1 localhost:18081 check inter 5s rise 2 fall 3 weight 100 server mirrorlist-local2 localhost:18082 check inter 5s rise 2 fall 3 weight 100 + server mirrorlist-phx2 mirrorlist-phx2:80 check inter 5s rise 2 fall 3 backup server mirrorlist-dedicatedsolutions mirrorlist-dedicatedsolutions:80 check inter 5s rise 2 fall 3 backup server mirrorlist-host1plus mirrorlist-host1plus:80 check inter 5s rise 2 fall 3 backup server mirrorlist-ibiblio mirrorlist-ibiblio:80 check inter 5s rise 2 fall 3 backup server mirrorlist-ibiblio02 mirrorlist-ibiblio02:80 check inter 5s rise 2 fall 3 backup server mirrorlist-osuosl mirrorlist-osuosl:80 check inter 5s rise 2 fall 3 backup {% else %} + server mirrorlist-phx2 mirrorlist-phx2:80 check inter 5s rise 2 fall 3 server mirrorlist-dedicatedsolutions mirrorlist-dedicatedsolutions:80 check inter 5s rise 2 fall 3 server mirrorlist-host1plus mirrorlist-host1plus:80 check inter 5s rise 2 fall 3 server mirrorlist-ibiblio mirrorlist-ibiblio:80 check inter 5s rise 2 fall 3