Remove the gerrit group in favor of the review group

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
This commit is contained in:
Clark Boylan 2021-10-12 09:47:47 -07:00
parent 63f5674e6f
commit cf91bc0971
7 changed files with 8 additions and 18 deletions

View File

@ -1,11 +0,0 @@
# TODO can we combine this with the review.yaml group vars?
# the review group seems to be what we use to match in the service-review.yaml
# playbook which would make it canonical?
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

View File

@ -1,4 +1,11 @@
# See TODO in the gerrit.yaml group vars.
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

View File

@ -57,8 +57,6 @@ groups:
elasticsearch: elasticsearch[0-9]*.open*.org
ethercalc: ethercalc*.open*.org
etherpad: etherpad[0-9]*.open*.org
gerrit:
- review[0-9]*.opendev.org
gitea:
- gitea[0-9]*.opendev.org
gitea-lb:

View File

@ -34,7 +34,6 @@ results:
review02.opendev.org:
- borg-backup
- gerrit
- letsencrypt
- review

View File

@ -396,7 +396,6 @@
files:
- inventory/base
- playbooks/service-review.yaml
- inventory/service/group_vars/gerrit.yaml
- inventory/service/group_vars/review.yaml
- inventory/service/host_vars/review01.openstack.org.yaml
- playbooks/roles/pip3/

View File

@ -364,7 +364,6 @@
files:
- inventory/.*
- playbooks/manage-projects.yaml
- inventory/service/group_vars/gerrit.yaml
- inventory/service/group_vars/review.yaml
- inventory/service/group_vars/gitea.yaml
- inventory/service/host_vars/gitea

View File

@ -875,7 +875,6 @@
- playbooks/service-review.*.yaml
- playbooks/test-review.yaml
- playbooks/rename_repos.yaml
- inventory/service/group_vars/gerrit.yaml
- inventory/service/group_vars/review.yaml
- playbooks/roles/pip3/
- playbooks/roles/install-docker/