From 8341e0c5bf7dca098c3f7f15a699714eef4b808b Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 7 May 2015 15:21:45 +0000 Subject: [PATCH] Drop duplicate mirrormanager entries --- roles/haproxy/files/haproxy.cfg.stg | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/roles/haproxy/files/haproxy.cfg.stg b/roles/haproxy/files/haproxy.cfg.stg index 9180fed08f..ef77c0d0ba 100644 --- a/roles/haproxy/files/haproxy.cfg.stg +++ b/roles/haproxy/files/haproxy.cfg.stg @@ -64,8 +64,8 @@ listen voting 0.0.0.0:10007 listen mirrormanager 0.0.0.0:10008 balance hdr(appserver) - server sundries01 sundries01:80 check inter 60s rise 2 fall 3 - option httpchk GET /mirrormanager/rsync_acl + server mm-frontend01 mm-frontend01:80 check inter 60s rise 2 fall 3 + option httpchk GET /mirrormanager/ listen bodhi 0.0.0.0:10009 balance hdr(appserver) @@ -169,11 +169,6 @@ listen kerneltest 0.0.0.0:10038 server kerneltest01 kerneltest01:80 check inter 10s rise 1 fall 2 option httpchk GET /kerneltest -listen mirrormanager 0.0.0.0:10039 - balance hdr(appserver) - server mm-frontend01 mm-frontend01:80 check inter 60s rise 2 fall 3 - option httpchk GET /mirrormanager - listen koschei 0.0.0.0:10040 balance hdr(appserver) server koschei01 koschei01:80 check inter 10s rise 1 fall 2