Move translate.openstack.org to Zanata 3.7.3

Remove the Zanata URL and checksum from translate.openstack.org. Due to
the latest change in puppet-zanata, this will upgrade it to version
3.7.3. Remove it entirely so that the checksum type can be updated in
puppet-zanata, and then it will be added back here to make sure
translate doesn't upgrade without us watching.

Change-Id: Ic98b9a76f2d2b7a9c3ca42f704a62336e8e0050c
Depends-On: If794ec02cbecfde370304c41bad8cd011800fb2e
This commit is contained in:
Steve Kowalik 2015-10-08 14:35:01 +11:00
parent 7596ddf6c6
commit 14ba55836a
2 changed files with 0 additions and 6 deletions

View File

@ -973,8 +973,6 @@ node 'translate.openstack.org' {
zanata_server_user => hiera('proposal_zanata_user', 'XXX'),
zanata_server_api_key => hiera('proposal_zanata_api_key', 'XXX'),
zanata_wildfly_version => '9.0.1',
zanata_url => 'https://sourceforge.net/projects/zanata/files/webapp/zanata-war-3.7.1.war',
zanata_checksum => 'b741fac8cf7d11c9b15189e6899051eb',
project_config_repo => 'https://git.openstack.org/openstack-infra/project-config',
ssl_cert_file_contents => hiera('translate_ssl_cert_file_contents', 'XXX'),
ssl_key_file_contents => hiera('translate_ssl_key_file_contents', 'XXX'),

View File

@ -23,8 +23,6 @@ class openstack_project::translate(
$zanata_server_user = '',
$zanata_server_api_key = '',
$zanata_wildfly_version = '',
$zanata_url = '',
$zanata_checksum = '',
$project_config_repo = '',
$openid_url = '',
$vhost_name = $::fqdn,
@ -52,8 +50,6 @@ class openstack_project::translate(
zanata_admin_users => $admin_users,
zanata_default_from_address => $from_address,
zanata_wildfly_version => $wildfly_version,
zanata_url => $zanata_url,
zanata_checksum => $zanata_checksum,
}
class { '::zanata::apache':