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:
parent
c07fd369d1
commit
f29e2c7a22
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user