9662805937
The existing test gearman cert+key combos were mismatched and therefore invalid. This replaces them with newly generated test data, and moves them into the test private hostvar files where the production private data are now housed. This removes the public production data as well; those certs are now in the private hostvar files. Change-Id: I6d7e12e2548f4c777854b8738c98f621bd10ad00
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-----
|