Merge "Add the Gerrit replication plugin paramater 'defaultForceUpdate'"
This commit is contained in:
commit
d9f52c509e
@ -54,6 +54,7 @@ class openstack_project::gerrit (
|
|||||||
$trivial_rebase_role_id = '',
|
$trivial_rebase_role_id = '',
|
||||||
$email_private_key = '',
|
$email_private_key = '',
|
||||||
$replicate_local = true,
|
$replicate_local = true,
|
||||||
|
$replication_force_update = true,
|
||||||
$replication = [],
|
$replication = [],
|
||||||
$local_git_dir = '/opt/lib/git',
|
$local_git_dir = '/opt/lib/git',
|
||||||
$jeepyb_cache_dir = '/opt/lib/jeepyb',
|
$jeepyb_cache_dir = '/opt/lib/jeepyb',
|
||||||
@ -197,6 +198,7 @@ class openstack_project::gerrit (
|
|||||||
email_private_key => $email_private_key,
|
email_private_key => $email_private_key,
|
||||||
replicate_local => $replicate_local,
|
replicate_local => $replicate_local,
|
||||||
replicate_path => $local_git_dir,
|
replicate_path => $local_git_dir,
|
||||||
|
replication_force_update => $replication_force_update,
|
||||||
replication => $replication,
|
replication => $replication,
|
||||||
gitweb => $gitweb,
|
gitweb => $gitweb,
|
||||||
cgit => $cgit,
|
cgit => $cgit,
|
||||||
|
@ -134,6 +134,7 @@ class openstack_project::review (
|
|||||||
sysadmins => $sysadmins,
|
sysadmins => $sysadmins,
|
||||||
swift_username => $swift_username,
|
swift_username => $swift_username,
|
||||||
swift_password => $swift_password,
|
swift_password => $swift_password,
|
||||||
|
replication_force_update => true,
|
||||||
replication => [
|
replication => [
|
||||||
{
|
{
|
||||||
name => 'github',
|
name => 'github',
|
||||||
|
@ -72,6 +72,7 @@ class openstack_project::review_dev (
|
|||||||
web_repo_url => 'https://git.openstack.org/cgit/',
|
web_repo_url => 'https://git.openstack.org/cgit/',
|
||||||
swift_username => $swift_username,
|
swift_username => $swift_username,
|
||||||
swift_password => $swift_password,
|
swift_password => $swift_password,
|
||||||
|
replication_force_update => true,
|
||||||
replication => [
|
replication => [
|
||||||
{
|
{
|
||||||
name => 'github',
|
name => 'github',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user