System configuration for the OpenDev Collaboratory
97ce5f0f5d
Cookiecutter is a project that creates skeleton projects from a set of templates. Since there are at least a few different files to set up for an openstack-compliant project, let's maintain a set of templates. After this has landed, we should add support to manage_projects to use cookiecutter to create the initial empty repo. Change-Id: Iad67d289df1d37c1e8172e18b4903ca8ab278fa5 |
||
---|---|---|
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.