
In order to run the script directly in the test, the script needs to have the executable bit set. Currently, the test is failing with a "Permission denied" error when attempting to run the script. We also need to run install_modules.sh in the logstash-filters test, so move that invocation to the shared prep-apply.sh script. The vcsrepo puppet define doesn't understand revisions of the form "refs/zuul/foo", so instead parse the HEAD sha and pass that to vcsrepo. Finally, we need to ensure that $elasticsearch_nodes is populated with an array, otherwise the function @elasticsearch_nodes.map in the output.conf template will fail. Change-Id: Ic1ab6d04232abb3cf347f0d27afbf9172f62b0e4
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://docs.openstack.org/infra/system-config for more information.
Documentation
The documentation presented at http://docs.openstack.org/infra/system-config 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
36.8%
Jinja
36.8%
Shell
13.6%
Dockerfile
3.9%
JavaScript
3%
Other
5.9%