Replicate to git06-08

The servers exist and have directories prepared.

Change-Id: Ie8c896e0ad5b49d6fe7e5614a74a0b40a0b069a3
This commit is contained in:
James E. Blair 2015-06-28 08:08:37 -07:00
parent 5d43ed4b70
commit af3d7cc5f7
1 changed files with 21 additions and 0 deletions

View File

@ -188,6 +188,27 @@ class openstack_project::review (
threads => '4',
mirror => true,
},
{
name => 'git06',
url => 'cgit@git06.openstack.org:/var/lib/git/',
replicationDelay => '1',
threads => '4',
mirror => true,
},
{
name => 'git07',
url => 'cgit@git07.openstack.org:/var/lib/git/',
replicationDelay => '1',
threads => '4',
mirror => true,
},
{
name => 'git08',
url => 'cgit@git08.openstack.org:/var/lib/git/',
replicationDelay => '1',
threads => '4',
mirror => true,
},
],
require => $::project_config::config_dir,
}