4cca6ddbbb
Use the new hostname and canonical name. Change-Id: Ia90f4bdb3dd483e43a99984fd776b0b7ec146fdc
46 lines
1.0 KiB
YAML
46 lines
1.0 KiB
YAML
---
|
|
# TODO(pabelanger): This can be deleted once we migration to zuulv3.
|
|
zuul_sites:
|
|
- name: 'tarballs.openstack.org'
|
|
host: 'tarballs.openstack.org'
|
|
user: 'jenkins'
|
|
root: '/srv/static'
|
|
|
|
- name: 'yaml2ical'
|
|
host: 'eavesdrop.openstack.org'
|
|
user: 'jenkins'
|
|
root: '/srv/yaml2ical'
|
|
|
|
- name: 'static.openstack.org'
|
|
host: 'static.openstack.org'
|
|
user: 'jenkins'
|
|
root: '/srv/static'
|
|
|
|
- name: 'afs-docs'
|
|
root: '/afs/.openstack.org/docs'
|
|
keytab: '/etc/zuul-launcher.keytab'
|
|
user: 'service/zuul-launcher'
|
|
|
|
- name: 'afs-developer-docs'
|
|
root: '/afs/.openstack.org/developer-docs'
|
|
keytab: '/etc/zuul-launcher.keytab'
|
|
user: 'service/zuul-launcher'
|
|
|
|
zuul_nodes: []
|
|
|
|
# NOTE(pabelanger): zuulv3 settings
|
|
zuul_connections:
|
|
- name: 'gerrit'
|
|
driver: 'gerrit'
|
|
server: 'review.opendev.org'
|
|
canonical_hostname: 'opendev.org'
|
|
user: 'zuul'
|
|
sshkey: '/var/lib/zuul/ssh/id_rsa'
|
|
|
|
- name: 'github'
|
|
driver: 'github'
|
|
|
|
- name: 'googlesource'
|
|
driver: 'git'
|
|
baseurl: https://gerrit.googlesource.com
|