diff --git a/modules/openstack_project/manifests/review.pp b/modules/openstack_project/manifests/review.pp index af00ee731d..6979dc3142 100644 --- a/modules/openstack_project/manifests/review.pp +++ b/modules/openstack_project/manifests/review.pp @@ -250,7 +250,7 @@ class openstack_project::review ( ] }, { - name => 'gitea', + name => 'gitea-k8s', url => 'git@38.108.68.64:', authGroup => 'Anonymous Users', replicationDelay => '1', @@ -262,6 +262,110 @@ class openstack_project::review ( ], threads => '8', }, + { + name => 'gitea01', + url => 'ssh://git@gitea01.opendev.org:222/', + authGroup => 'Anonymous Users', + replicationDelay => '1', + replicatePermissions => false, + mirror => true, + push => [ + '+refs/heads/*:refs/heads/*', + '+refs/tags/*:refs/tags/*', + ], + threads => '4', + }, + { + name => 'gitea02', + url => 'ssh://git@gitea02.opendev.org:222/', + authGroup => 'Anonymous Users', + replicationDelay => '1', + replicatePermissions => false, + mirror => true, + push => [ + '+refs/heads/*:refs/heads/*', + '+refs/tags/*:refs/tags/*', + ], + threads => '4', + }, + { + name => 'gitea03', + url => 'ssh://git@gitea03.opendev.org:222/', + authGroup => 'Anonymous Users', + replicationDelay => '1', + replicatePermissions => false, + mirror => true, + push => [ + '+refs/heads/*:refs/heads/*', + '+refs/tags/*:refs/tags/*', + ], + threads => '4', + }, + { + name => 'gitea04', + url => 'ssh://git@gitea04.opendev.org:222/', + authGroup => 'Anonymous Users', + replicationDelay => '1', + replicatePermissions => false, + mirror => true, + push => [ + '+refs/heads/*:refs/heads/*', + '+refs/tags/*:refs/tags/*', + ], + threads => '4', + }, + { + name => 'gitea05', + url => 'ssh://git@gitea05.opendev.org:222/', + authGroup => 'Anonymous Users', + replicationDelay => '1', + replicatePermissions => false, + mirror => true, + push => [ + '+refs/heads/*:refs/heads/*', + '+refs/tags/*:refs/tags/*', + ], + threads => '4', + }, + { + name => 'gitea06', + url => 'ssh://git@gitea06.opendev.org:222/', + authGroup => 'Anonymous Users', + replicationDelay => '1', + replicatePermissions => false, + mirror => true, + push => [ + '+refs/heads/*:refs/heads/*', + '+refs/tags/*:refs/tags/*', + ], + threads => '4', + }, + { + name => 'gitea07', + url => 'ssh://git@gitea07.opendev.org:222/', + authGroup => 'Anonymous Users', + replicationDelay => '1', + replicatePermissions => false, + mirror => true, + push => [ + '+refs/heads/*:refs/heads/*', + '+refs/tags/*:refs/tags/*', + ], + threads => '4', + }, + { + name => 'gitea08', + url => 'ssh://git@gitea08.opendev.org:222/', + authGroup => 'Anonymous Users', + replicationDelay => '1', + replicatePermissions => false, + mirror => true, + push => [ + '+refs/heads/*:refs/heads/*', + '+refs/tags/*:refs/tags/*', + ], + threads => '4', + }, { name => 'local', url => 'file:///opt/lib/git/',