Add gitea09 as a Gerrit replication target

This is a new server that will need a full sync performed against it.
Don't land this change until after we've edited private vars for
gerrit_known_hosts_keys to add gitea09 there. Landing this change should
update both the replication config and the known hosts at that point.

Change-Id: Ia956e50c25fa91db0585b133415e3a587a3a9597
This commit is contained in:
Clark Boylan 2023-02-16 13:31:10 -08:00
parent 86a0b80953
commit d562838dd2

View File

@ -63,6 +63,14 @@ gerrit_replication:
mirror: true mirror: true
threads: '4' threads: '4'
timeout: '900' timeout: '900'
- name: 'gitea09'
url: 'ssh://git@gitea09.opendev.org:222/'
authGroup: 'Anonymous Users'
replicationDelay: '1'
replicatePermissions: false
mirror: true
threads: '4'
timeout: '900'
gerrit_serverid: 4a232e18-c5a9-48ee-94c0-e04e7cca6543 gerrit_serverid: 4a232e18-c5a9-48ee-94c0-e04e7cca6543
gerrit_heap_limit: 96g gerrit_heap_limit: 96g
letsencrypt_certs: letsencrypt_certs: