Skip to content

Commit

Permalink
Revert "playbooks, test/system: Work around bug in pasta(1) networks"
Browse files Browse the repository at this point in the history
The bug in pasta(1) that necessitated this workaround has since been
fixed in passt 2024_05_10.7288448 [1].  Some host operating systems like
CentOS Stream 10 no longer have slirp4netns(1), and it's generally
better to test the defaults.

This reverts commit b58f9a5.

[1] containers/podman#22575
    https://archives.passt.top/passt-dev/[email protected]/
    https://archives.passt.top/passt-user/20240510225714.6aa8e6c0@elisabeth/

#1562
  • Loading branch information
debarshiray committed Oct 4, 2024
1 parent b524f4c commit ed14cd4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions playbooks/dependencies-centos-9-stream.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
- podman
- shadow-utils-subid-devel
- skopeo
- slirp4netns
- systemd
- udisks2

Expand Down Expand Up @@ -55,7 +54,7 @@
chdir: '{{ zuul.project.src_dir }}'

- name: Check versions of crucial packages
command: rpm -qa ShellCheck bats codespell *kernel* gcc *glibc* golang golang-github-cpuguy83-md2man shadow-utils-subid-devel podman conmon containernetworking-plugins containers-common container-selinux crun fuse-overlayfs flatpak-session-helper skopeo slirp4netns
command: rpm -qa ShellCheck bats codespell *kernel* gcc *glibc* golang golang-github-cpuguy83-md2man shadow-utils-subid-devel podman conmon containernetworking-plugins containers-common container-selinux crun fuse-overlayfs flatpak-session-helper skopeo

- name: Show podman versions
command: podman version
Expand Down
3 changes: 1 addition & 2 deletions playbooks/dependencies-fedora.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
- podman
- shadow-utils-subid-devel
- skopeo
- slirp4netns
- systemd
- udisks2
use: "{{ 'dnf' if zuul.attempts > 1 else 'auto' }}"
Expand All @@ -56,7 +55,7 @@
chdir: '{{ zuul.project.src_dir }}'

- name: Check versions of crucial packages
command: rpm -qa ShellCheck bash bats codespell *kernel* gcc *glibc* shadow-utils-subid-devel golang golang-github-cpuguy83-md2man podman conmon containernetworking-plugins containers-common container-selinux crun fuse-overlayfs flatpak-session-helper skopeo slirp4netns
command: rpm -qa ShellCheck bash bats codespell *kernel* gcc *glibc* shadow-utils-subid-devel golang golang-github-cpuguy83-md2man podman conmon containernetworking-plugins containers-common container-selinux crun fuse-overlayfs flatpak-session-helper skopeo

- name: Show podman versions
command: podman version
Expand Down
1 change: 0 additions & 1 deletion test/system/libs/helpers.bash
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@ function _setup_docker_registry() {
--env REGISTRY_HTTP_TLS_CERTIFICATE=/certs/domain.crt \
--env REGISTRY_HTTP_TLS_KEY=/certs/domain.key \
--name "${DOCKER_REG_NAME}" \
--network slirp4netns \
--privileged \
--publish 50000:5000 \
--rm \
Expand Down

0 comments on commit ed14cd4

Please sign in to comment.