RETIRED, Puppet module for Subunit2sql
Go to file
Matthew Treinish d31b5d9710
Make subunit2sql population single threaded
This commit switches the gearman worker to handle both retrieving the
subunit file and populating the DB with that data in a single thread.
This is as opposed to pushing it on an in memory queue and processing
the streams in a separate thread. This should have 2 major benefits
first it should make the behavior much more consistent, we'll only
send work completed to the gearman server after data is already in
the db. It should also significantly improve our memory consumption.

Change-Id: Ifaac2f150e26158b0a22e1c33e0c5d39c10182a4
2016-04-08 14:59:07 -04:00
files Make subunit2sql population single threaded 2016-04-08 14:59:07 -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 Add Gemfile and puppet 4 checks 2015-08-13 18:38:02 -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.