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
This commit is contained in:
Emilien Macchi 2020-01-27 08:36:08 -05:00
parent 53a7d4e402
commit 7bbee2d86f
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,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 }}"