System configuration for the OpenDev Collaboratory
edfc75e027
* modules/jenkins/files/slave_scripts/gerrit-git-prep.sh: The git-clone subcommand fails spectacularly when its destination is set to a non-empty directory. In the case of gerrit-git-prep this can happen when files are left behind in a workspace with no .git tree, and then the job is changed to run GGP later. Work around it by forcibly removing any previous workspace contents before cloning, but show a listing of any contents first for the benefit of troubleshooting such situations. Change-Id: I0662ee68ee2a0e7a66a4d85c8cc7aea8bf0c17c0 |
||
---|---|---|
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.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.