Clean up translate.o.o before vhost
Change-Id: If6a52e35dec57de0558b1f48bbdb76a98c4cbcc3
This commit is contained in:
parent
42e159434d
commit
37f3fed363
@ -1780,31 +1780,6 @@ node 'ask-staging.openstack.org' {
|
||||
}
|
||||
}
|
||||
|
||||
# Node-OS: trusty
|
||||
node 'translate.openstack.org' {
|
||||
class { 'openstack_project::server':
|
||||
iptables_public_tcp_ports => [80, 443],
|
||||
sysadmins => hiera('sysadmins', []),
|
||||
}
|
||||
class { 'openstack_project::translate':
|
||||
admin_users => 'aeng,camunoz,cboylan,daisyycguo,infra,jaegerandi,lyz,mordred,stevenk',
|
||||
openid_url => 'https://openstackid.org',
|
||||
listeners => ['ajp'],
|
||||
from_address => 'noreply@openstack.org',
|
||||
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 => '9.0.1',
|
||||
zanata_url => 'https://sourceforge.net/projects/zanata/files/webapp/zanata-war-3.7.3.war',
|
||||
zanata_checksum => '59f1ac35cce46ba4e46b06a239cd7ab4e10b5528',
|
||||
project_config_repo => 'https://git.openstack.org/openstack-infra/project-config',
|
||||
ssl_cert_file_contents => hiera('translate_ssl_cert_file_contents'),
|
||||
ssl_key_file_contents => hiera('translate_ssl_key_file_contents'),
|
||||
ssl_chain_file_contents => hiera('translate_ssl_chain_file_contents'),
|
||||
}
|
||||
}
|
||||
|
||||
# Node-OS: trusty
|
||||
# Node-OS: xenial
|
||||
node /^translate\d+\.openstack\.org$/ {
|
||||
|
Loading…
x
Reference in New Issue
Block a user