c4eaff3957
Upgrade gerrit to 2.3.0. Add management of the apache virtualhost. Remove gerrit body styling (including the javascript hack) in favor of using the gerrit theme config options for body styling. Keep header and top menu changes. This should make it easier to keep up with new gerrit versions without chasing weird GWT changes. Add management of the gerrit init script. Add management of MySQL. Add installation and upgrading of Gerrit. Change-Id: Idf9e551552d335a2ae82cd27a63edcf6daf94115
47 lines
1.0 KiB
Plaintext
47 lines
1.0 KiB
Plaintext
# This file is managed by puppet.
|
|
# https://github.com/openstack/openstack-ci-puppet
|
|
|
|
[gerrit]
|
|
basePath = git
|
|
canonicalWebUrl = <%= canonicalweburl %>
|
|
[database]
|
|
type = MYSQL
|
|
hostname = localhost
|
|
database = reviewdb
|
|
username = gerrit2
|
|
poolLimit = 32
|
|
connectionpool = true
|
|
[auth]
|
|
type = OPENID_SSO
|
|
openIdSsoUrl = <%= openidssourl %>
|
|
cookieSecure = true
|
|
contributorAgreements = true
|
|
[sendemail]
|
|
smtpServer = localhost
|
|
[container]
|
|
user = gerrit2
|
|
javaHome = /usr/lib/jvm/java-6-openjdk/jre
|
|
[sshd]
|
|
listenAddress = *:29418
|
|
threads = 24
|
|
[httpd]
|
|
listenUrl = proxy-https://*:8081/
|
|
acceptorThreads = 8
|
|
[cache]
|
|
directory = cache
|
|
[cache "web_sessions"]
|
|
maxAge = 1d
|
|
[user]
|
|
email = <%= email %>
|
|
<% commentlinks.each do |commentlink| -%>
|
|
[commentlink "<%= commentlink['name'] %>"]
|
|
match = "<%= commentlink['match'] %>"
|
|
link = "<%= commentlink['link'] %>"
|
|
<% end -%>
|
|
[theme]
|
|
backgroundColor = ffffff
|
|
topMenuColor = ffffff
|
|
textColor = 264d69
|
|
trimColor = eef3f5
|
|
selectionColor = d1e6ea
|