kayobe/releasenotes/notes/adds-support-for-podman-8ff158369905c077.yaml
Will Szumski 988a822259 Add podman support
Adds support for Podman as an alternative container engine. This builds
on the support added in kolla-ansible in the 2023.2 cycle.

Change-Id: I2c6befbdda7e684228065103feea7250a0ea3826
2025-01-27 16:42:33 +00:00

21 lines
790 B
YAML

---
features:
- |
Adds support for the Podman container engine as an alternative to Docker.
See :kayobe-doc:`Kayobe docs <configuration/reference/hosts.html#container-engine>`
for futher information.
upgrade:
- |
The ``docker`` group has been renamed to ``container-engine``.
- |
The kayobe-config configuration file ``docker.yml`` has been renamed to
``container-engine.yml``.
issues:
- |
On Ubuntu 22.04, when using podman, containers may get stuck in the
``creating`` state when using a ``6.5.x`` series (or newer) kernel. See
`LP#2056210
<https://bugs.launchpad.net/ansible-collection-kolla/+bug/2056210>`__ for
more details. The bug has been fixed upstream in crun, but we are awaiting
a new Ubuntu 22.04 package to be released.