Skip to content

Commit

Permalink
Drop usage of virtinterfaced
Browse files Browse the repository at this point in the history
Nothing uses this any more.

Fixes #1777
  • Loading branch information
martinpitt committed Aug 26, 2024
1 parent 28e2e32 commit ee751a0
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 82 deletions.
1 change: 0 additions & 1 deletion packaging/cockpit-machines.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ Requires: libvirt-daemon-driver-qemu
Requires: libvirt-daemon-driver-network
Requires: libvirt-daemon-driver-nodedev
Requires: libvirt-daemon-driver-storage-core
Requires: (libvirt-daemon-driver-interface if virt-install)
Requires: (libvirt-daemon-config-network if virt-install)
Recommends: libvirt-daemon-driver-storage-disk
%if 0%{?rhel}
Expand Down
75 changes: 0 additions & 75 deletions src/libvirtApi/interface.js

This file was deleted.

1 change: 0 additions & 1 deletion test/browser/browser.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ sh -x test/vm.install

if [ "${PLATFORM_ID:-}" != "platform:el8" ]; then
# https://gitlab.com/libvirt/libvirt/-/issues/219
systemctl start virtinterfaced.socket
systemctl start virtnetworkd.socket
systemctl start virtnodedevd.socket
systemctl start virtstoraged.socket
Expand Down
5 changes: 0 additions & 5 deletions test/vm.install
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@ if grep -q 'ID=debian' /usr/lib/os-release; then
echo '* soft core unlimited' >> /etc/security/limits.conf
fi

if grep -q 'ID="opensuse' /usr/lib/os-release; then
# Make sure virtinterfaced.socket is enabled
systemctl enable --now virtinterfaced.socket
fi

systemctl enable cockpit.socket

# don't force https:// (self-signed cert)
Expand Down

0 comments on commit ee751a0

Please sign in to comment.