Ramy Asselin
be4aff60dc
Add support for running Zuul on Trusty
Puppet install zuul on Ubuntu 14.04 Trusty fails because Apache/2.4.7 does not have mod_mem_cache. According to [1], we should use mod_cache_disk instead. "These modules have been removed: mod_authn_default, mod_authz_default, mod_mem_cache. If you were using mod_mem_cache in 2.2, look at mod_cache_disk in 2.4." Add configuration to cache /status.json using mod_cache_disk. Allow access to the 'DocumentRoot' path, which is disallowed on 14.04 by default. [1] http://httpd.apache.org/docs/trunk/upgrading.html Change-Id: I734b5c45e1e088364328e9fc5ec5932d3bfe32c5
Puppet Modules
These are a set of puppet manifests and modules that are currently being used to manage the OpenStack Project infrastructure.
The main entry point is in manifests/site.pp.
In general, most of the modules here are designed to be able to be run either in agent or apply mode.
These puppet modules require puppet 2.7 or greater. Additionally, the site.pp manifest assumes the existence of hiera.
See http://ci.openstack.org for more information.
Documentation
The documentation presented at http://ci.openstack.org comes from git://git.openstack.org/openstack-infra/system-config repo's docs/source. To build the documentation use
$ tox -evenv python setup.py build_sphinx
Description
Languages
Python
37.1%
Jinja
36.7%
Shell
13.6%
Dockerfile
3.8%
JavaScript
3%
Other
5.8%