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:
parent
5eade2add8
commit
ff0579ad5c
@ -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,
|
||||
}
|
||||
}
|
||||
|
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user