Double the docker puppet process counts

Deploy steps run the docker puppet steps with max of
a 3 processes. This takes like 30 min to finish the
containers configuration for a typical overcloud (in CI).

Double the numbers to allow more puppets finish threir
tasks sooner.

Change-Id: Id0b0371e7f21f56528027921732ade786525d659
Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com>
This commit is contained in:
Bogdan Dobrelya 2018-07-05 14:01:10 +03:00
parent c07fd369d1
commit f29e2c7a22
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ parameters:
description: Set to True to enable debug logging with docker-puppet.py
DockerPuppetProcessCount:
type: number
default: 3
default: 6
description: Number of concurrent processes to use when running docker-puppet to generate config files.
ctlplane_service_ips:
type: json