RETIRED, Puppet module to manage log processor
Go to file
Clark Boylan 8491d10d26 Decouple log processing from logstash
As part of the move to logstash 2.0 we are relying on upstream packaging
for logstash. This packaging replaces a lot of the micromanagement of
users and groups and dirs that was done in puppet for logstash. This is
great news because its less work for us but means that the log
processors can't rely on puppet resources for those items and we don't
actually want to install logstash package everywhere we run log
processor daemons.

Since the log processors don't need a logstash service running and
actually don't need any of the logstash stuff at all decouple them
completely and have the log processor daemons use their own user, group,
log dir, config dir, etc. With this in place we can easily switch to
using the logstash packages only where we actually need logstash to be
running.

Change-Id: I2354fbe9d3ab25134c52bfe58f562dfdf9ff6786
2016-03-09 13:52:35 -08:00
files Decouple log processing from logstash 2016-03-09 13:52:35 -08:00
manifests Decouple log processing from logstash 2016-03-09 13:52:35 -08:00
spec Fix target path for regular git clone during tests 2015-08-19 16:39:19 -07:00
templates Decouple log processing from logstash 2016-03-09 13:52:35 -08:00
.gitignore Add Gemfile and puppet 4 checks 2015-08-03 22:33:26 -07:00
.gitreview Add puppet module files for log processor 2015-01-29 14:52:17 -08:00
Gemfile Add Gemfile and puppet 4 checks 2015-08-03 22:33:26 -07:00
LICENSE Add puppet module files for log processor 2015-01-29 14:52:17 -08:00
README.md Add puppet module files for log processor 2015-01-29 14:52:17 -08:00
Rakefile Add puppet module files for log processor 2015-01-29 14:52:17 -08:00
metadata.json Decouple log processing from logstash 2016-03-09 13:52:35 -08:00

README.md

OpenStack Log Processor Module

This module installs and configures Log Processor