RETIRED, Puppet module for Subunit2sql
Go to file
Matthew Treinish 8b8b088640
Stop attempting to run a mysqldump before migrations
The pre-migration mysqldump was added so we would have a backup to
restore to in case a migration went south. However, given the size of
the DB, and the times involved in both writing a backup and restoring
from one (which takes days) this isn't very practical. Also, whether
there is enough local disk on logstash.o.o where this will be run is
not entirely clear. Given this we should just abandon this idea before
we begin and just pray that a migration never goes south. (which is
probably a terrible assumption given that I've written most of them)

If/when we consider the data in the subunit2sql database valuable
enough to warrant backing up we can investigate using a real
multi-region periodic backup solution.

Change-Id: I59fb90811d2c9d300d6be7cb876997fd3f35d9bd
2015-11-17 20:33:30 -05:00
files Ensure we pass a StringIO object to subunit_read 2015-10-13 20:25:44 -04:00
manifests Stop attempting to run a mysqldump before migrations 2015-11-17 20:33:30 -05:00
spec Fix target path for regular git clone during tests 2015-08-19 16:42:35 -07:00
templates Add option to disable uneccesary data migration 2015-03-06 15:23:05 -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.