Expose releasestatus under status.o.o/release.new
Deploy releasestatus site at /srv/static/release and add an alias to expose that directory under status.o.o/release.new (current deploy location at /srv/static/release.new was actually not exposed). That will allow to check everything runs properly before we switch the main status.o.o/release alias to /srv/static/release. Change-Id: I113b6a6a914a42330927783793ad078ebe390e13 Reviewed-on: https://review.openstack.org/29895 Reviewed-by: Clark Boylan <clark.boylan@gmail.com> Approved: Jeremy Stanley <fungi@yuggoth.org> Reviewed-by: Jeremy Stanley <fungi@yuggoth.org> Tested-by: Jenkins
This commit is contained in:
parent
0d52dff2dc
commit
8a646a626a
modules/openstack_project
@ -272,6 +272,6 @@ class openstack_project::static (
|
||||
|
||||
releasestatus::site { 'releasestatus':
|
||||
configfile => 'integrated.yaml',
|
||||
httproot => '/srv/static/release.new',
|
||||
httproot => '/srv/static/release',
|
||||
}
|
||||
}
|
||||
|
@ -36,6 +36,7 @@ NameVirtualHost <%= vhost_name %>:<%= port %>
|
||||
</Location>
|
||||
|
||||
Alias /reviews /srv/static/reviewday
|
||||
Alias /release.new /srv/static/release
|
||||
|
||||
<Directory <%= docroot %>>
|
||||
Options <%= options %>
|
||||
|
Loading…
x
Reference in New Issue
Block a user