Merge "Switch git haproxy from balance source to leastconn"
This commit is contained in:
commit
e7c8e194f4
@ -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',
|
||||||
],
|
],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user