Merge "Add docs.starlingx.io vhost"

This commit is contained in:
Zuul 2018-10-02 20:05:23 +00:00 committed by Gerrit Code Review
commit 0027336f45
1 changed files with 9 additions and 0 deletions

View File

@ -552,6 +552,15 @@ node /^files\d*\.openstack\.org$/ {
require => Class['Openstack_project::Server'],
}
openstack_project::website { 'docs.starlingx.io':
volume_name => 'starlingx.io',
aliases => [],
ssl_cert => hiera('docs_starlingx_io_ssl_cert'),
ssl_key => hiera('docs_starlingx_io_ssl_key'),
ssl_intermediate => hiera('docs_starlingx_io_ssl_intermediate'),
require => Class['openstack_project::files'],
}
openstack_project::website { 'zuul-ci.org':
aliases => ['www.zuul-ci.org', 'zuulci.org', 'www.zuulci.org'],
ssl_cert => hiera('zuul-ci_org_ssl_cert'),