f0b77485ec
Zuul is publishing lovely container images, so we should go ahead and start using them. We can't use containers for zuul-executor because of the docker->bubblewrap->AFS issue, so install from pip there. Don't start any of the containers by default, which should let us safely roll this out and then do a rolling restart. For things (like web or mergers) where it's safe to do so, a followup change will swap the flag. Change-Id: I37dcce3a67477ad3b2c36f2fd3657af18bc25c40
20 lines
483 B
YAML
20 lines
483 B
YAML
zuul_connections:
|
|
- name: 'gerrit'
|
|
driver: 'gerrit'
|
|
server: 'review.opendev.org'
|
|
canonical_hostname: 'opendev.org'
|
|
user: 'zuul'
|
|
sshkey: '/var/lib/zuul/ssh/id_rsa'
|
|
auth_type: 'digest'
|
|
|
|
- name: 'github'
|
|
driver: 'github'
|
|
|
|
- name: 'googlesource'
|
|
driver: 'gerrit'
|
|
server: 'gerrit-review.googlesource.com'
|
|
canonical_hostname: 'gerrit.googlesource.com'
|
|
user: 'git-infra-root.openstack.org'
|
|
stream_events: 'false'
|
|
auth_type: 'basic'
|