From 97a79a027afd17a80c12d9ac071fddec4ef99ba6 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Tue, 25 Feb 2020 14:17:13 -0600 Subject: [PATCH] Bump letsencrypt group id to match reality It got created in the past as 3003. Just list it here like that. Change-Id: Ic607a80c0d775856de059dedb73065c5708f556a --- playbooks/host_vars/review01.openstack.org.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/playbooks/host_vars/review01.openstack.org.yaml b/playbooks/host_vars/review01.openstack.org.yaml index 8592653c98..5be99d1e00 100644 --- a/playbooks/host_vars/review01.openstack.org.yaml +++ b/playbooks/host_vars/review01.openstack.org.yaml @@ -79,5 +79,7 @@ letsencrypt_certs: - review01.opendev.org - review.openstack.org # We have to set the letsencrypt_gid to something that isn't 3000 -# to not conflict with gerrit2's gid -letsencrypt_gid: 3001 +# to not conflict with gerrit2's gid. +# Also, on review01.openstack.org, 3001 is openstackwatch and +# 3002 is github. +letsencrypt_gid: 3003