Manage zuul status backups directly
We were previously creating zuul status backups for http and https endpoints. We really only need them for the https endpoint. Additionally backup our kata-containers tenant. Depends-On: https://review.openstack.org/642896 Change-Id: I35a58b2faf3234aa0f3c04e5a682c8f9f9111898
This commit is contained in:
parent
41bf1244bf
commit
1de45463c8
@ -942,6 +942,8 @@ node /^zuul\d+\.open.*\.org$/ {
|
||||
}
|
||||
|
||||
class { '::zuul::web':
|
||||
# We manage backups below
|
||||
enable_status_backups => false,
|
||||
vhosts => {
|
||||
'zuul.openstack.org' => {
|
||||
port => 443,
|
||||
@ -1008,6 +1010,18 @@ node /^zuul\d+\.open.*\.org$/ {
|
||||
},
|
||||
}
|
||||
|
||||
zuul::status_backups { 'openstack-zuul-tenant':
|
||||
tenant_name => 'openstack',
|
||||
ssl => true,
|
||||
status_uri => 'https://zuul.opendev.org/api/tenant/openstack/status',
|
||||
}
|
||||
|
||||
zuul::status_backups { 'kata-zuul-tenant':
|
||||
tenant_name => 'kata-containers',
|
||||
ssl => true,
|
||||
status_uri => 'https://zuul.opendev.org/api/tenant/kata-containers/status',
|
||||
}
|
||||
|
||||
class { '::zuul::fingergw': }
|
||||
|
||||
class { '::zuul::known_hosts':
|
||||
|
Loading…
x
Reference in New Issue
Block a user