Add docs.starlingx.io vhost
Change-Id: I91e773bc1b4bd49f855d1b0acee673d70d51e4ba Signed-off-by: Dean Troyer <dtroyer@gmail.com>
This commit is contained in:
parent
b7ff8d9c8c
commit
ecd3357790
@ -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'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user