System configuration for the OpenDev Collaboratory
b8764f9551
the recheck template was very expansive, which often meant that a busy bug would take over the entire default window. Instead of displaying things in <li>, make them lists on a single line. Adjust whitespace on h3s so that they visually are attached to the item they explain. Default h* spacing rules in html are actually typically backwards, and require you to put a visual artifact above them to imply the grouping you want. Put a (closed) at the end of the title about bugs that are closed, to give some indication about why they were shifted down the list. It also deletes some errant trailing spaces, sorry about the unrelated change there, but my emacs is configured to do that on every save. Change-Id: I7869aa8a5b41f2f8826f61b8052933de659cb6cd Reviewed-on: https://review.openstack.org/23341 Reviewed-by: James E. Blair <corvus@inaugust.com> Reviewed-by: Clark Boylan <clark.boylan@gmail.com> Approved: Clark Boylan <clark.boylan@gmail.com> Tested-by: Jenkins |
||
---|---|---|
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.