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:
parent
205c687115
commit
e0588e2f9f
@ -259,16 +259,18 @@ class openstack_project::static (
|
|||||||
}
|
}
|
||||||
|
|
||||||
###########################################################
|
###########################################################
|
||||||
# Governance & Election
|
# Governance (TC and UC) & Election
|
||||||
|
|
||||||
# Extra aliases and directories needed for vhost template:
|
# Extra aliases and directories needed for vhost template:
|
||||||
$governance_aliases = {
|
$governance_aliases = {
|
||||||
'/election/' => '/srv/static/election/'
|
'/election/' => '/srv/static/election/',
|
||||||
|
'/uc/' => '/srv/static/uc/',
|
||||||
}
|
}
|
||||||
# One of these must also be the docroot
|
# One of these must also be the docroot
|
||||||
$governance_directories = [
|
$governance_directories = [
|
||||||
'/srv/static/election',
|
'/srv/static/election',
|
||||||
'/srv/static/governance',
|
'/srv/static/governance',
|
||||||
|
'/srv/static/uc',
|
||||||
]
|
]
|
||||||
|
|
||||||
::httpd::vhost { 'governance.openstack.org':
|
::httpd::vhost { 'governance.openstack.org':
|
||||||
|
Loading…
x
Reference in New Issue
Block a user