summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalph Bean <rbean@redhat.com>2017-04-06 17:54:14 +0000
committerRalph Bean <rbean@redhat.com>2017-04-06 17:54:14 +0000
commit242067b390a2d1b979f7647f01c14b9ced58aa80 (patch)
tree530ae5a66210792612234084e849bb73bf424241
parentbc57bfd1f3db7bc4e3c7df70194984a7e38fb8a2 (diff)
downloadansible-242067b390a2d1b979f7647f01c14b9ced58aa80.tar.gz
ansible-242067b390a2d1b979f7647f01c14b9ced58aa80.tar.xz
ansible-242067b390a2d1b979f7647f01c14b9ced58aa80.zip
Tell haproxy to use pdc-web02 instead of pdc-web01.
-rw-r--r--roles/haproxy/templates/haproxy.cfg6
1 files changed, 3 insertions, 3 deletions
diff --git a/roles/haproxy/templates/haproxy.cfg b/roles/haproxy/templates/haproxy.cfg
index dfae9b9dd..496f9e799 100644
--- a/roles/haproxy/templates/haproxy.cfg
+++ b/roles/haproxy/templates/haproxy.cfg
@@ -283,11 +283,11 @@ listen openqa 0.0.0.0:10044
listen pdc 0.0.0.0:10045
balance hdr(appserver)
- server pdc-web01 pdc-web01:80 check inter 10s rise 1 fall 2
-## pdc-web02 is commented out because we don't currently know how to configure
+## pdc-web01 is commented out because we don't currently know how to configure
## mod_auth_mellon to work when distributed across more than one app node. It
## expects to be able to share some state between requests in-process. Boo.
-# server pdc-web02 pdc-web02:80 check inter 10s rise 1 fall 2
+ #server pdc-web01 pdc-web01:80 check inter 10s rise 1 fall 2
+ server pdc-web02 pdc-web02:80 check inter 10s rise 1 fall 2
option httpchk GET /rest_api/v1/
timeout server 3600000
timeout connect 3600000