Skip to content

Commit 5535757

Browse files
committed
Add Fedora 41 platform to non-default scenarios
1 parent fa49c22 commit 5535757

File tree

2 files changed

+48
-0
lines changed

2 files changed

+48
-0
lines changed

molecule/disable_stub_resolver/molecule.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,30 @@ platforms:
173173
# privileged: true
174174
# volumes:
175175
# - /sys/fs/cgroup:/sys/fs/cgroup:rw
176+
- cgroupns_mode: host
177+
command: /lib/systemd/systemd
178+
image: docker.io/geerlingguy/docker-fedora41-ansible:latest
179+
name: fedora41-systemd-amd64
180+
platform: amd64
181+
pre_build_image: true
182+
privileged: true
183+
volumes:
184+
- /sys/fs/cgroup:/sys/fs/cgroup:rw
185+
# TODO: Starting with systemd version 253 or 254 (I'm not sure
186+
# which) it is no longer possible to start systemd-resolved.service
187+
# under QEMU emulation. We support this case, but we cannot test it
188+
# until we have native ARM64 runners.
189+
#
190+
# See issue #10 for more details.
191+
# - cgroupns_mode: host
192+
# command: /lib/systemd/systemd
193+
# image: docker.io/geerlingguy/docker-fedora41-ansible:latest
194+
# name: fedora41-systemd-arm64
195+
# platform: arm64
196+
# pre_build_image: true
197+
# privileged: true
198+
# volumes:
199+
# - /sys/fs/cgroup:/sys/fs/cgroup:rw
176200
# These platforms do not provide systemd-resolved.
177201
# - cgroupns_mode: host
178202
# command: /lib/systemd/systemd

molecule/specify_resolv_conf_target/molecule.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,30 @@ platforms:
173173
# privileged: true
174174
# volumes:
175175
# - /sys/fs/cgroup:/sys/fs/cgroup:rw
176+
- cgroupns_mode: host
177+
command: /lib/systemd/systemd
178+
image: docker.io/geerlingguy/docker-fedora41-ansible:latest
179+
name: fedora41-systemd-amd64
180+
platform: amd64
181+
pre_build_image: true
182+
privileged: true
183+
volumes:
184+
- /sys/fs/cgroup:/sys/fs/cgroup:rw
185+
# TODO: Starting with systemd version 253 or 254 (I'm not sure
186+
# which) it is no longer possible to start systemd-resolved.service
187+
# under QEMU emulation. We support this case, but we cannot test it
188+
# until we have native ARM64 runners.
189+
#
190+
# See issue #10 for more details.
191+
# - cgroupns_mode: host
192+
# command: /lib/systemd/systemd
193+
# image: docker.io/geerlingguy/docker-fedora41-ansible:latest
194+
# name: fedora41-systemd-arm64
195+
# platform: arm64
196+
# pre_build_image: true
197+
# privileged: true
198+
# volumes:
199+
# - /sys/fs/cgroup:/sys/fs/cgroup:rw
176200
# These platforms do not provide systemd-resolved.
177201
# - cgroupns_mode: host
178202
# command: /lib/systemd/systemd

0 commit comments

Comments
 (0)