commit | b8869ae0517448c33ba5553d8f945276a4152603 | [log] [tgz] |
---|---|---|
author | Anna Arhipova <harhipova@mirantis.com> | Thu Apr 06 12:40:42 2023 +0200 |
committer | Hanna Arhipova <harhipova@mirantis.com> | Wed Jun 14 10:45:50 2023 +0000 |
tree | 04056fb53f36ca422eaf84fdd0e3c8eb75745bfc | |
parent | 771784828976a3aa7ebcba6aa19d9d6d2bb55442 [diff] [blame] |
Add multithreading while installing salt-minions PROD-37096 Change-Id: Ia6126fb0cb3cc9a286ecf802516b49550175b759
diff --git a/tcp_tests/templates/shared-salt.yaml b/tcp_tests/templates/shared-salt.yaml index 1f43386..cc38df3 100644 --- a/tcp_tests/templates/shared-salt.yaml +++ b/tcp_tests/templates/shared-salt.yaml
@@ -808,6 +808,7 @@ {%- if salt_roles %} - description: Configure salt-minion on {{ ssh['node_name'] }} + parallel: True cmd: | set -ex; [ ! -d /etc/salt/minion.d ] && mkdir -p /etc/salt/minion.d;