Add http vhosts for zuul.o.o

We missed this when adding zuul.opendev.org. The old setup added vhosts
for port 80 and 443. Explicitly add these back in here.

Change-Id: I945d1d82da297a4fb643afc2513928268578a4f4
This commit is contained in:
Clark Boylan 2019-01-29 15:20:00 -08:00
parent a902797fc9
commit df6edc372a
1 changed files with 24 additions and 0 deletions

View File

@ -930,6 +930,22 @@ node /^zuul\d+\.open.*\.org$/ {
template => 'zuul/zuulv3.vhost.erb',
vhost_name => 'zuul.opendev.org',
},
'zuul.openstack.org-http' => {
port => 80,
docroot => '/opt/zuul-web/content',
priority => '50',
ssl => false,
template => 'zuul/zuulv3.vhost.erb',
vhost_name => 'zuul.openstack.org',
},
'zuul.opendev.org-http' => {
port => 80,
docroot => '/opt/zuul-web/content',
priority => '40',
ssl => false,
template => 'zuul/zuulv3.vhost.erb',
vhost_name => 'zuul.opendev.org',
},
},
vhosts_flags => {
'zuul.openstack.org' => {
@ -940,6 +956,14 @@ node /^zuul\d+\.open.*\.org$/ {
tenant_name => '',
ssl => true,
},
'zuul.openstack.org-http' => {
tenant_name => 'openstack',
ssl => false,
},
'zuul.opendev.org-http' => {
tenant_name => '',
ssl => false,
},
},
vhosts_ssl => {
'zuul.openstack.org' => {