RETIRED, Puppet module for Subunit2sql
Go to file
Matthew Treinish fa6b116168
Stop using a seperate retreiver thread
Since we recently switched from having 2 threads, 1 to retreive
subunit and 1 to process it, to having a single thread do both there
isn't any reason to launch to run that in a separate thread anymore.
This commit just removes the use of threading and runs everything in
the single process.

Change-Id: I5205fc73178b7d5a4bbee61e68b16b63499f5dd8
2016-04-20 16:13:26 -04:00
files Stop using a seperate retreiver thread 2016-04-20 16:13:26 -04:00
manifests Ensure worker log dir is created 2016-03-07 12:09:14 -05:00
spec Fix target path for regular git clone during tests 2015-08-19 16:42:35 -07:00
templates Switch /etc/logstash to /etc/subunit2sql 2016-03-04 15:29:15 -05:00
.gitignore Add Gemfile and puppet 4 checks 2015-08-13 18:38:02 -07:00
.gitreview Add standard puppet module files and .gitreview 2015-01-29 08:13:02 -06:00
Gemfile Pin google-api-client; sanitize Gemfile 2016-04-14 15:24:32 -07:00
LICENSE Add missing LICENSE file 2015-01-29 23:00:06 +00:00
README.md Add standard puppet module files and .gitreview 2015-01-29 08:13:02 -06:00
Rakefile Add standard puppet module files and .gitreview 2015-01-29 08:13:02 -06:00
metadata.json Replace ci.o.o links with docs.o.o/infra 2015-05-14 21:38:19 +00:00

README.md

OpenStack Subunit2sql Module

Overview

Installs and configures subunit2sql - a tool to convert subunit results into a SQL database.