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:
Thierry Carrez 2013-05-21 11:51:13 +02:00 committed by Jenkins
parent 0d52dff2dc
commit 8a646a626a
2 changed files with 2 additions and 1 deletions

View File

@ -272,6 +272,6 @@ class openstack_project::static (
releasestatus::site { 'releasestatus':
configfile => 'integrated.yaml',
httproot => '/srv/static/release.new',
httproot => '/srv/static/release',
}
}

View File

@ -36,6 +36,7 @@ NameVirtualHost <%= vhost_name %>:<%= port %>
</Location>
Alias /reviews /srv/static/reviewday
Alias /release.new /srv/static/release
<Directory <%= docroot %>>
Options <%= options %>