Merge "Switch git haproxy from balance source to leastconn"

This commit is contained in:
Jenkins 2015-06-26 07:25:31 +00:00 committed by Gerrit Code Review
commit e7c8e194f4

View File

@ -74,7 +74,7 @@ class openstack_project::git (
mode => 'tcp', mode => 'tcp',
collect_exported => false, collect_exported => false,
options => { options => {
'balance' => 'source', 'balance' => 'leastconn',
'option' => [ 'option' => [
'tcplog', 'tcplog',
], ],
@ -86,7 +86,7 @@ class openstack_project::git (
mode => 'tcp', mode => 'tcp',
collect_exported => false, collect_exported => false,
options => { options => {
'balance' => 'source', 'balance' => 'leastconn',
'option' => [ 'option' => [
'tcplog', 'tcplog',
], ],
@ -100,7 +100,7 @@ class openstack_project::git (
options => { options => {
'maxconn' => '32', 'maxconn' => '32',
'backlog' => '64', 'backlog' => '64',
'balance' => 'source', 'balance' => 'leastconn',
'option' => [ 'option' => [
'tcplog', 'tcplog',
], ],