Increase concurrency when starting containers

When Paunch is disabled, we can make the container startup concurrent.
The default was set to 2 to avoid podman locks issues but it seems
that we have now better results when concurrency is higher.

Let's set it to 5 for now.

Change-Id: I707b2f66eb947d64ef6a21238dc26c81575be2c7
(cherry picked from commit 7bbee2d86f)
This commit is contained in:
Emilien Macchi 2020-01-27 08:36:08 -05:00
parent b555076739
commit cabbd38cf1
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@
include_role:
name: tripleo-container-manage
vars:
tripleo_container_manage_concurrency: 2
tripleo_container_manage_concurrency: 5
tripleo_container_manage_systemd_order: true
tripleo_container_manage_cli: "{{ container_cli }}"
tripleo_container_manage_config: "/var/lib/tripleo-config/container-startup-config/step_{{ step }}"