Add zuulci.org Web site redirects

Alias the zuulci.org and www.zuulci.org typos to the zuul-ci.org
site, now that we serve the domain for them from our nameservers.
The openstack_project::website class will automatically perform a
permanent redirect to the canonical site name.

Change-Id: I02ff1caf874bb1b922afaf9f60eca53c4f53aee6
This commit is contained in:
Jeremy Stanley 2018-05-15 18:19:06 +00:00
parent ff0579ad5c
commit 229da319f6
1 changed files with 1 additions and 1 deletions

View File

@ -704,7 +704,7 @@ node /^files\d*\.openstack\.org$/ {
}
openstack_project::website { 'zuul-ci.org':
aliases => ['www.zuul-ci.org'],
aliases => ['www.zuul-ci.org', 'zuulci.org', 'www.zuulci.org'],
ssl_cert => hiera('zuul-ci_org_ssl_cert'),
ssl_key => hiera('zuul-ci_org_ssl_key'),
ssl_intermediate => hiera('zuul-ci_org_ssl_intermediate'),