Merge "Enable gerrit replication.autoReload for review-dev"

This commit is contained in:
Zuul 2019-04-05 23:20:33 +00:00 committed by Gerrit Code Review
commit 9d14ea534c
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',