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
This commit is contained in:
parent
466381856b
commit
b43d0ca192
@ -55,16 +55,32 @@ gerrit_replication:
|
|||||||
mirror: true
|
mirror: true
|
||||||
threads: '4'
|
threads: '4'
|
||||||
timeout: '900'
|
timeout: '900'
|
||||||
- name: 'gitea08'
|
- name: 'gitea09'
|
||||||
url: 'ssh://git@gitea08.opendev.org:222/'
|
url: 'ssh://git@gitea09.opendev.org:222/'
|
||||||
authGroup: 'Anonymous Users'
|
authGroup: 'Anonymous Users'
|
||||||
replicationDelay: '1'
|
replicationDelay: '1'
|
||||||
replicatePermissions: false
|
replicatePermissions: false
|
||||||
mirror: true
|
mirror: true
|
||||||
threads: '4'
|
threads: '4'
|
||||||
timeout: '900'
|
timeout: '900'
|
||||||
- name: 'gitea09'
|
- name: 'gitea10'
|
||||||
url: 'ssh://git@gitea09.opendev.org:222/'
|
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'
|
authGroup: 'Anonymous Users'
|
||||||
replicationDelay: '1'
|
replicationDelay: '1'
|
||||||
replicatePermissions: false
|
replicatePermissions: false
|
||||||
|
Loading…
Reference in New Issue
Block a user