When using ephemeral Heat, the update run can no longer rely on the Heat stack being present. Since we create the stack and update the playbooks during update prepare. We can simply execute the update_steps_playbook.yaml now. With this change, we also change the converge to just execute the deploy_steps_playbook.yaml without doing the entire stack update. The stack update is no longer necessary with Ephemeral Heat. Related: https://review.opendev.org/c/openstack/tripleo-upgrade/+/806565 Change-Id: I57d788639b651945ad765f810b504529e41f0fbd
10 lines
388 B
YAML
10 lines
388 B
YAML
---
|
|
prelude: >
|
|
During a minor update of the overcloud. It was previously necessary to
|
|
execute 3 steps.
|
|
- Update Prepare
|
|
- Update Run
|
|
- Update Converge
|
|
Starting in W, it is no longer necessary to perform a Stack update
|
|
during the converge. This change removes the stack update from the
|
|
converge step. Now, we will just run the deploy_steps_playbook instead. |