Merge "Add config_download_timeout input"
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
fixes:
|
||||
- The config_download_deploy workflow now has a config_download_timeout input
|
||||
that will honor the user requested timeout. Previously, no timeout was
|
||||
honored even though the user could request one via tripleoclient.
|
||||
@@ -379,6 +379,7 @@ workflows:
|
||||
- verbosity: 1
|
||||
- blacklist: []
|
||||
- override_ansible_cfg: ""
|
||||
- config_download_timeout: 14400
|
||||
|
||||
tags:
|
||||
- tripleo-common-managed
|
||||
@@ -491,6 +492,7 @@ workflows:
|
||||
|
||||
run_ansible:
|
||||
action: tripleo.ansible-playbook
|
||||
timeout: <% $.config_download_timeout %>
|
||||
input:
|
||||
inventory: <% $.inventory %>
|
||||
playbook: <% $.get('work_dir') %>/<% $.get('plan_name') %>/deploy_steps_playbook.yaml
|
||||
|
||||
Reference in New Issue
Block a user