Merge "Replicate to the standalone gitea severs"
This commit is contained in:
commit
c19ed24e43
@ -250,7 +250,7 @@ class openstack_project::review (
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name => 'gitea',
|
name => 'gitea-k8s',
|
||||||
url => 'git@38.108.68.64:',
|
url => 'git@38.108.68.64:',
|
||||||
authGroup => 'Anonymous Users',
|
authGroup => 'Anonymous Users',
|
||||||
replicationDelay => '1',
|
replicationDelay => '1',
|
||||||
@ -262,6 +262,110 @@ class openstack_project::review (
|
|||||||
],
|
],
|
||||||
threads => '8',
|
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',
|
name => 'local',
|
||||||
url => 'file:///opt/lib/git/',
|
url => 'file:///opt/lib/git/',
|
||||||
|
Loading…
Reference in New Issue
Block a user