Merge "Use source LB instead of default round-robin"
authorSam Hague <shague@redhat.com>
Mon, 22 Oct 2018 22:01:36 +0000 (22:01 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Mon, 22 Oct 2018 22:01:36 +0000 (22:01 +0000)
jjb/integration/integration-deploy-openstack-run-test.sh

index ecdae70c7be412754122f6cfd86aed1a7e64f5c0..d9d9c3dbe3c03f86c6d83a6ead695789890f072f 100644 (file)
@@ -484,6 +484,7 @@ defaults
 listen opendaylight
   bind ${haproxy_ip}:8181 transparent
   mode http
+  balance source
   http-request set-header X-Forwarded-Proto https if { ssl_fc }
   http-request set-header X-Forwarded-Proto http if !{ ssl_fc }
   option httpchk GET /diagstatus
@@ -501,6 +502,7 @@ EOF
 listen opendaylight_ws
   bind ${haproxy_ip}:8185 transparent
   mode http
+  balance source
   timeout connect 5s
   timeout client 25s
   timeout server 25s