Merge "Add docs.starlingx.io vhost"
This commit is contained in:
commit
0027336f45
@ -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…
Reference in New Issue
Block a user