diff --git a/hiera/fqdn/zuulv3.openstack.org.yaml b/hiera/fqdn/zuulv3.openstack.org.yaml index 6bba9510c5..c1a6bd9e7e 100644 --- a/hiera/fqdn/zuulv3.openstack.org.yaml +++ b/hiera/fqdn/zuulv3.openstack.org.yaml @@ -14,6 +14,13 @@ zuul_connections: user: 'zuul' sshkey: '/var/lib/zuul/ssh/id_rsa' + - name: 'mysql' + driver: 'sql' + + - name: 'github' + driver: 'github' + sshkey: '/var/lib/zuul/ssh/id_rsa' + gearman_server_ssl_cert: | -----BEGIN CERTIFICATE----- MIIEYTCCA0mgAwIBAgIJAKkAn3gh0LBPMA0GCSqGSIb3DQEBCwUAMIG5MQswCQYD diff --git a/manifests/site.pp b/manifests/site.pp index c3cef6a5c4..74e9c10e22 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -1223,6 +1223,7 @@ node 'zuulv3.openstack.org' { zookeeper_hosts => 'nodepool.openstack.org:2181', zuulv3 => true, connections => hiera('zuul_connections', []), + connection_secrets => hiera('zuul_connection_secrets', []), zuul_status_url => 'http://127.0.0.1:8001/openstack', gearman_client_ssl_cert => hiera('gearman_client_ssl_cert'), gearman_client_ssl_key => hiera('gearman_client_ssl_key'),