diff --git a/modules/openstack_project/manifests/review.pp b/modules/openstack_project/manifests/review.pp index bf23f22684..efa6ca9cc8 100644 --- a/modules/openstack_project/manifests/review.pp +++ b/modules/openstack_project/manifests/review.pp @@ -253,19 +253,6 @@ class openstack_project::review ( 'openstack-infra/*', ] }, - { - name => 'gitea-k8s', - url => 'git@38.108.68.64:', - authGroup => 'Anonymous Users', - replicationDelay => '1', - replicatePermissions => false, - mirror => true, - push => [ - '+refs/heads/*:refs/heads/*', - '+refs/tags/*:refs/tags/*', - ], - threads => '8', - }, { name => 'gitea01', url => 'ssh://git@gitea01.opendev.org:222/', @@ -377,62 +364,6 @@ class openstack_project::review ( threads => '4', mirror => true, }, - { - name => 'git01', - url => 'cgit@git01.openstack.org:/var/lib/git/', - replicationDelay => '1', - threads => '4', - mirror => true, - }, - { - name => 'git02', - url => 'cgit@git02.openstack.org:/var/lib/git/', - replicationDelay => '1', - threads => '4', - mirror => true, - }, - { - name => 'git03', - url => 'cgit@git03.openstack.org:/var/lib/git/', - replicationDelay => '1', - threads => '4', - mirror => true, - }, - { - name => 'git04', - url => 'cgit@git04.openstack.org:/var/lib/git/', - replicationDelay => '1', - threads => '4', - mirror => true, - }, - { - name => 'git05', - url => 'cgit@git05.openstack.org:/var/lib/git/', - replicationDelay => '1', - 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, }