Go to file
Morgan Fainberg 350e51a503 Update Gerrit proxy configuration.
Replace the apache reverse proxy configs with the recommended
settings from the gerrit documentation[1].

Explicit use of ProxyPassMatch <URL> ! is used to handle cases
where we do not want to proxy through to gerrit (such as for
'^/p/') where an offload is expected/desired.

Using RewriteRule was causing the double slashes in Gerrit url
(i.e. https://review-dev.openstack.org//#/q/status:open).
Removing it fixes this issue. Similarly, the gerrit.token query
parameter was being dropped when the RewriteRule was used. More
explanation can be found in gerrit upstream bug[2].

[1] https://gerrit-review.googlesource.com/Documentation/
    config-reverseproxy.html#_apache_2_configuration
[2] https://code.google.com/p/gerrit/issues/detail?id=3365

Change-Id: Ied8ce7a0389253c10225a8bf3671f09a879bb061
Co-Authored-By: Khai Do <zaro0508@gmail.com>
2015-12-10 21:12:44 +00:00
2015-01-29 22:57:11 +00:00

OpenStack Gerrit Module

Overview

Install and configure Gerrit.

Description
RETIRED, Puppet module for Gerrit
Readme 1.9 MiB