5b4c917d30
We used to replicate every openstack/* project to GitHub, through a global replication at Gerrit-level. Now that the job for granular replication is in place, we can stop the global replication, so that only active/official repositories are synced. Depends-On: https://review.opendev.org/724310 Change-Id: Ibba02e626e33aba9779f771d5ae49920bac86b19
78 lines
2.6 KiB
YAML
78 lines
2.6 KiB
YAML
gerrit_replication:
|
|
- name: 'gitea01'
|
|
url: 'ssh://git@gitea01.opendev.org:222/'
|
|
authGroup: 'Anonymous Users'
|
|
replicationDelay: '1'
|
|
replicatePermissions: false
|
|
mirror: true
|
|
threads: '4'
|
|
- name: 'gitea02'
|
|
url: 'ssh://git@gitea02.opendev.org:222/'
|
|
authGroup: 'Anonymous Users'
|
|
replicationDelay: '1'
|
|
replicatePermissions: false
|
|
mirror: true
|
|
threads: '4'
|
|
- name: 'gitea03'
|
|
url: 'ssh://git@gitea03.opendev.org:222/'
|
|
authGroup: 'Anonymous Users'
|
|
replicationDelay: '1'
|
|
replicatePermissions: false
|
|
mirror: true
|
|
threads: '4'
|
|
- name: 'gitea04'
|
|
url: 'ssh://git@gitea04.opendev.org:222/'
|
|
authGroup: 'Anonymous Users'
|
|
replicationDelay: '1'
|
|
replicatePermissions: false
|
|
mirror: true
|
|
threads: '4'
|
|
- name: 'gitea05'
|
|
url: 'ssh://git@gitea05.opendev.org:222/'
|
|
authGroup: 'Anonymous Users'
|
|
replicationDelay: '1'
|
|
replicatePermissions: false
|
|
mirror: true
|
|
threads: '4'
|
|
- name: 'gitea06'
|
|
url: 'ssh://git@gitea06.opendev.org:222/'
|
|
authGroup: 'Anonymous Users'
|
|
replicationDelay: '1'
|
|
replicatePermissions: false
|
|
mirror: true
|
|
threads: '4'
|
|
- name: 'gitea07'
|
|
url: 'ssh://git@gitea07.opendev.org:222/'
|
|
authGroup: 'Anonymous Users'
|
|
replicationDelay: '1'
|
|
replicatePermissions: false
|
|
mirror: true
|
|
threads: '4'
|
|
- name: 'gitea08'
|
|
url: 'ssh://git@gitea08.opendev.org:222/'
|
|
authGroup: 'Anonymous Users'
|
|
replicationDelay: '1'
|
|
replicatePermissions: false
|
|
mirror: true
|
|
threads: '4'
|
|
- name: 'local'
|
|
url: 'file:///opt/lib/git/'
|
|
replicationDelay: '1'
|
|
threads: '4'
|
|
mirror: true
|
|
gerrit_storyboard_url: https://storyboard.openstack.org
|
|
gerrit_vhost_name: review.opendev.org
|
|
gerrit_redirect_vhost: review.openstack.org
|
|
gerrit_heap_limit: 48g
|
|
letsencrypt_certs:
|
|
review01-opendev-org-main:
|
|
- review.opendev.org
|
|
- review01.opendev.org
|
|
- review.openstack.org
|
|
# We have to set the letsencrypt_gid to something that isn't 3000
|
|
# to not conflict with gerrit2's gid.
|
|
# Also, on review01.openstack.org, 3001 is openstackwatch and
|
|
# 3002 is github.
|
|
letsencrypt_gid: 3003
|
|
gerrit_self_hostkey: '[review.opendev.org]:29418,[review.openstack.org]:29418,[104.130.246.32]:29418,[2001:4800:7819:103:be76:4eff:fe04:9229]:29418 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCfsIj/jqpI+2CFdjCL6kOiqdORWvxQ2sQbCzSzzmLXic8yVhCCbwarkvEpfUOHG4eyB0vqVZfMffxf0Yy3qjURrsroBCiuJ8GdiAcGdfYwHNfBI0cR6kydBZL537YDasIk0Z3ILzhwf7474LmkVzS7V2tMTb4ZiBS/jUeiHsVp88FZhIBkyhlb/awAGcUxT5U4QBXCAmerYXeB47FPuz9JFOVyF08LzH9JRe9tfXtqaCNhlSdRe/2pPRvn2EIhn5uHWwATACG9MBdrK8xv8LqPOik2w1JkgLWyBj11vDd5I3IjrmREGw8dqImqp0r6MD8rxqADlc1elfDIXYsy+TVH'
|