Create publish space for SIGs under governance.o.o

Create space for publication of the content from the
upcoming openstack/governance-sigs repository under
governance.o.o.

Change-Id: I5d30976f00418b6d8002e5db86343fdb7459d32e
This commit is contained in:
Thierry Carrez 2017-11-23 14:10:02 +01:00
parent 42e159434d
commit 9ccb2fb522

View File

@ -324,6 +324,7 @@ class openstack_project::static (
# Extra aliases and directories needed for vhost template:
$governance_aliases = {
'/election/' => '/srv/static/election/',
'/sigs/' => '/srv/static/sigs/',
'/tc/' => '/srv/static/tc/',
'/uc/' => '/srv/static/uc/',
}
@ -338,6 +339,7 @@ class openstack_project::static (
$governance_directories = [
'/srv/static/election',
'/srv/static/governance',
'/srv/static/sigs',
'/srv/static/tc',
'/srv/static/uc',
]