cf91bc0971
Having two groups here was confusing. We seem to use the review group for most ansible stuff so we prefer that one. We move contents of the gerrit group_vars into the review group_vars and then clean up the use of the old group vars file. Change-Id: I7fa7467f703f5cec075e8e60472868c60ac031f7
27 lines
884 B
YAML
27 lines
884 B
YAML
exim_extra_aliases:
|
|
gerrit2: root
|
|
iptables_rules:
|
|
- -p tcp --syn --dport 29418 -m connlimit --connlimit-above 100 -j REJECT
|
|
iptables_extra_public_tcp_ports:
|
|
- 80
|
|
- 443
|
|
- 29418
|
|
gerrit_vhost_name: review.opendev.org
|
|
gerrit_redirect_vhost: review.openstack.org
|
|
gerrit_storyboard_url: https://storyboard.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
|
|
borg_backup_excludes_extra:
|
|
- /home/gerrit2/.launchpadlib/cache/*
|
|
- /home/gerrit2/review_site/cache/*
|
|
- /home/gerrit2/review_site/tmp/*
|
|
- /home/gerrit2/review_site/index/*
|
|
# scratch location for admins
|
|
- /home/gerrit2/tmp/*
|
|
# live db when used with mariadb_container; dumped by separate job
|
|
# using mysqldump
|
|
- /home/gerrit2/reviewdb/*
|