Merge "Switch to centos7 git01 and git02 hosts"
This commit is contained in:
commit
aac99f58f8
@ -454,8 +454,8 @@ node /^git(-fe\d+)?\.openstack\.org$/ {
|
|||||||
'git08.openstack.org',
|
'git08.openstack.org',
|
||||||
],
|
],
|
||||||
balancer_member_ips => [
|
balancer_member_ips => [
|
||||||
'198.61.223.164',
|
'104.130.243.237',
|
||||||
'23.253.102.209',
|
'104.130.243.109',
|
||||||
'67.192.247.197',
|
'67.192.247.197',
|
||||||
'67.192.247.180',
|
'67.192.247.180',
|
||||||
'23.253.69.135',
|
'23.253.69.135',
|
||||||
|
@ -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' => '256',
|
'maxconn' => '256',
|
||||||
'backlog' => '256',
|
'backlog' => '256',
|
||||||
'balance' => 'source',
|
'balance' => 'leastconn',
|
||||||
'option' => [
|
'option' => [
|
||||||
'tcplog',
|
'tcplog',
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user