
Make inventory/service for service-specific things, including the groups.yaml group definitions, and inventory/base for hostvars related to the base system, including the list of hosts. Move the exisitng host_vars into inventory/service, since most of them are likely service-specific. Move group_vars/all.yaml into base/group_vars as almost all of it is related to base things, with the execption of the gerrit public key. A followup patch will move host-specific values into equivilent files in inventory/base. This should let us override hostvars in gate jobs. It should also allow us to do better file matchers - and to be able to organize our playbooks move if we want to. Depends-On: https://review.opendev.org/731583 Change-Id: Iddf57b5be47c2e9de16b83a1bc83bee25db995cf
66 lines
2.2 KiB
YAML
66 lines
2.2 KiB
YAML
iptables_extra_public_tcp_ports:
|
|
- 79
|
|
- 80
|
|
- 443
|
|
iptables_extra_allowed_groups:
|
|
- {'protocol': 'tcp', 'port': '4730', 'group': 'zuul'}
|
|
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'
|
|
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}'
|
|
auth_type: 'digest'
|
|
|
|
- name: 'opendaylight'
|
|
driver: 'gerrit'
|
|
server: 'git.opendaylight.org'
|
|
baseurl: 'git.opendaylight.org/gerrit'
|
|
user: 'openstack-zuul'
|
|
sshkey: '/var/lib/zuul/ssh/id_rsa'
|
|
|
|
- name: 'mysql'
|
|
driver: 'sql'
|
|
|
|
- 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'
|
|
|
|
zuul_ssl_cert_file_contents: |
|
|
-----BEGIN CERTIFICATE-----
|
|
MIICzjCCAbagAwIBAgIJAMV1mxY+iSJpMA0GCSqGSIb3DQEBCwUAMB8xHTAbBgNV
|
|
BAMMFHp1dWx2My5vcGVuc3RhY2sub3JnMB4XDTE3MDYwMjE5MzUwMloXDTI3MDUz
|
|
MTE5MzUwMlowHzEdMBsGA1UEAwwUenV1bHYzLm9wZW5zdGFjay5vcmcwggEiMA0G
|
|
CSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDvgAf85YVjjBTHYJnIx8VA1VvSAidD
|
|
LHp2Yn+7DgUfHXjNdpftTgvWxnzXMFaglNzrNrixGNlkg1sdGDJ+DB/mvptKJUEH
|
|
WMfOVI98Eo0dx5w+lcP8XGTg6/SY59+PiqNpCmi+T49axQO2XKNlt+ZJsSVaEhEj
|
|
E2OrkZY+A8RFj07TUjSMv/pmo3AxgVjFoWszDT8pj30CTT3lg3eXXJwlqrH/P9IQ
|
|
FnwRSt3sR60ahFFJnvHdL1FJl/I0W5nWD6LNEpX7ryaIUIqMhQpQjGDpvG77ntfW
|
|
A5zhBVWPC7p2k6OaUD6AjlPMJLZh5YbyGaRN4l2Z4oizBGjoq1Qv9QehAgMBAAGj
|
|
DTALMAkGA1UdEwQCMAAwDQYJKoZIhvcNAQELBQADggEBAOFIxTTiw10jWRKQuRKU
|
|
KskncSNj3ZxSjwPTOQs++hLjYYYlKA4LbWwokp7u5rTpJP/NHYLHXIda6l/Ne3JG
|
|
+Mby/vu0TKMX2z+0IQx3MZG7b+4NkH4jg40Q+Y879n0jvOfBplHtJB1UmQYk51fs
|
|
Hbrb6vvxeLRJ74JZX6t756gZnagzAoLj7DtmTfruUVjD/kRJK8gUCyKMNvN6PH3u
|
|
5Ls4WwOME+bFdFcxBJjj1LSKGlZoE22mSVlRqHvVXVfM9XTolvw5PequFhiPXYyj
|
|
ESN9QfRuVeKltTl8NdDgwlYjBBUYR5omuX5LLWUSXuvQK/dYM4ahERf3ivbXMjhF
|
|
M+Q=
|
|
-----END CERTIFICATE-----
|