From 86ca1ac8c177f9f3fd06d262a8d1434ecda6b9aa Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Fri, 21 Dec 2018 11:44:09 -0800 Subject: [PATCH] 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 --- modules/openstack_project/manifests/review.pp | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/modules/openstack_project/manifests/review.pp b/modules/openstack_project/manifests/review.pp index 327bbc157b..81c64ad8d4 100644 --- a/modules/openstack_project/manifests/review.pp +++ b/modules/openstack_project/manifests/review.pp @@ -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/',