From 6965a5d95faad4e3c3b5946907ddb168a1c45e68 Mon Sep 17 00:00:00 2001 From: to-bar <46519524+to-bar@users.noreply.github.com> Date: Wed, 12 Jan 2022 17:38:31 +0000 Subject: [PATCH] Add temporary workaround --- cli/engine/InitEngine.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cli/engine/InitEngine.py b/cli/engine/InitEngine.py index 8182ae5e1e..3f021f78a9 100644 --- a/cli/engine/InitEngine.py +++ b/cli/engine/InitEngine.py @@ -60,6 +60,7 @@ def init(self): def get_config_docs(self, input_docs): cluster_config_path = save_manifest(input_docs, self.name, self.name + '.yml') args = type('obj', (object,), {'file': cluster_config_path})() + args.ansible_forks = 10 # TODO: remove these workarounds args.ping_retries = 5 # generate the config documents