[sos-devel] [PATCH] ovirt: add rhevm packages

Sandro Bonazzola sbonazzo at redhat.com
Mon Aug 11 14:53:16 UTC 2014


Downstream packages for ovirt have branding
patches renaming them with rhevm prefix instead
of ovirt-engine.

Change-Id: Ie719ed9645b4b29ac8145d6f44a258524dfb592d
Signed-off-by: Sandro Bonazzola <sbonazzo at redhat.com>
---
 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 f365e15..38bc542 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(
-- 
1.8.3.1




More information about the sos-devel mailing list