[TRAIN-Only] Make forks configurable

In later versions this isn't invoked via mistral but for train we need
to expose forks as an input into the deployment.

Change-Id: Idefd567d52d19497efe1d3246ce517a30d954e41
This commit is contained in:
Alex Schultz 2021-01-04 15:25:18 -07:00
parent 6d2838e16c
commit 0bb0ad8853
1 changed files with 3 additions and 0 deletions

View File

@ -286,6 +286,7 @@ workflows:
tags: <% $.get('tags') %>
skip_tags: <% $.get('skip_tags') %>
limit_hosts: <% $.get('limit_hosts') %>
forks: <% $.get('forks') %>
publish-on-error:
message: <% task().result %>
on-success: set_deployment_success
@ -380,6 +381,7 @@ workflows:
- tags: ""
- skip_tags: ""
- limit_hosts: ""
- forks: 100
tags:
- tripleo-common-managed
@ -526,6 +528,7 @@ workflows:
command_timeout: <% $.config_download_timeout %>
execution_id: <% execution().id %>
limit_hosts: <% ($.nodes_names or $.limit_hosts) or false %>
forks: <% $.forks %>
skip_tags: <% $.skip_tags %>
tags: <% $.tags %>
publish: