Add support of extra variables.

Add the support of extra variables parameter in the workflow.

Change-Id: I3ee6180f8bfb9d08bb6ea149f87d6c15271b9d4c
This commit is contained in:
Natal Ngétal 2019-02-25 13:39:08 +01:00
parent 6f538dc820
commit e25456d995
1 changed files with 2 additions and 0 deletions

View File

@ -109,6 +109,7 @@ workflows:
- work_dir: /var/lib/mistral
- tags: ''
- skip_tags: ''
- extra_vars: ''
tags:
- tripleo-common-managed
@ -146,6 +147,7 @@ workflows:
work_dir: <% $.work_dir %>/<% execution().id %>
tags: <% $.tags %>
skip_tags: <% $.skip_tags %>
extra_vars: <% $.extra_vars %>
trash_output: true
on-success:
- node_update_passed: <% task().result.returncode = 0 %>