Update gerrit connection in Zuul

Use the new hostname and canonical name.

Change-Id: Ia90f4bdb3dd483e43a99984fd776b0b7ec146fdc
This commit is contained in:
James E. Blair 2019-04-18 15:59:27 -07:00
parent 6747cf236b
commit 4cca6ddbbb
3 changed files with 7 additions and 7 deletions

View File

@ -2,8 +2,8 @@
zuul_connections:
- name: 'gerrit'
driver: 'gerrit'
server: 'review.openstack.org'
canonical_hostname: 'git.openstack.org'
server: 'review.opendev.org'
canonical_hostname: 'opendev.org'
user: 'zuul'
sshkey: '/var/lib/zuul/ssh/id_rsa'

View File

@ -32,8 +32,8 @@ zuul_nodes: []
zuul_connections:
- name: 'gerrit'
driver: 'gerrit'
server: 'review.openstack.org'
canonical_hostname: 'git.openstack.org'
server: 'review.opendev.org'
canonical_hostname: 'opendev.org'
user: 'zuul'
sshkey: '/var/lib/zuul/ssh/id_rsa'

View File

@ -9,11 +9,11 @@ zuul_connections:
- name: 'gerrit'
driver: 'gerrit'
server: 'review.openstack.org'
canonical_hostname: 'git.openstack.org'
server: 'review.opendev.org'
canonical_hostname: 'opendev.org'
user: 'zuul'
sshkey: '/var/lib/zuul/ssh/id_rsa'
gitweb_url_template: 'https://git.openstack.org/cgit/{project.name}/commit/?id={sha}'
gitweb_url_template: 'https://opendev.org/{project.name}/commit/{sha}'
- name: 'opendaylight'
driver: 'gerrit'