Files
kayobe/releasenotes/notes/fix-deploy-containers-24da0992b56a10db.yaml
Alex-Welsh 7bd7929ea7 Fix infinite loop in seed container deployment
The deploy.yml playbook previously called deploy-container.yml, but this
was changed to call itself when podman support was added [1]. It would
then recursively loop until failure. This change reverts that, so
deploy-container.yml is called instead.

Add a test to seed jobs, to catch any regression in CI.

[1] https://review.opendev.org/c/openstack/kayobe/+/909686

Closes-Bug: #2114845
Change-Id: I825ab7331fbe8f28c17b87ff79a436144426a78c
2025-06-19 19:29:38 +02:00

6 lines
144 B
YAML

---
fixes:
- |
Fixes an infinite loop when deploying seed containers.
`LP#2114845 <https://bugs.launchpad.net/kayobe/+bug/2114845>`__