From ec4b5f302d8305bd0fa9b7562afcc32f877bacb0 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Sat, 20 Apr 2019 18:19:51 +0000 Subject: [PATCH] Stop replicating to cgit and k8s-gitea Change-Id: I22445b7bb842acd7a083623e74dfc9331ea3bfd2 --- modules/openstack_project/manifests/review.pp | 69 ------------------- 1 file changed, 69 deletions(-) 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, }