Merge "Updates: run host_prep_tasks between update tasks and deployment tasks"

This commit is contained in:
Zuul 2018-06-14 11:31:59 +00:00 committed by Gerrit Code Review
commit 1a868a84c3
1 changed files with 4 additions and 0 deletions

View File

@ -582,6 +582,10 @@ outputs:
with_sequence: start=0 end={{update_steps_max-1}}
loop_control:
loop_var: step
{%- for role in roles %}
- include: {{role.name}}/host_prep_tasks.yaml
when: tripleo_role_name == '{{role.name}}'
{%- endfor %}
- include: common_deploy_steps_tasks.yaml
with_sequence: start=1 end={{deploy_steps_max-1}}
loop_control: