Merge "Tag step plays"

This commit is contained in:
Zuul 2018-09-28 00:54:48 +00:00 committed by Gerrit Code Review
commit ebbfee9516
2 changed files with 8 additions and 0 deletions

View File

@ -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

View 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.