From 2c06a86915f9610a266fb8b2ab56859b45d9fac8 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Tue, 13 Jul 2021 10:27:36 -0700 Subject: [PATCH] Talk to review.o.o instead of review01.o.o Talking to review01.o.o in the Zuul gerrit connection config broke depends-on handling as the urls would all need to be https://review01.opendev.org/123456 and then later https://review02.opendev.org/123456 but people use https://review.opendev.org/123456. This change was made to simplify DNS updates during the gerrit server move but we should be able to handle those via manual landing of changes and running of playbooks instead. Partially revert e05257e1b7b70b18cb7b1349278e2c786a565512 to fix the depends-on handling. Change-Id: Ie628b2627c263d88e466205af2a3d0418d6df7d3 --- inventory/service/group_vars/zuul.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inventory/service/group_vars/zuul.yaml b/inventory/service/group_vars/zuul.yaml index 5b5681617b..6f5a0ea414 100644 --- a/inventory/service/group_vars/zuul.yaml +++ b/inventory/service/group_vars/zuul.yaml @@ -18,7 +18,7 @@ zuul_connections: - name: 'gerrit' driver: 'gerrit' - server: 'review01.opendev.org' + server: 'review.opendev.org' canonical_hostname: 'opendev.org' user: 'zuul' sshkey: '/var/lib/zuul/ssh/id_rsa'