System configuration for the OpenDev Collaboratory
e6d78af997
The logstash-indexer services sometimes fall out of the elasticsearch cluster when it is under heavy load and unable to respond to pings. Logstash doesn't do anything to reconnect :( so restart the service if a node detects that it has fallen out of the cluster. Upstream bug submitted at https://logstash.jira.com/browse/LOGSTASH-1951 Change-Id: I2e7767c5fe20cff279366fec2ddadd7710dbb4a9 |
||
---|---|---|
doc/source | ||
launch | ||
manifests | ||
modules | ||
tools | ||
.gitignore | ||
.gitreview | ||
install_jenkins_slave.sh | ||
install_modules.sh | ||
install_puppet.sh | ||
Rakefile | ||
README.md | ||
run_puppet.sh | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
test.sh | ||
tox.ini |
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.