From 771975640cd5cfec8505a00f4b60661f4a3c131f Mon Sep 17 00:00:00 2001 From: James Slagle Date: Thu, 26 Jul 2018 17:41:33 -0400 Subject: [PATCH] Add config_download_timeout input The config_download_deploy workflow now has a config_download_timeout input that will honor a user requested timeout. Previously, no timeout was honored even though the user could request one via tripleoclient. Change-Id: I522b71f92149e0cee7842d1bcbf35d9e820454b8 Partial-Bug: #1783893 --- .../notes/config-download-timeout-7296683716f78022.yaml | 5 +++++ workbooks/deployment.yaml | 2 ++ 2 files changed, 7 insertions(+) create mode 100644 releasenotes/notes/config-download-timeout-7296683716f78022.yaml diff --git a/releasenotes/notes/config-download-timeout-7296683716f78022.yaml b/releasenotes/notes/config-download-timeout-7296683716f78022.yaml new file mode 100644 index 000000000..8989099eb --- /dev/null +++ b/releasenotes/notes/config-download-timeout-7296683716f78022.yaml @@ -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. diff --git a/workbooks/deployment.yaml b/workbooks/deployment.yaml index b060385f0..ff0292eda 100644 --- a/workbooks/deployment.yaml +++ b/workbooks/deployment.yaml @@ -360,6 +360,7 @@ workflows: - verbosity: 1 - blacklist: [] - override_ansible_cfg: "" + - config_download_timeout: 14400 tags: - tripleo-common-managed @@ -472,6 +473,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