Add zuulci.org typo domain

In an effort to thwart egregious typosquatting, host a zuulci.org
domain which will serve as an alias for the canonical zuul-ci.org.

Change-Id: If878ab310acd513d981fd37e954b0abeb7a7ed76
Depends-On: https://review.openstack.org/568661
This commit is contained in:
Jeremy Stanley 2018-05-15 18:11:48 +00:00
parent 5eade2add8
commit ff0579ad5c
2 changed files with 5 additions and 1 deletions

View File

@ -928,7 +928,7 @@ node /^ns\d+\.openstack\.org$/ {
'adns1_zones' => {
allow_notify => dns_a('adns1.openstack.org'),
masters => dns_a('adns1.openstack.org'),
zones => ['zuul-ci.org'],
zones => ['zuul-ci.org', 'zuulci.org'],
tsig_name => $tsig_name,
}
}

View File

@ -116,6 +116,10 @@ class openstack_project::master_nameserver (
source => 'file:///opt/zone-zuul-ci.org/zones/zuul-ci.org',
require => Vcsrepo['/opt/zone-zuul-ci.org'],
}
openstack_project::master_zone { 'zuulci.org':
source => 'file:///opt/zone-zuul-ci.org/zones/zuulci.org',
require => Vcsrepo['/opt/zone-zuul-ci.org'],
}
exec { 'rndc_reload' :
command => 'rndc reload',