Skip to content

Commit

Permalink
Add temporary workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
to-bar committed Jan 12, 2022
1 parent 2bee2cf commit 6965a5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli/engine/InitEngine.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6965a5d

Please sign in to comment.