Updates: run host_prep_tasks between update tasks and deployment tasks
We should re-run host_prep_tasks as part of the minor update, to make sure the host is ready for starting the updated containers. The right place for them is between update tasks and deployment tasks. This is important in case we deliver changes to host_prep_tasks during minor update, or if update_tasks do something that would partially undo the host preparation, e.g. clear/delete some directories on the host to get rid of previous state. Change-Id: Ic0a905a8c4691cbe75113131bd84e8a39dea046d Related-Bug: #1776206
This commit is contained in:
parent
e2bbd55a45
commit
416b35f4c3
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user