aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryn M. Reeves <bmr@redhat.com>2014-06-05 16:04:01 -0400
committerBryn M. Reeves <bmr@redhat.com>2014-06-05 16:04:01 -0400
commitbb3fe913d50221ca5d16b13917dfd48d9f693c5a (patch)
tree7f0f648b438b461b6961b9c86ddbb590680a150f
parentdf5ff34f28ddfe901d58b28070a786b1fed745b9 (diff)
downloadsos-bb3fe913d50221ca5d16b13917dfd48d9f693c5a.tar.gz
[ovirt] Add dwh and reports packages to plugin package list
Allows the plugin to collect data on standalone dwh and reports installations. Related: Issue #236, Issue #237 Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
-rw-r--r--sos/plugins/ovirt.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/sos/plugins/ovirt.py b/sos/plugins/ovirt.py
index 472664cf..cc8daaf4 100644
--- a/sos/plugins/ovirt.py
+++ b/sos/plugins/ovirt.py
@@ -28,7 +28,11 @@ from sos.plugins import Plugin, RedHatPlugin
class Ovirt(Plugin, RedHatPlugin):
"""oVirt Engine related information"""
- packages = ('ovirt-engine',)
+ packages = (
+ 'ovirt-engine',
+ 'ovirt-engine-dwh',
+ 'ovirt-engine-reports'
+ )
DB_PASS_FILES = re.compile(
flags=re.VERBOSE,