From 7f245c5d7fe57a59dccc6bedb1c0cc5562d8d78e Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Mon, 13 Mar 2023 08:34:30 -0700 Subject: [PATCH] Remove gitea01-04 from Gerrit replication Before landing this change we should be fairly certain we are unlikely to put gitea01-04 back into production. Once we do this we make these old servers no longer production worthy without an intermediate replication sync up step. Change-Id: I4f6b71c21387c58ea66aad9c8b98ea70ae0a6e68 --- .../host_vars/review02.opendev.org.yaml | 32 ------------------- 1 file changed, 32 deletions(-) diff --git a/inventory/service/host_vars/review02.opendev.org.yaml b/inventory/service/host_vars/review02.opendev.org.yaml index 7dc3c275b1..6c51f1ec34 100644 --- a/inventory/service/host_vars/review02.opendev.org.yaml +++ b/inventory/service/host_vars/review02.opendev.org.yaml @@ -1,36 +1,4 @@ gerrit_replication: - - name: 'gitea01' - url: 'ssh://git@gitea01.opendev.org:222/' - authGroup: 'Anonymous Users' - replicationDelay: '1' - replicatePermissions: false - mirror: true - threads: '4' - timeout: '900' - - name: 'gitea02' - url: 'ssh://git@gitea02.opendev.org:222/' - authGroup: 'Anonymous Users' - replicationDelay: '1' - replicatePermissions: false - mirror: true - threads: '4' - timeout: '900' - - name: 'gitea03' - url: 'ssh://git@gitea03.opendev.org:222/' - authGroup: 'Anonymous Users' - replicationDelay: '1' - replicatePermissions: false - mirror: true - threads: '4' - timeout: '900' - - name: 'gitea04' - url: 'ssh://git@gitea04.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/' authGroup: 'Anonymous Users'