update replication setting for review-dev.o.o match review.o.o
Make the replicationDelay settings match to allow effective testing. Change-Id: I2592776c6fc9ae6f9fa5d7a92cc61f5bcb7d7704
This commit is contained in:
parent
f82c676114
commit
9c03e2c660
@ -77,20 +77,21 @@ class openstack_project::review_dev (
|
|||||||
name => 'github',
|
name => 'github',
|
||||||
url => 'git@github.com:',
|
url => 'git@github.com:',
|
||||||
authGroup => 'Anonymous Users',
|
authGroup => 'Anonymous Users',
|
||||||
|
replicationDelay => '1',
|
||||||
replicatePermissions => false,
|
replicatePermissions => false,
|
||||||
mirror => true,
|
mirror => true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name => 'local',
|
name => 'local',
|
||||||
url => 'file:///opt/lib/git/',
|
url => 'file:///opt/lib/git/',
|
||||||
replicationDelay => '0',
|
replicationDelay => '1',
|
||||||
threads => '4',
|
threads => '4',
|
||||||
mirror => true,
|
mirror => true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name => 'afs',
|
name => 'afs',
|
||||||
url => 'file:///afs/openstack.org/mirror/git-sandbox/',
|
url => 'file:///afs/openstack.org/mirror/git-sandbox/',
|
||||||
replicationDelay => '0',
|
replicationDelay => '1',
|
||||||
threads => '4',
|
threads => '4',
|
||||||
mirror => true,
|
mirror => true,
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user