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
1 changed files with 2 additions and 0 deletions

View File

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