
The host is review-test.opendev.org, so hostvars for review-test.openstack.org are not so much going to do anything. It's easier if we just ssh as root from review to gerrit2 on review-test. review-test needs to be in letsencrypt group and have a handler. We need to install mysql - it's on the existing review servers but not in ansible, it's just left over from puppet. The db credentials are in /root/.gerrit_db.cnf Change-Id: I90e3c9d1b398cc16fea9f7056cfb059c7140160e
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
|