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
This commit is contained in:
Clark Boylan 2017-02-27 15:35:07 -08:00
parent 3539729d20
commit 7f1a40876e

View File

@ -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',