Merge "Enable log export and webapp for nodepool"

This commit is contained in:
Zuul 2018-02-26 00:19:48 +00:00 committed by Gerrit Code Review
commit a0802f70a8
1 changed files with 2 additions and 0 deletions

View File

@ -1056,6 +1056,7 @@ node /^nl\d+\.openstack\.org$/ {
statsd_host => 'graphite.openstack.org',
revision => 'master',
python_version => 3,
enable_webapp => true,
}
file { '/home/nodepool/.config/openstack/infracloud_vanilla_cacert.pem':
@ -1122,6 +1123,7 @@ node /^nb\d+\.openstack\.org$/ {
class { '::openstackci::nodepool_builder':
nodepool_ssh_public_key => hiera('zuul_worker_ssh_public_key_contents'),
vhost_name => $::fqdn,
enable_build_log_via_http => true,
project_config_repo => 'https://git.openstack.org/openstack-infra/project-config',
oscc_file_contents => $clouds_yaml,
statsd_host => 'graphite.openstack.org',