Replicate to git01-git04
The workers in a new pool of load balanced servers for git.o.o. Change-Id: I770656776752cc3ca91f6097bba1afffbb1b66ad
This commit is contained in:
parent
86b0f3bfd5
commit
6d6441a3af
@ -126,6 +126,34 @@ class openstack_project::review (
|
||||
threads => '4',
|
||||
mirror => true,
|
||||
},
|
||||
{
|
||||
name => 'git01',
|
||||
url => 'cgit@git01.openstack.org:/var/lib/git/',
|
||||
replicationDelay => '0',
|
||||
threads => '4',
|
||||
mirror => true,
|
||||
},
|
||||
{
|
||||
name => 'git02',
|
||||
url => 'cgit@git02.openstack.org:/var/lib/git/',
|
||||
replicationDelay => '0',
|
||||
threads => '4',
|
||||
mirror => true,
|
||||
},
|
||||
{
|
||||
name => 'git03',
|
||||
url => 'cgit@git03.openstack.org:/var/lib/git/',
|
||||
replicationDelay => '0',
|
||||
threads => '4',
|
||||
mirror => true,
|
||||
},
|
||||
{
|
||||
name => 'git04',
|
||||
url => 'cgit@git04.openstack.org:/var/lib/git/',
|
||||
replicationDelay => '0',
|
||||
threads => '4',
|
||||
mirror => true,
|
||||
},
|
||||
],
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user