Merge "Create space for governance.o.o/uc publication"
This commit is contained in:
commit
07e4b3ce83
@ -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