tripleo-heat-templates/releasenotes/notes/upgrade_tasks_cleanup-c913f3f30f4a1db6.yaml
Emilien Macchi e4ee042a2a upgrade: remove tasks that stop and disable services
We don't need upgrade_tasks that stop systemd services since all
services are now containerized.
However, we decided to keep the tasks that remove the rpms in case some
of deployments didn't cleanup them in previous releases, they can still
do it now.

Change-Id: I6abdc9e37966cd818306f7af473958fd4662ccb5
Related-Bug: #1806733
2018-12-10 09:19:59 -05:00

14 lines
624 B
YAML

---
upgrade:
- |
We don't run the upgrade_tasks Ansible tasks that stop systemd services and
since all services are now containerized.
However, we decided to keep the tasks that remove the rpms in case some
of deployments didn't cleanup them in previous releases, they can still
do it now.
These tasks were useful in Rocky when we converted the Undercloud from
baremetal to containers but in Stein this is not useful anymore.
It's actually breaking upgrades for Podman, as containers are now seen
by systemd, and these tasks conflicts with the way containers are managed
in Paunch.