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:
Khai Do 2015-01-09 09:56:16 -08:00
parent f82c676114
commit 9c03e2c660

View File

@ -77,20 +77,21 @@ class openstack_project::review_dev (
name => 'github',
url => 'git@github.com:',
authGroup => 'Anonymous Users',
replicationDelay => '1',
replicatePermissions => false,
mirror => true,
},
{
name => 'local',
url => 'file:///opt/lib/git/',
replicationDelay => '0',
replicationDelay => '1',
threads => '4',
mirror => true,
},
{
name => 'afs',
url => 'file:///afs/openstack.org/mirror/git-sandbox/',
replicationDelay => '0',
replicationDelay => '1',
threads => '4',
mirror => true,
},