Don't run replication on gerrit startup

Full replication is very costly and makes gerrit restarts expensive
these days. Turn off replicate_on_startup.

Depends-On: https://review.opendev.org/678486
Change-Id: I31d81821c645697e72a8702c60e2482156e01bb0
This commit is contained in:
Monty Taylor 2019-08-26 10:14:28 +02:00
parent f3def9b84a
commit df8a7e37f0
1 changed files with 1 additions and 0 deletions

View File

@ -184,6 +184,7 @@ class openstack_project::gerrit (
token_private_key => $token_private_key,
replicate_local => $replicate_local,
replicate_path => $local_git_dir,
replicate_on_startup => 'false',
replication_force_update => $replication_force_update,
replication_auto_reload => $replication_auto_reload,
replication => $replication,