Upgrade translate-dev.o.o to Zanata 4.3.3

Fixed the OpenID issue https://zanata.atlassian.net/browse/ZNTA-2303

To solve the account issues on translate-dev.o.o described in
https://etherpad.openstack.org/p/translate-dev-openstackid-issues
the team decided to start with with a fresh installation instead
repair the individual accounts.
Please do before apply puppet on mysql:

drop database zanata;
create database zanata;

A new schema will be created during deployment process automatically.
Admin user will be created from admin_users variable from system-config
manifest. The user must be registered with this username after that.

Change-Id: I9658c9e3ac7968ec4ce4309512f62ceb0b080028
This commit is contained in:
Frank Kloeker 2018-01-08 13:44:31 +01:00
parent a9a9d66ea0
commit dc767ea637

View File

@ -55,8 +55,8 @@ class openstack_project::translate_dev(
zanata_admin_users => $admin_users,
zanata_default_from_address => $from_address,
zanata_main_version => 4,
zanata_url => 'https://github.com/zanata/zanata-platform/releases/download/platform-4.3.1/zanata-4.3.1-wildfly.zip',
zanata_checksum => 'f7c629e302c835d61789e26b2d382805f4e685c2',
zanata_url => 'https://github.com/zanata/zanata-platform/releases/download/platform-4.3.3/zanata-4.3.3-wildfly.zip',
zanata_checksum => 'eaf8bd07401dade758b677007d2358f173193d17',
zanata_wildfly_version => '10.1.0',
zanata_wildfly_install_url => 'https://repo1.maven.org/maven2/org/wildfly/wildfly-dist/10.1.0.Final/wildfly-dist-10.1.0.Final.tar.gz',
require => [