
* modules/jenkins/manifests/params.pp * modules/jenkins/manifests/slave.pp: The conditional check introduced in the Jenkins slave manifest in commit 3c7af7d was only a half-fix since the python3 pip provider lacked a similar check, so depending on the order in which it's puppeted the conflict could still arise. Since this package is not needed on non-py3k slaves, we can just remove it from the slave manifest and expect slaves which do need it to get it from the pip puppet module instead. Change-Id: If22aaa1319b61aa58306036a03843fa0cc79b34c
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%