Merge "update replication setting for review-dev.o.o match review.o.o"

This commit is contained in:
Jenkins 2015-01-29 13:43:43 +00:00 committed by Gerrit Code Review
commit 9740bb5bb0

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,
},