Use gerrit_zuul_user_ssh_key_contents for zuulv3-dev.o.o

We need to change our the private SSH key for gerrit, since we are
using a different user the zuul.o.o.

Change-Id: I3d93fa70e8d5b6830d14cb891aa19de6b4e63efa
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2017-02-20 16:24:29 -05:00
parent 73ffdbeb1d
commit 4b08bbc07f
1 changed files with 1 additions and 1 deletions

View File

@ -1099,7 +1099,7 @@ node /^nb\d+\.openstack\.org$/ {
node 'zuulv3-dev.openstack.org' {
$gerrit_server = 'review.openstack.org'
$gerrit_user = 'zuul'
$gerrit_ssh_host_key = hiera('gerrit_ssh_rsa_pubkey_contents')
$gerrit_ssh_host_key = hiera('gerrit_zuul_user_ssh_key_contents')
$zuul_ssh_private_key = hiera('zuul_ssh_private_key_contents')
$zuul_url = "http://${::fqdn}/p"
$git_email = 'zuul@openstack.org'