Plumb mysql host through gerrit.pp

Change-Id: I9fceda90f9e9a06bc738e70f35595b7f05426ab0
This commit is contained in:
James E. Blair 2014-04-28 15:32:15 -07:00
parent deed969d2d
commit 22486c7353
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_project_username => hiera('github_project_username'),
github_project_password => hiera('github_project_password'),
mysql_host => 'localhost',
mysql_host => hiera('gerrit_mysql_host'),
mysql_password => hiera('gerrit_mysql_password'),
email_private_key => hiera('gerrit_email_private_key'),
gerritbot_password => hiera('gerrit_gerritbot_password'),

View File

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