[libvirt] [jenkins-ci PATCH] guests: Install ip and tc for libvirt

Andrea Bolognani abologna at redhat.com
Fri Jun 8 14:43:36 UTC 2018


They're both pretty much guaranteed to be dragged in by
other packages already, but since we're being explicit in
the spec file might as well be explicit here too.

Signed-off-by: Andrea Bolognani <abologna at redhat.com>
---
 guests/vars/mappings.yml         | 10 ++++++++++
 guests/vars/projects/libvirt.yml |  2 ++
 2 files changed, 12 insertions(+)

diff --git a/guests/vars/mappings.yml b/guests/vars/mappings.yml
index af026e1..570e8fb 100644
--- a/guests/vars/mappings.yml
+++ b/guests/vars/mappings.yml
@@ -186,6 +186,10 @@ mappings:
   intltool:
     default: intltool
 
+  ip:
+    deb: iproute2
+    rpm: iproute
+
   iscsiadm:
     deb: open-iscsi
     rpm: iscsi-initiator-utils
@@ -761,6 +765,12 @@ mappings:
   sudo:
     default: sudo
 
+  tc:
+    deb: iproute2
+    rpm: iproute-tc
+    CentOS6: iproute
+    CentOS7: iproute
+
   unzip:
     default: unzip
     FreeBSD:
diff --git a/guests/vars/projects/libvirt.yml b/guests/vars/projects/libvirt.yml
index ad42fd5..248a64e 100644
--- a/guests/vars/projects/libvirt.yml
+++ b/guests/vars/projects/libvirt.yml
@@ -13,6 +13,7 @@ packages:
   - glusterfs
   - gnutls
   - hal
+  - ip
   - iscsiadm
   - libacl
   - libattr
@@ -49,6 +50,7 @@ packages:
   - scrub
   - sheepdog
   - showmount
+  - tc
   - wireshark
   - xen
   - xmllint
-- 
2.17.1




More information about the libvir-list mailing list