Switch to 12 upload-workers for nodepool

Right now we are using 4 upload-workers, based on some calculations at
the last openstack-infra midcycle, we should be able to handle 12
uploads at the same time.

Change-Id: Ieff1ae78dfca3a3dec33a597b67a0f4575b1c18b
Depends-On: Idb57beafb149039b0d442ff18a58871278f77f31
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2016-05-09 19:51:59 -04:00
parent b4214e0592
commit 5e81fa5ff8
No known key found for this signature in database
GPG Key ID: 611A80832067AF38

View File

@ -733,6 +733,7 @@ node 'nodepool.openstack.org' {
statsd_host => 'graphite.openstack.org', statsd_host => 'graphite.openstack.org',
logging_conf_template => 'openstack_project/nodepool/nodepool.logging.conf.erb', logging_conf_template => 'openstack_project/nodepool/nodepool.logging.conf.erb',
builder_logging_conf_template => 'openstack_project/nodepool/nodepool-builder.logging.conf.erb', builder_logging_conf_template => 'openstack_project/nodepool/nodepool-builder.logging.conf.erb',
upload_workers => '12',
jenkins_masters => [ jenkins_masters => [
{ {
name => 'jenkins01', name => 'jenkins01',