
Add "migrate-container-engine" action to kolla-ansible which changes the container engine on which the Openstack is deployed on. For example Docker to Podman and vice versa. Depends-on: https://review.opendev.org/c/openstack/ansible-collection-kolla/+/925083 Signed-off-by: Konstantin Yarovoy <konstantin.yarovoy@tietoevry.com> Signed-off-by: Martin Hiner <m.hiner@partner.samsung.com> Signed-off-by: Roman Krček <roman.krcek@tietoevry.com> Change-Id: Icd709cb042d44e063c5da64ab0695b0b6ba6d48b
9 lines
166 B
YAML
9 lines
166 B
YAML
---
|
|
- import_tasks: check-migration.yml
|
|
|
|
- import_tasks: install-target-engine.yml
|
|
|
|
- import_tasks: migrate-volumes.yml
|
|
|
|
- import_tasks: uninstall-current-engine.yml
|