Add zuulv3 private SSH key to zm05-zm08 servers

Because this is shared with zm01-zm04, we only got the jenkins user
SSH keys.  So we need to also add zuul user ssh keys, but we can
refactor this once zuulv2.5 is done.

Change-Id: I9c9adb1943b165014de516849de79d999419069d
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2017-09-11 15:45:39 -04:00
parent c3f3e627ea
commit ab4ba6b570
No known key found for this signature in database
GPG Key ID: 611A80832067AF38

View File

@ -1446,7 +1446,7 @@ node /^zm0[5678].openstack\.org$/ {
$gerrit_server = 'review.openstack.org'
$gerrit_user = 'zuul'
$gerrit_ssh_host_key = hiera('gerrit_zuul_user_ssh_key_contents')
$zuul_ssh_private_key = hiera('zuul_ssh_private_key_contents')
$zuul_ssh_private_key = hiera('zuulv3_ssh_private_key_contents')
$zuul_url = "http://${::fqdn}/p"
$git_email = 'zuul@openstack.org'
$git_name = 'OpenStack Zuul'