a798af1228

* modules/jenkins/files/slave_scripts/jenkins-oom-grep.sh: Script to compare "pre" and "post" snapshots of dmesg output, looking for any oom-killer kernel messages which occurred between. If it finds at least one, all kernel messages which arrived during the test are printed to stdout and the script subsequently ends with an exit code of 1. If none are found, no output is generated and the script exits normally. * modules/jenkins/files/slave_scripts/run-tox.sh: Add "pre" and "post" calls to jenkins-oom-grep.sh, printing a notice about out-of-memory conditions if the "post" invocation exits nonzero. Change-Id: Ib28f528fe1c4b3ccc2b3669e1f602609d7560e2e Reviewed-on: https://review.openstack.org/13477 Reviewed-by: Clark Boylan <clark.boylan@gmail.com> Approved: Monty Taylor <mordred@inaugust.com> Reviewed-by: Monty Taylor <mordred@inaugust.com> Tested-by: Jenkins
These are a set of puppet manifests and modules that are currently being used to manage the OpenStack CI infrastructure.
The main entry point is in manifests/site.py.
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.
Description
Languages
Jinja
37%
Python
36.7%
Shell
13.6%
Dockerfile
3.9%
JavaScript
3%
Other
5.8%