Merge "Replicate to the standalone gitea severs"

This commit is contained in:
Zuul 2019-03-05 00:59:43 +00:00 committed by Gerrit Code Review
commit c19ed24e43

View File

@ -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/',