Replace geerlingguy/docker-*-ansible images (which use /lib/systemd/systemd and fail on cgroup v2 hosts) with molecule-test-base image using sleep infinity. Add --platforms-file option to distribute_molecule for project-specific platforms.
Changes
platforms.py: Replace 4 geerlingguy/systemd platforms with single ubuntu-2604/molecule-test-base/sleep-infinity platform
platforms.py: Add load_platforms() helper for JSON file loading with fallback to defaults
## Summary
Replace geerlingguy/docker-*-ansible images (which use /lib/systemd/systemd and fail on cgroup v2 hosts) with molecule-test-base image using sleep infinity. Add --platforms-file option to distribute_molecule for project-specific platforms.
### Changes
- platforms.py: Replace 4 geerlingguy/systemd platforms with single ubuntu-2604/molecule-test-base/sleep-infinity platform
- platforms.py: Add load_platforms() helper for JSON file loading with fallback to defaults
- distribute_molecule.py: Add --platforms-file CLI option
- Tests updated for new platform definitions
Closes DEVX-14
Documentation: WARNING — source files changed but no docs updated
Tests: OK
Commit conventions: OK
No issues found by automated checks.
Auto-merge: If all CI checks pass, this PR will be merged automatically.
## Automated PR Review
- Architecture compliance: OK
- Best practices: OK
- Security: OK
- i18n: OK
- Resource management: OK
- Documentation: WARNING — source files changed but no docs updated
- Tests: OK
- Commit conventions: OK
No issues found by automated checks.
---
**Auto-merge:** If all CI checks pass, this PR will be merged automatically.
emil
merged commit 2ead959fcf into master2026-06-23 18:10:20 +00:00
emil
deleted branch DEVX-14-fix-molecule-platforms2026-06-23 18:10:21 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Summary
Replace geerlingguy/docker-*-ansible images (which use /lib/systemd/systemd and fail on cgroup v2 hosts) with molecule-test-base image using sleep infinity. Add --platforms-file option to distribute_molecule for project-specific platforms.
Changes
Closes DEVX-14
Automated PR Review
No issues found by automated checks.
Auto-merge: If all CI checks pass, this PR will be merged automatically.