From 36ed74be5d2016848ea6e453d7fb990d3d7fe3cd Mon Sep 17 00:00:00 2001 From: Aline Manera Date: Mon, 14 Sep 2020 20:42:44 -0400 Subject: [PATCH] Update Ubuntu dependencies as python3-ethtool is now available for Ubuntu 20.04 Signed-off-by: Aline Manera --- dependencies.yaml | 1 + docs/README.md | 3 ++- requirements-UBUNTU.txt | 1 - 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/dependencies.yaml b/dependencies.yaml index 4af04efad..6acef926d 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -50,6 +50,7 @@ runtime-deps: ubuntu: - python3-libvirt - python3-parted + - python3-ethtool - python3-guestfs - python3-pil - python3-cherrypy3 diff --git a/docs/README.md b/docs/README.md index d50a67e28..c052630f7 100644 --- a/docs/README.md +++ b/docs/README.md @@ -78,7 +78,7 @@ before starting up the wokd service. **Runtime Dependencies** - sudo apt install -y python3-configobj python3-lxml python3-magic python3-paramiko python3-ldap spice-html5 novnc qemu-kvm python3-libvirt python3-parted python3-guestfs python3-pil python3-cherrypy3 libvirt0 libvirt-daemon-system libvirt-clients nfs-common sosreport open-iscsi libguestfs-tools libnl-route-3-dev + sudo apt install -y python3-configobj python3-lxml python3-magic python3-paramiko python3-ldap spice-html5 novnc qemu-kvm python3-libvirt python3-parted python3-ethtool python3-guestfs python3-pil python3-cherrypy3 libvirt0 libvirt-daemon-system libvirt-clients nfs-common sosreport open-iscsi libguestfs-tools libnl-route-3-dev sudo -H pip3 install -r requirements-UBUNTU.txt ## openSUSE LEAP @@ -177,6 +177,7 @@ You have to install this dependency manually due to changes in upstream. For tha sudo -H pip3 install https://github.com/kimchi-project/kimchi/raw/${RELEASE_NUMBER}/requirements-FEDORA.txt + #### NFS storage pool Please, check the NFS export path permission is configured like below: diff --git a/requirements-UBUNTU.txt b/requirements-UBUNTU.txt index 5e0deba79..e69de29bb 100644 --- a/requirements-UBUNTU.txt +++ b/requirements-UBUNTU.txt @@ -1 +0,0 @@ -ethtool