From f29e2c7a226d9c5f04a8d61112840e45a72e0aba Mon Sep 17 00:00:00 2001 From: Bogdan Dobrelya Date: Thu, 5 Jul 2018 14:01:10 +0300 Subject: [PATCH] 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 --- common/deploy-steps.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/deploy-steps.j2 b/common/deploy-steps.j2 index 6a783e97d5..e99996f645 100644 --- a/common/deploy-steps.j2 +++ b/common/deploy-steps.j2 @@ -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