RETIRED, Puppet module for Gerrit
Go to file
Clark Boylan a52cab89f3 Support setting accountPatchReviewDb.url in config
Add accountPatchReviewDb.url as a configurable option to the secure
config file (we put it in secure config as the url likely contains a
database password in it). This is a new database in Gerrit 2.13 which
will default to using an H2 db in review_site/db if a url is not
specified.

Note that this database must have a different name than the review
database (called 'reviewdb' by this module) and if they are the same
that database will be dropped and you will have a sad afternoon.

Change-Id: Ifc04395f076200a68e6398190a0712c80e5278c6
2017-06-27 09:56:31 -07:00
files Make mysql clients assume utf8 character encoding 2015-04-17 15:09:24 -07:00
manifests Support setting accountPatchReviewDb.url in config 2017-06-27 09:56:31 -07:00
spec Make beaker tests work on xenial 2017-06-11 13:07:52 +02:00
templates Support setting accountPatchReviewDb.url in config 2017-06-27 09:56:31 -07: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 Use new infra_spec_helper for gem dependencies 2016-06-21 23:51:32 -07: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
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.