From c53d7b208b3d7084d053f67021bcc731e6bd9875 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Thu, 9 Mar 2023 14:21:03 -0800 Subject: [PATCH] Add gitea13 and 14 to Gerrit replication It seems we will need more than 4 gitea backends even with the larger flavors. This adds gitea 13 and 14 which have had their DBs transplanted and logo files updated. They should be good to go now. Also I have added their known hosts data to private host vars for review02. Change-Id: I0929619fa4b188c74a9048004274014661f2520a --- .../service/host_vars/review02.opendev.org.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/inventory/service/host_vars/review02.opendev.org.yaml b/inventory/service/host_vars/review02.opendev.org.yaml index 79f50eb690..7dc3c275b1 100644 --- a/inventory/service/host_vars/review02.opendev.org.yaml +++ b/inventory/service/host_vars/review02.opendev.org.yaml @@ -63,6 +63,22 @@ gerrit_replication: mirror: true threads: '4' timeout: '900' + - name: 'gitea13' + url: 'ssh://git@gitea13.opendev.org:222/' + authGroup: 'Anonymous Users' + replicationDelay: '1' + replicatePermissions: false + mirror: true + threads: '4' + timeout: '900' + - name: 'gitea14' + url: 'ssh://git@gitea14.opendev.org:222/' + authGroup: 'Anonymous Users' + replicationDelay: '1' + replicatePermissions: false + mirror: true + threads: '4' + timeout: '900' gerrit_serverid: 4a232e18-c5a9-48ee-94c0-e04e7cca6543 gerrit_heap_limit: 96g letsencrypt_certs: