Put correct gerrit ssh pubkey on git.o.o

The pubkey being used previous was the server pubkey, not the
gerrit2 user pubkey. The gerrit2 user pubkey is now in hiera
and switched git.openstack.org to use that for the
authorized_keys file.

Change-Id: I6665ef119071b8b68e4cb6bb7f7e8d79ad04fcbc
This commit is contained in:
Elizabeth Krumbach 2013-08-07 20:18:28 -07:00
parent ce7722da89
commit f7fb31242b

View File

@ -289,7 +289,7 @@ node /^elasticsearch\d*\.openstack\.org$/ {
node 'git.openstack.org' {
class { 'openstack_project::git':
sysadmins => hiera('sysadmins'),
git_gerrit_ssh_key => hiera('gerrit_ssh_rsa_pubkey_contents'),
git_gerrit_ssh_key => hiera('gerrit_replication_ssh_rsa_pubkey_contents'),
ssl_cert_file_contents => hiera('git_ssl_cert_file_contents'),
ssl_key_file_contents => hiera('git_ssl_key_file_contents'),
ssl_chain_file_contents => hiera('git_ssl_chain_file_contents'),