
The script allows a node 15 minutes to boot. Additionally, a bit of time is needed afterwords to add it to Jenkins. Increase the timeout of the launch job from 10 to 20 minutes so that entire process is more likely to occur within one run of the job. The job itself is still scheduled to run every 10 minutes, so if this proceeds quickly, we will still start a launch job every 10 minutes. If things are slow, we may only run it every 20 minutes in the worst case. The job is not allowed to have concurrent runs so this is safe, and the n+1 job will simply be queued. Change-Id: I879c4d309116f1b0517d878b7365ebc29b27f547
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.
Description
Languages
Jinja
36.9%
Python
36.8%
Shell
13.6%
Dockerfile
3.8%
JavaScript
3%
Other
5.9%