diff --git a/modules/openstack_project/manifests/review.pp b/modules/openstack_project/manifests/review.pp index d716eb7b76..80488936c7 100644 --- a/modules/openstack_project/manifests/review.pp +++ b/modules/openstack_project/manifests/review.pp @@ -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, }