Sandro Bonazzola has uploaded a new change for review. Change subject: sos: ovirt: add rhevm packages ......................................................................
sos: ovirt: add rhevm packages Align with upstream sos master patches. Add support for downstream packages and ovirt-scheduler-proxy Change-Id: I7e41635ffbb937390804e05961f49c687798cba2 Signed-off-by: Sandro Bonazzola <[email protected]> --- M src/sos/plugins/ovirt.py 1 file changed, 5 insertions(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-log-collector refs/changes/14/31414/1 diff --git a/src/sos/plugins/ovirt.py b/src/sos/plugins/ovirt.py index ff0cc25..6a794dc 100644 --- a/src/sos/plugins/ovirt.py +++ b/src/sos/plugins/ovirt.py @@ -61,7 +61,11 @@ self.packages = ( 'ovirt-engine', 'ovirt-engine-dwh', - 'ovirt-engine-reports' + 'ovirt-engine-reports', + 'ovirt-scheduler-proxy', + 'rhevm', + 'rhevm-dwh', + 'rhevm-reports' ) def setup(self): -- To view, visit http://gerrit.ovirt.org/31414 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I7e41635ffbb937390804e05961f49c687798cba2 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-log-collector Gerrit-Branch: ovirt-log-collector-3.4 Gerrit-Owner: Sandro Bonazzola <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
