Add support of extra variables.
Add the support of extra variables parameter in the workflow. Change-Id: I3ee6180f8bfb9d08bb6ea149f87d6c15271b9d4c
This commit is contained in:
parent
6f538dc820
commit
e25456d995
@ -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 %>
|
||||
|
Loading…
Reference in New Issue
Block a user