
* modules/openstack_project/manifests/logstash.pp: Run the Jenkins log pusher script as a service. This is the first step in making Logstash use the TCP inputs instead of pipe inputs. * modules/openstack_project/files/logstash/jenkins-log-pusher.init: Add a simple init script for the Jenkins log pusher. * modules/openstack_project/templates/logstash/indexer.conf.erb: Switch to TCP input instead of pipe input as the new Jenkins log pusher service will push log events over TCP. Change-Id: Id80c710abd5facd71d18afb2b250b2d7d92dec2d Reviewed-on: https://review.openstack.org/28074 Reviewed-by: Jeremy Stanley <fungi@yuggoth.org> Reviewed-by: James E. Blair <corvus@inaugust.com> Approved: 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 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%