system-config/inventory/service/host_vars/review-test.opendev.org.yaml
Clark Boylan cae58690dc Stop replicating to local git mirror on gerrit
We've disabled access to the local gerrit git mirrors at the /p/ prefix
previously as newer gerrit uses that path for something else. The next
step is to stop replicating to that location entirely.

Another reason for this is when we switch to notedb this local
replication will replicate everything then if we expose it we'd
potentially expose content we don't want to via git (rather than the
gerrit APIs).

Change-Id: I795466af3e1608eefe506ca56828327491f73c27
2020-10-09 10:39:30 -07:00

14 lines
461 B
YAML

gerrit_replication: []
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