Fix molecule for Leap 15.4

Fix the molecule test for Leap 15.4
This commit is contained in:
Felix Niederwanger 2023-01-30 16:37:17 +01:00
parent a3374d05c7
commit c8851f32f3
Signed by: phoenix
GPG key ID: 31860289A704FB3C
2 changed files with 1 additions and 25 deletions

View file

@ -1,7 +0,0 @@
FROM registry.opensuse.org/opensuse/leap:15.3
# Install systemd and development tools, clear cache
RUN zypper in -y systemd systemd-sysvinit firewalld python3 python3-firewall curl && rm -rf /var/cache/* && rm -f /etc/machine-id /var/lib/dbus/machine-id
# Start container with systemd
ENTRYPOINT ["/usr/sbin/init"]

View file

@ -4,23 +4,12 @@ dependency:
driver:
name: docker
platforms:
- name: leap15_3
image: registry.opensuse.org/opensuse/leap:15.3
dockerfile: Dockerfile.leap15_3
command: ${MOLECULE_DOCKER_COMMAND:-"/usr/sbin/init"}
privileged: true
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
tmpfs:
- /run
- /tmp
- name: leap15_4
image: registry.opensuse.org/opensuse/leap:15.4
dockerfile: Dockerfile.leap15_4
command: ${MOLECULE_DOCKER_COMMAND:-"/usr/sbin/init"}
privileged: true
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
cgroupns: host
tmpfs:
- /run
- /tmp
@ -28,13 +17,7 @@ provisioner:
name: ansible
inventory:
host_vars:
leap15_3:
nodename: "jellyfish"
leap15_4:
nodename: "jellyfish"
verifier:
name: testinfra
lint:
name: flake8
lint: |
yamllint -d "{extends: relaxed, rules: {line-length: {max: 200}}}" .