Merge "Limit the file size that can be pushed to Gerrit"

This commit is contained in:
Jenkins 2016-05-24 06:48:48 +00:00 committed by Gerrit Code Review
commit f2037197d6

View File

@ -77,6 +77,7 @@ class openstack_project::gerrit (
$report_bug_url = 'http://docs.openstack.org/infra/system-config/project.html#contributing', $report_bug_url = 'http://docs.openstack.org/infra/system-config/project.html#contributing',
$index_threads = 1, $index_threads = 1,
$download = {}, $download = {},
$receive_max_object_size_limit = '100 m',
) { ) {
class { 'jeepyb::openstackwatch': class { 'jeepyb::openstackwatch':
@ -215,6 +216,7 @@ class openstack_project::gerrit (
report_bug_url => $report_bug_url, report_bug_url => $report_bug_url,
index_threads => $index_threads, index_threads => $index_threads,
download => $download, download => $download,
receive_max_object_size_limit => $receive_max_object_size_limit,
} }
mysql_backup::backup_remote { 'gerrit': mysql_backup::backup_remote { 'gerrit':