System configuration for the OpenDev Collaboratory
d21d6ff541
sqlalchemy-migrate tests should be run for all Python/SQLAlchemy versions combinations, we claim to support, which include: Python versions 2.6.x and 2.7.x, SQLAlchemy versions 0.7.x and 0.8.x. py26/py27 tox envs install the latest stable version of SQLAlchemy (currently, 0.8.x branch), so two additional tox environments and corresponding Jenkins jobs are added to run the test suite with SQLAlchemy 0.7.x (for both Python 2.6 and 2.7). Related change in sqlalchemy-migrate: I50c7009d8b808ce3bbb1f0a27c50f5cb5116cdb3 Change-Id: Iea900c69d35a9c083147f115051d6656d8ea5d24 |
||
---|---|---|
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.