Add support for disk_limit_per_job

Change-Id: Ic267a156ee7eef4eb9e5f431cc22b236c017d0e8
Depends-On: I415e5930cc3ebe2c7e1a84316e78578d6b9ecf30
This commit is contained in:
James E. Blair 2017-07-28 13:14:54 -07:00
parent 774915d6f8
commit a98e898002
2 changed files with 4 additions and 0 deletions

View File

@ -72,6 +72,7 @@ class zuul (
$trusted_rw_dirs = [],
$untrusted_ro_dirs = [],
$untrusted_rw_dirs = [],
$disk_limit_per_job = '',
$python_version = 2,
$zuulv3 = false,
$gearman_client_ssl_cert = undef,

View File

@ -55,6 +55,9 @@ trusted_ro_dirs=<%= @trusted_ro_dirs.join(':') %>
trusted_rw_dirs=<%= @trusted_rw_dirs.join(':') %>
untrusted_ro_dirs=<%= @untrusted_ro_dirs.join(':') %>
untrusted_rw_dirs=<%= @untrusted_rw_dirs.join(':') %>
<% if @disk_limit_per_job != "" -%>
disk_limit_per_job=<%= @disk_limit_per_job %>
<% end -%>
[web]
log_config=/etc/zuul/web-logging.conf