
Previously you could not use the Jenkins module to go from fresh host to running jenkins. There were two problems. 1. jenkins::master does not explicitly create a jenkins user which is required by Zuul. Instead the jenkins deb package creates the users. Zuul File resources that need the jenkins user should require the jenkins package. 2. jenkins::master did not install Bazaar but attempted to run a service that depended on bzr. Correct these two errors (require jenkins package and remove bzr service). Change-Id: Ib2d6f58fbcd456781f10cf2ceefc11503d6f92f2 Reviewed-on: https://review.openstack.org/13926 Reviewed-by: Paul Belanger <paul.belanger@polybeacon.com> Reviewed-by: James E. Blair <corvus@inaugust.com> Approved: Clark Boylan <clark.boylan@gmail.com> Reviewed-by: Clark Boylan <clark.boylan@gmail.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
36.9%
Python
36.8%
Shell
13.6%
Dockerfile
3.8%
JavaScript
3%
Other
5.9%