c1aa5717cc
This causes a massive sad for zuul, resulting in ability to clone the repos and indefinitely hung job. Change-Id: I96b2bd883b63079f5032c5715960c25b61940f16
46 lines
1.1 KiB
YAML
46 lines
1.1 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.openstack.org'
|
|
canonical_hostname: 'git.openstack.org'
|
|
user: 'zuul'
|
|
sshkey: '/var/lib/zuul/ssh/id_rsa'
|
|
|
|
- name: 'github'
|
|
driver: 'github'
|
|
|
|
- name: 'googlesource'
|
|
driver: 'git'
|
|
baseurl: https://gerrit.googlesource.com
|