RETIRED, Puppet module for Subunit2sql
Go to file
Matthew Treinish 4037e7b1ba
Handle mqtt errors on failures before out_event is set
There are some conditions where we fail before out_event is defined. In
those cases the mqtt publish won't work and will raise an exception
because out_event is not defined. This commit addresses that by using
fields instead of out_event. (which is the original source for
out_event) Fields exists earlier and build_uuid always remains the same
across the 2 dicts. Additionally we define fields to an empty dict
outside of the try to ensure that in the off chance of a failure before
fields is defined we don't fail sending a failure on mqtt.

Change-Id: I546a2ee42ea0f67f35c5e132d51f239a32a5582e
2017-04-25 14:18:09 -04:00
files Handle mqtt errors on failures before out_event is set 2017-04-25 14:18:09 -04:00
manifests Add MQTT support to the gearman worker 2017-04-10 16:08:10 -04: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 Use new infra_spec_helper for gem dependencies 2016-06-21 18:40:25 -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.