Merge "Limit the file size that can be pushed to Gerrit"
This commit is contained in:
commit
f2037197d6
@ -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':
|
||||
|
Loading…
x
Reference in New Issue
Block a user