System configuration for the OpenDev Collaboratory
7780ef382a
The Zuul service opens a lot of TCP connections and files resulting in many open file descriptors. The default limit of 2048 is bumped into regularly. Bump the limit to 8192 when starting the Zuul service to give it breathing room to grow into. Change-Id: I9a3aee664c1c6c6139b012fc3dc0631725f59741 |
||
---|---|---|
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.