From 7f1a40876e86ce68787b66212981ab9ccacc9650 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Mon, 27 Feb 2017 15:35:07 -0800 Subject: [PATCH] Update db creds for translate01.o.o This should only be done as part of the service cut over from old translate.o.o server to new translate01.o.o server. Change-Id: I6716b94cbd639b2bd4d1c9d73a3e19626d9b2da0 --- manifests/site.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/site.pp b/manifests/site.pp index f94f177568..b531fd9d19 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -1593,8 +1593,8 @@ node /^translate\d+\.openstack\.org$/ { openid_url => 'https://openstackid.org', listeners => ['ajp'], from_address => 'noreply@openstack.org', - mysql_host => "invalid.host.for.now", - mysql_password => "supersecret", + mysql_host => hiera('translate_mysql_host', 'localhost'), + mysql_password => hiera('translate_mysql_password'), zanata_server_user => hiera('proposal_zanata_user'), zanata_server_api_key => hiera('proposal_zanata_api_key'), zanata_wildfly_version => '10.1.0',