Replicate to git06-08
The servers exist and have directories prepared. Change-Id: Ie8c896e0ad5b49d6fe7e5614a74a0b40a0b069a3
This commit is contained in:
parent
5d43ed4b70
commit
af3d7cc5f7
@ -188,6 +188,27 @@ class openstack_project::review (
|
|||||||
threads => '4',
|
threads => '4',
|
||||||
mirror => true,
|
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,
|
require => $::project_config::config_dir,
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user