Stop replicating to cgit and k8s-gitea
Change-Id: I22445b7bb842acd7a083623e74dfc9331ea3bfd2
This commit is contained in:
parent
e01ed4f066
commit
ec4b5f302d
@ -253,19 +253,6 @@ class openstack_project::review (
|
|||||||
'openstack-infra/*',
|
'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',
|
name => 'gitea01',
|
||||||
url => 'ssh://git@gitea01.opendev.org:222/',
|
url => 'ssh://git@gitea01.opendev.org:222/',
|
||||||
@ -377,62 +364,6 @@ class openstack_project::review (
|
|||||||
threads => '4',
|
threads => '4',
|
||||||
mirror => true,
|
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,
|
require => $::project_config::config_dir,
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user