
This change removes review02 from our inventory and configuration management. This should be landed after we're confident we're unlikely to need to roll back to that server. That said if we do rollback before the server is cleaned up reverting this change isn't too bad. Change-Id: Ica14ae92c4c1ef6db76acef93d6d65977aab4def
79 lines
2.6 KiB
YAML
79 lines
2.6 KiB
YAML
zuul_user_id: 10001
|
|
zuul_group_id: 10001
|
|
zuul_user: zuuld
|
|
zuul_group: zuuld
|
|
zuul_known_hosts: |
|
|
[review.opendev.org]:29418,[review.openstack.org]:29418 {{ gerrit_ssh_rsa_pubkey_contents }}
|
|
[review03.opendev.org],[162.253.55.233]:29418,[2604:e100:1:0:f816:3eff:fe31:926a]:29418 {{ gerrit_ssh_rsa_pubkey_contents }}
|
|
[git.opendaylight.org]:29418,[52.35.122.251]:29418,[2600:1f14:421:f500:7b21:2a58:ab0a:2d17]:29418 ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAyRXyHEw/P1iZr/fFFzbodT5orVV/ftnNRW59Zh9rnSY5Rmbc9aygsZHdtiWBERVVv8atrJSdZool75AglPDDYtPICUGWLR91YBSDcZwReh5S9es1dlQ6fyWTnv9QggSZ98KTQEuE3t/b5SfH0T6tXWmrNydv4J2/mejKRRLU2+oumbeVN1yB+8Uau/3w9/K5F5LgsDDzLkW35djLhPV8r0OfmxV/cAnLl7AaZlaqcJMA+2rGKqM3m3Yu+pQw4pxOfCSpejlAwL6c8tA9naOvBkuJk+hYpg5tDEq2QFGRX5y1F9xQpwpdzZROc5hdGYntM79VMMXTj+95dwVv/8yTsw==
|
|
zuul_connections:
|
|
- name: 'smtp'
|
|
driver: 'smtp'
|
|
server: 'localhost'
|
|
port: '25'
|
|
default_from: 'zuul@zuul.openstack.org'
|
|
default_to: 'zuul.reports@zuul.openstack.org'
|
|
|
|
- name: 'gerrit'
|
|
driver: 'gerrit'
|
|
# Changing this value impacts the functionality of Depends-On in Zuul.
|
|
# Zuul expects Depends-On URLs to contain this server value in them.
|
|
# If they do not then they aren't considered as valid Depends-On and
|
|
# are ignored.
|
|
server: 'review.opendev.org'
|
|
canonical_hostname: 'opendev.org'
|
|
user: 'zuul'
|
|
sshkey: '/var/lib/zuul/ssh/id_rsa'
|
|
gitweb_url_template: 'https://opendev.org/{project.name}/commit/{sha}'
|
|
|
|
- name: 'opendaylight'
|
|
driver: 'gerrit'
|
|
server: 'git.opendaylight.org'
|
|
baseurl: 'git.opendaylight.org/gerrit'
|
|
user: 'openstack-zuul'
|
|
sshkey: '/var/lib/zuul/ssh/id_rsa'
|
|
|
|
- name: 'github'
|
|
driver: 'github'
|
|
app_key: '/etc/zuul/github.key'
|
|
rate_limit_logging: 'false'
|
|
|
|
- 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'
|
|
|
|
- name: 'rax'
|
|
driver: 'openstack'
|
|
cloud: 'rax'
|
|
|
|
- name: 'raxflex'
|
|
driver: 'openstack'
|
|
cloud: 'raxflex'
|
|
|
|
- name: 'ovh'
|
|
driver: 'openstack'
|
|
cloud: 'ovh'
|
|
|
|
- name: 'vexxhost'
|
|
driver: 'openstack'
|
|
cloud: 'vexxhost'
|
|
|
|
- name: 'osuosl'
|
|
driver: 'openstack'
|
|
cloud: 'osuosl'
|
|
|
|
- name: 'openmetal'
|
|
driver: 'openstack'
|
|
cloud: 'openmetal'
|
|
|
|
openstacksdk_config_dir: /etc/openstack
|
|
openstacksdk_config_owner: root
|
|
openstacksdk_config_group: "{{ zuul_group }}"
|
|
# This filename is correct: while we have both nodepool and
|
|
# zuul-launcher, they share the same clouds.yaml file.
|
|
openstacksdk_config_template: clouds/nodepool_clouds.yaml.j2
|