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:
James E. Blair 2018-12-21 11:44:09 -08:00
parent e84bb89d98
commit 86ca1ac8c1
1 changed files with 8 additions and 0 deletions

View File

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