From b43d0ca19294ed4cbf2b3ac5b4c9335e8d7862c5 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Fri, 3 Mar 2023 10:22:14 -0800 Subject: [PATCH] Replicate Gerrit repos to gitea10-12 These are new jammy servers that are replacing older servers. They have had their brains (db) transplanted from gitea01 to preserve redirects. I have added their ssh host keys to the review02 private host vars. Also we remove gitea08 from the replication list as it is no longer behind haproxy and will be decommissioned. Doing this in a single change reduces the period of time where replication events might be lost on autoreload. Change-Id: I3303f77173f50f3f82cd39d44a63478e8fb25518 --- .../host_vars/review02.opendev.org.yaml | 24 +++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/inventory/service/host_vars/review02.opendev.org.yaml b/inventory/service/host_vars/review02.opendev.org.yaml index 5da4271973..48431b1848 100644 --- a/inventory/service/host_vars/review02.opendev.org.yaml +++ b/inventory/service/host_vars/review02.opendev.org.yaml @@ -55,16 +55,32 @@ gerrit_replication: mirror: true threads: '4' timeout: '900' - - name: 'gitea08' - url: 'ssh://git@gitea08.opendev.org:222/' + - name: 'gitea09' + url: 'ssh://git@gitea09.opendev.org:222/' authGroup: 'Anonymous Users' replicationDelay: '1' replicatePermissions: false mirror: true threads: '4' timeout: '900' - - name: 'gitea09' - url: 'ssh://git@gitea09.opendev.org:222/' + - name: 'gitea10' + url: 'ssh://git@gitea10.opendev.org:222/' + authGroup: 'Anonymous Users' + replicationDelay: '1' + replicatePermissions: false + mirror: true + threads: '4' + timeout: '900' + - name: 'gitea11' + url: 'ssh://git@gitea11.opendev.org:222/' + authGroup: 'Anonymous Users' + replicationDelay: '1' + replicatePermissions: false + mirror: true + threads: '4' + timeout: '900' + - name: 'gitea12' + url: 'ssh://git@gitea12.opendev.org:222/' authGroup: 'Anonymous Users' replicationDelay: '1' replicatePermissions: false