
puppet was throwing the following error.. nodepool.image.build.rax-iad.bare-centos6: Could not find dependent Exec[update-java-alternatives] for Package[ant] at | /root/config/modules/jenkins/manifests/slave.pp:86 because update-java-alternatives was only defined for debian, not for redhat systems. This change adds java alternatives update to redhat. Needed to change 'java-1.7.0-openjdk' to 'java-1.7.0-openjdk-devel' because 'java-1.7.0-openjdk' does not install the javac compiler. We are setting alternatives for debian and centos but not for fedora because the java 6 packages are not available on fedora. Change-Id: I04b3e8292d3f31cd56ada9be99da8a234e13585a
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
37%
Python
36.7%
Shell
13.6%
Dockerfile
3.9%
JavaScript
3%
Other
5.8%