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:
parent
c3b25fa22c
commit
8ed05c1340
@ -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,
|
||||
|
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user