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
e05257e1b7 to fix the depends-on handling.

Change-Id: Ie628b2627c263d88e466205af2a3d0418d6df7d3
This commit is contained in:
Clark Boylan 2021-07-13 10:27:36 -07:00
parent 9311f67715
commit 2c06a86915
1 changed files with 1 additions and 1 deletions

View File

@ -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'