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:
parent
a902797fc9
commit
df6edc372a
@ -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' => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user