Merge "Add config_download_timeout input"

This commit is contained in:
Zuul
2018-09-29 16:27:22 +00:00
committed by Gerrit Code Review
2 changed files with 7 additions and 0 deletions

View File

@@ -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.

View File

@@ -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