Add a governance.openstack.org site for policies

This is the Apache vhost definition providing a place to host
governance policy documents, which will be auto-published in a
continuous fashion from files in the openstack/governance repo.

Change-Id: I5df3dc0d8288840def27333d7b49a658c5c7e890
This commit is contained in:
Jeremy Stanley 2014-11-02 15:25:08 +00:00
parent ff55bbcbfc
commit c8073683fb

View File

@ -217,6 +217,23 @@ class openstack_project::static (
force => true,
}
###########################################################
# Governance
apache::vhost { 'governance.openstack.org':
port => 80,
priority => '50',
docroot => '/srv/static/governance',
require => File['/srv/static/governance'],
}
file { '/srv/static/governance':
ensure => directory,
owner => 'jenkins',
group => 'jenkins',
require => User['jenkins'],
}
###########################################################
# Specs