Skip to content

Commit

Permalink
Merge pull request #502 from cgwalters/add-conntrack
Browse files Browse the repository at this point in the history
manifest: Add conntrack (tools) but without the daemon
  • Loading branch information
openshift-merge-robot authored Mar 10, 2021
2 parents d4b6d3c + 269de9a commit 32ce8cb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
8 changes: 8 additions & 0 deletions manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,10 @@ packages:
# https://bugzilla.redhat.com/show_bug.cgi?id=1877905
# https://bugzilla.redhat.com/show_bug.cgi?id=1886201
- perl-interpreter
# https://github.com/coreos/fedora-coreos-tracker/issues/404
# https://bugzilla.redhat.com/show_bug.cgi?id=1925698
# https://github.com/openshift/machine-config-operator/pull/2421
- conntrack-tools

packages-x86_64:
# Temporary add of open-vm-tools. Should be removed when containerized
Expand Down Expand Up @@ -297,3 +301,7 @@ remove-from-packages:
- "/etc/NetworkManager/dispatcher.d/11-dhclient"
- "/usr/lib/NetworkManager/dispatcher.d/11-dhclient"
- "/usr/lib64/pm-utils/sleep.d/56dhclient"
# Remove the systemd unit; we only want the binary to be used
# by MCD or kubelet. See above.
- - conntrack-tools
- /usr/lib/systemd/system
3 changes: 3 additions & 0 deletions tests/kola/misc-ro/misc-ro.sh
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,9 @@ if ! test -f /etc/iscsi/initiatorname.iscsi; then
fi
echo "ok iSCSI initiator name"

rpm -q conntrack-tools
test ! -f /usr/lib/systemd/system/conntrackd.service
echo "ok conntrack tools without daemon"

# Let's make sure the NetworkManager we use is one of the one-off
# rebuilds while we're following RHEL 8.3.
Expand Down

0 comments on commit 32ce8cb

Please sign in to comment.