Merge "Tag workflows created by the templates"
This commit is contained in:
commit
3dcc9b30e9
@ -113,6 +113,9 @@ resources:
|
|||||||
properties:
|
properties:
|
||||||
name: {list_join: [".", ["tripleo", {get_param: stack_name}, "workflowtasks", "step{{step}}"]]}
|
name: {list_join: [".", ["tripleo", {get_param: stack_name}, "workflowtasks", "step{{step}}"]]}
|
||||||
type: direct
|
type: direct
|
||||||
|
tags:
|
||||||
|
- tripleo-heat-templates-managed
|
||||||
|
- {get_param: stack_name}
|
||||||
tasks:
|
tasks:
|
||||||
yaql:
|
yaql:
|
||||||
expression: $.data.where($ != '').select($.get('step{{step}}')).where($ != null).flatten()
|
expression: $.data.where($ != '').select($.get('step{{step}}')).where($ != null).flatten()
|
||||||
|
Loading…
Reference in New Issue
Block a user