
By default the elasticsearch output plugin for logstash has no timeout. I think this is the cause of logstash daemons hanging when we have elasticsearch node outages. Goal here is to have the timeout force the request to be retried again (ideally against a different server entirely but even if it is simply retried to the same server we should operate properly again once the server that went down is back up). Change-Id: I0511f32f8ee3f0c40987cab3e2528a85595785b2
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
Jinja
37%
Python
36.7%
Shell
13.6%
Dockerfile
3.9%
JavaScript
3%
Other
5.8%