Create space for governance.o.o/uc publication

The governance.o.o website will provide a space for publication
of User Committee documents (openstack/governance-uc) under
governance.o.o/uc/, under a model similar to what was followed
for /election.

Change-Id: I8bb109c38832b04440210f7be6bb18d25b91750d
This commit is contained in:
Thierry Carrez 2016-09-05 14:18:31 +02:00
parent 205c687115
commit e0588e2f9f

View File

@ -259,16 +259,18 @@ class openstack_project::static (
}
###########################################################
# Governance & Election
# Governance (TC and UC) & Election
# Extra aliases and directories needed for vhost template:
$governance_aliases = {
'/election/' => '/srv/static/election/'
'/election/' => '/srv/static/election/',
'/uc/' => '/srv/static/uc/',
}
# One of these must also be the docroot
$governance_directories = [
'/srv/static/election',
'/srv/static/governance',
'/srv/static/uc',
]
::httpd::vhost { 'governance.openstack.org':