RETIRED, Puppet module for Gerrit
Go to file
Colleen Murphy 86c008cca4 Fix beaker tests
On puppet 4, the tests were failing because the new ordering algorithm
caused the gerrit initializer exec resource to happen before the
database was set up. This patch adds an explicit ordering to the
gerrit::mysql class in the test fixtures to ensure the database is set
up first. This shouldn't be an issue in real life because we don't use
puppet to set up the database.

Also override the vhost_name and canonical server name parameters with
'localhost' since the $fqdn fact on test nodes can be wonky without some
extra setup.

Also add a conditional to the ssl-cert group exec so that it doesn't run
every time. Unfortunately this is not enough to make the tests
idempotent since the tidy resource behaves strangely when the directory
contains a symlink.

Change-Id: I56174d98496cd640b5b6490650a643c1aed740f7
2018-07-13 15:52:23 +02:00
files Stop supporting the Contact Store feature 2017-08-07 18:16:56 +00:00
manifests Allow configuring account/group cache limits 2017-09-19 09:47:45 -07:00
spec/acceptance Fix beaker tests 2018-07-13 15:52:23 +02:00
templates Override the cgit url settings in gerrit 2017-09-19 16:21:20 -05:00
.gitignore Add acceptance tests for puppet-gerrit 2015-08-26 14:26:35 -03:00
.gitreview Add standard puppet module files and .gitreview 2015-01-28 14:52:03 -06:00
Gemfile Switch to using openstack-infra/puppet-openstack_infra_spec_helper 2018-03-19 15:52:04 -04:00
LICENSE Add missing LICENSE file 2015-01-29 22:57:11 +00:00
README.md Add standard puppet module files and .gitreview 2015-01-28 14:52:03 -06:00
Rakefile Add standard puppet module files and .gitreview 2015-01-28 14:52:03 -06:00
bindep.txt Add bindep.txt file 2017-05-01 21:08:29 -04:00
metadata.json Replace ci.o.o links with docs.o.o/infra 2015-05-14 21:38:17 +00:00

README.md

OpenStack Gerrit Module

Overview

Install and configure Gerrit.