diff --git a/hiera/group/zuul-executor.yaml b/hiera/group/zuul-executor.yaml index 63e1e1c73d..7745e9c536 100644 --- a/hiera/group/zuul-executor.yaml +++ b/hiera/group/zuul-executor.yaml @@ -11,5 +11,9 @@ zuul_connections: driver: 'github' - name: 'googlesource' - driver: 'git' - baseurl: https://gerrit.googlesource.com + driver: 'gerrit' + server: 'gerrit-review.googlesource.com' + canonical_hostname: 'gerrit.googlesource.com' + user: 'git-infra-root.openstack.org' + stream_events: 'false' + auth_type: 'basic' diff --git a/hiera/group/zuul-merger.yaml b/hiera/group/zuul-merger.yaml index 4e41185083..bc37db65f6 100644 --- a/hiera/group/zuul-merger.yaml +++ b/hiera/group/zuul-merger.yaml @@ -41,5 +41,9 @@ zuul_connections: driver: 'github' - name: 'googlesource' - driver: 'git' - baseurl: https://gerrit.googlesource.com + driver: 'gerrit' + server: 'gerrit-review.googlesource.com' + canonical_hostname: 'gerrit.googlesource.com' + user: 'git-infra-root.openstack.org' + stream_events: 'false' + auth_type: 'basic' diff --git a/hiera/group/zuul-scheduler.yaml b/hiera/group/zuul-scheduler.yaml index 67b664ef0e..effe5fe813 100644 --- a/hiera/group/zuul-scheduler.yaml +++ b/hiera/group/zuul-scheduler.yaml @@ -31,8 +31,12 @@ zuul_connections: rate_limit_logging: 'false' - name: 'googlesource' - driver: 'git' - baseurl: https://gerrit.googlesource.com + driver: 'gerrit' + server: 'gerrit-review.googlesource.com' + canonical_hostname: 'gerrit.googlesource.com' + user: 'git-infra-root.openstack.org' + stream_events: 'false' + auth_type: 'basic' gearman_server_ssl_cert: | -----BEGIN CERTIFICATE-----