From baa8c63c87dc855424b7f65ab78d556be39be242 Mon Sep 17 00:00:00 2001 From: "Bryn M. Reeves" Date: Tue, 12 Aug 2014 17:29:18 +0100 Subject: [ovirt] add rhevm packages Downstream packages for ovirt have branding patches renaming them with rhevm prefix instead of ovirt-engine. Signed-off-by: Sandro Bonazzola Signed-off-by: Bryn M. Reeves --- sos/plugins/ovirt.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sos/plugins/ovirt.py b/sos/plugins/ovirt.py index f365e151..38bc542a 100644 --- a/sos/plugins/ovirt.py +++ b/sos/plugins/ovirt.py @@ -31,7 +31,11 @@ class Ovirt(Plugin, RedHatPlugin): packages = ( 'ovirt-engine', 'ovirt-engine-dwh', - 'ovirt-engine-reports' + 'ovirt-engine-reports', + 'ovirt-scheduler-proxy', + 'rhevm', + 'rhevm-dwh', + 'rhevm-reports' ) DB_PASS_FILES = re.compile( -- cgit