From 69a06c752a517d46cef975c95390996329c87d7a Mon Sep 17 00:00:00 2001 From: Jamo Luhrsen Date: Mon, 22 Oct 2018 10:15:59 -0700 Subject: [PATCH] Use source LB instead of default round-robin JIRA: NETVIRT-1460 Change-Id: Icbcef74db4c9a72becd14289808bec4b1990951a Signed-off-by: Jamo Luhrsen --- jjb/integration/integration-deploy-openstack-run-test.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jjb/integration/integration-deploy-openstack-run-test.sh b/jjb/integration/integration-deploy-openstack-run-test.sh index 4f211e022..c2e49aed0 100644 --- a/jjb/integration/integration-deploy-openstack-run-test.sh +++ b/jjb/integration/integration-deploy-openstack-run-test.sh @@ -483,6 +483,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 @@ -500,6 +501,7 @@ EOF listen opendaylight_ws bind ${haproxy_ip}:8185 transparent mode http + balance source timeout connect 5s timeout client 25s timeout server 25s -- 2.36.6