James E. Blair
8b6ddee89a
Add script to log jenkins sudo attempts.
By running this script before and after test runs, we can see if there have been any sudo attempts by jenkins. If there have been, we can fail the test run. The script outputs any new jenkins sudo attempts found, so it will show up in the console log. The script needs to be run as root, so a sudoers file is added to allow jenkins to run it. Change-Id: I4a4373d085ff7717d022880b3ab6110100371c4c Reviewed-on: https://review.openstack.org/12361 Reviewed-by: Clark Boylan <clark.boylan@gmail.com> Approved: James E. Blair <corvus@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
Python
37.1%
Jinja
36.6%
Shell
13.6%
Dockerfile
3.8%
JavaScript
3%
Other
5.9%