Add vhost on static.o.o for service-types.o.o

We want to publish json information from the service-types-authority to
service-types.openstack.org. We need a vhost for that, and also a
directory for the post job to copy data to.

Change-Id: Ia53a6e508e4b6d79fab08b4c51dc3ad97a929502
This commit is contained in:
Monty Taylor 2017-06-28 12:07:19 -05:00 committed by Jeremy Stanley
parent 5997f15c71
commit 9fdd972b59

View File

@ -484,6 +484,30 @@ class openstack_project::static (
require => User['jenkins'],
}
###########################################################
# service-types.openstack.org
::httpd::vhost { 'service-types.openstack.org':
port => 443, # Is required despite not being used.
docroot => '/srv/static/service-types',
priority => '50',
ssl => true,
template => 'openstack_project/static-https-redirect.vhost.erb',
vhost_name => 'service-types.openstack.org',
require => [
File['/srv/static/service-types'],
File[$cert_file],
File[$key_file],
],
}
file { '/srv/static/service-types':
ensure => directory,
owner => 'jenkins',
group => 'jenkins',
require => User['jenkins'],
}
# Until Apache 2.4.24 the event MPM has some issues scalability
# bottlenecks that were seen to drop connections, especially on