Merge "Use the jenkins ssh private key for the zuul launcher"
This commit is contained in:
commit
be3d340f20
@ -862,7 +862,7 @@ node /^zl\d+\.openstack\.org$/ {
|
||||
gerrit_server => 'review.openstack.org',
|
||||
gerrit_user => 'jenkins',
|
||||
gerrit_ssh_host_key => hiera('gerrit_ssh_rsa_pubkey_contents'),
|
||||
zuul_ssh_private_key => hiera('zuul_ssh_private_key_contents'),
|
||||
zuul_ssh_private_key => hiera('jenkins_ssh_private_key_contents'),
|
||||
project_config_repo => 'https://git.openstack.org/openstack-infra/project-config',
|
||||
sysadmins => hiera('sysadmins', []),
|
||||
sites => [
|
||||
|
Loading…
x
Reference in New Issue
Block a user