Merge "Plumb mysql host through gerrit.pp"

This commit is contained in:
Jenkins 2014-04-29 00:29:45 +00:00 committed by Gerrit Code Review
commit 0ecdb5cff3
2 changed files with 2 additions and 1 deletions

View File

@ -16,7 +16,7 @@ node 'review.openstack.org' {
github_oauth_token => hiera('gerrit_github_token'), github_oauth_token => hiera('gerrit_github_token'),
github_project_username => hiera('github_project_username'), github_project_username => hiera('github_project_username'),
github_project_password => hiera('github_project_password'), github_project_password => hiera('github_project_password'),
mysql_host => 'localhost', mysql_host => hiera('gerrit_mysql_host'),
mysql_password => hiera('gerrit_mysql_password'), mysql_password => hiera('gerrit_mysql_password'),
email_private_key => hiera('gerrit_email_private_key'), email_private_key => hiera('gerrit_email_private_key'),
gerritbot_password => hiera('gerrit_gerritbot_password'), gerritbot_password => hiera('gerrit_gerritbot_password'),

View File

@ -177,6 +177,7 @@ class openstack_project::gerrit (
contactstore_appsec => $contactstore_appsec, contactstore_appsec => $contactstore_appsec,
contactstore_pubkey => $contactstore_pubkey, contactstore_pubkey => $contactstore_pubkey,
contactstore_url => $contactstore_url, contactstore_url => $contactstore_url,
mysql_host => $mysql_host,
mysql_password => $mysql_password, mysql_password => $mysql_password,
email_private_key => $email_private_key, email_private_key => $email_private_key,
replicate_local => $replicate_local, replicate_local => $replicate_local,