Merge "Tag step plays"
This commit is contained in:
commit
ebbfee9516
@ -526,6 +526,7 @@ outputs:
|
||||
tags:
|
||||
- external
|
||||
- external_deploy_steps
|
||||
- step{{step}}
|
||||
|
||||
- hosts: {{primary_role_name}}:DEPLOY_TARGET_HOST
|
||||
name: Overcloud deploy step tasks for {{step}}
|
||||
@ -551,6 +552,7 @@ outputs:
|
||||
tags:
|
||||
- overcloud
|
||||
- deploy_steps
|
||||
- step{{step}}
|
||||
|
||||
- hosts: {{primary_role_name}}:DEPLOY_TARGET_HOST
|
||||
name: Overcloud common deploy step tasks {{step}}
|
||||
@ -565,6 +567,7 @@ outputs:
|
||||
tags:
|
||||
- overcloud
|
||||
- deploy_steps
|
||||
- step{{step}}
|
||||
|
||||
{%- endfor %}
|
||||
- hosts: {{primary_role_name}}:DEPLOY_TARGET_HOST
|
||||
|
5
releasenotes/notes/tag-step-plays-b1b1ea7584f1665d.yaml
Normal file
5
releasenotes/notes/tag-step-plays-b1b1ea7584f1665d.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
other:
|
||||
- The step plays in deploy-steps.j2 (which generates the
|
||||
deploy_steps_tasks.yaml playbook) are now tagged with step[1-5] so that
|
||||
they can run individually if needed.
|
Loading…
x
Reference in New Issue
Block a user