Enable gerrit replication.autoReload for review-dev

This enables automatic reload of the replication configuration for
review-dev.

Depends-On: https://review.openstack.org/650049
Change-Id: I3be630339870d527bedcfbd84b8dc8084dc10f4b
This commit is contained in:
David Moreau Simard 2019-04-04 11:11:48 -04:00
parent c3b25fa22c
commit 8ed05c1340
No known key found for this signature in database
GPG Key ID: CBEB466764A9E621
2 changed files with 3 additions and 0 deletions

View File

@ -55,6 +55,7 @@ class openstack_project::gerrit (
$token_private_key = '',
$replicate_local = true,
$replication_force_update = true,
$replication_auto_reload = false,
$replication = [],
$local_git_dir = '/opt/lib/git',
$jeepyb_cache_dir = '/opt/lib/jeepyb',
@ -183,6 +184,7 @@ class openstack_project::gerrit (
replicate_local => $replicate_local,
replicate_path => $local_git_dir,
replication_force_update => $replication_force_update,
replication_auto_reload => $replication_auto_reload,
replication => $replication,
gitweb => $gitweb,
cgit => $cgit,

View File

@ -86,6 +86,7 @@ class openstack_project::review_dev (
swift_username => $swift_username,
swift_password => $swift_password,
replication_force_update => true,
replication_auto_reload => true,
commentlinks => [
{
name => 'bugheader',