
This is just spawning containers that never die. Change-Id: I1f5215c6e60ac59d1eb224bef9032785938dfc70
19 lines
568 B
YAML
19 lines
568 B
YAML
gerrit_replication:
|
|
- name: 'local'
|
|
url: 'file:///opt/lib/git/'
|
|
replicationDelay: '1'
|
|
threads: '4'
|
|
mirror: true
|
|
gerrit_storyboard_url: https://storyboard.openstack.org
|
|
gerrit_vhost_name: review-test.opendev.org
|
|
gerrit_heap_limit: 48g
|
|
gerrit_track_upstream: false
|
|
letsencrypt_certs:
|
|
review-test-opendev-org-main:
|
|
- review-test.opendev.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
|