Add gitea replication
Replicate to the POC gitea site, so we can see what it will look like fully propogated. This may not function at some times, but gerrit will handle that gracefully. Change-Id: Idc6bffaf24deecf4fc69c05a709725d3cf89766c
This commit is contained in:
parent
e84bb89d98
commit
86ca1ac8c1
@ -249,6 +249,14 @@ class openstack_project::review (
|
||||
'openstack-infra/*',
|
||||
]
|
||||
},
|
||||
{
|
||||
name => 'gitea',
|
||||
url => 'git@38.108.68.66:',
|
||||
authGroup => 'Anonymous Users',
|
||||
replicationDelay => '1',
|
||||
replicatePermissions => false,
|
||||
mirror => true,
|
||||
},
|
||||
{
|
||||
name => 'local',
|
||||
url => 'file:///opt/lib/git/',
|
||||
|
Loading…
x
Reference in New Issue
Block a user