RETIRED, Puppet module for Gerrit
Go to file
Colleen Murphy 61f6803f1e Make beaker tests work on xenial
Remove all spec assertions for the existence of files. We can assume
that if the puppet finished successfully then the config files were also
laid down correctly. We remove these checks instead of updating the test
for /home/gerrit/id_rsa.pub which was moved to
/home/gerrit/.ssh/id_rsa.pub.

Remove all spec assertions for the existence of packages. Again, we can
assume that if puppet finished successfully then the package was found
and installed. We remove these checks instead of updating the test for
the JRE package to point to the new Xenial package.

Don't set java_home in the gerrit class since the module should be
setting the right default for us based on the release.

Make mysql config changes prompt a service restart (only in the
fixture). gerrit::mysql sets sql-mode to remove NO_ZERO_DATE, but the
mysql module doesn't restart the service by default when the config
changes and bindep preinstalls mysql so the service is already started
when my.cnf is set.

Update the beaker nodeset and spec helper to run on xenial and install
puppet from the Ubuntu repos instead of from puppetlabs since puppetlabs
doesn't support puppet 3 on xenial.

Change-Id: I0b6db86a76fc532443f80d6cbed2b1ef6ca9605e
2017-06-11 13:07:52 +02:00
files Make mysql clients assume utf8 character encoding 2015-04-17 15:09:24 -07:00
manifests Make gerrit work on xenial 2017-06-11 11:54:28 +02:00
spec Make beaker tests work on xenial 2017-06-11 13:07:52 +02:00
templates Add apache2.4 acls and permission to gerrit static dir 2016-09-26 08:52:11 -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.