Merge "Revert "Revert "Tag workflows created by the templates"""
This commit is contained in:
commit
d8742c1cc8
@ -134,6 +134,9 @@ resources:
|
||||
properties:
|
||||
name: {list_join: [".", ["tripleo", {get_param: stack_name}, "workflow_tasks", "step{{step}}"]]}
|
||||
type: direct
|
||||
tags:
|
||||
- tripleo-heat-templates-managed
|
||||
- {get_param: stack_name}
|
||||
tasks:
|
||||
yaql:
|
||||
expression: $.data.where($ != '').select($.get('step{{step}}')).where($ != null).flatten()
|
||||
|
@ -187,7 +187,7 @@ outputs:
|
||||
workflow_tasks:
|
||||
step2:
|
||||
- name: ceph_base_ansible_workflow
|
||||
workflow: { get_param: CephAnsibleWorkflowName }
|
||||
workflow: {get_param: CephAnsibleWorkflowName}
|
||||
input:
|
||||
ansible_skip_tags: {get_param: CephAnsibleSkipTags}
|
||||
ceph_ansible_extra_vars: {get_param: CephAnsibleExtraConfig}
|
||||
|
Loading…
Reference in New Issue
Block a user