Dan Kenigsberg has submitted this change and it was merged. Change subject: adding getHardwareInfo API to vdsm ......................................................................
adding getHardwareInfo API to vdsm Super vdsm retrieves system info about host hardware parameters. This info will be shown as part of getHardwareInfo API call in a structure called HardwareInformation. This feature currently available only for x86 cpu platfroms, for other platfroms the api call returns empty dictionary. Feature-Description: http://wiki.ovirt.org/wiki/Features/Design/HostHardwareInfo Change-Id: Ic429ef101fcf9047c4b552405314dc7ba9ba07a0 Signed-off-by: Yaniv Bronhaim <[email protected]> --- M vdsm.spec.in M vdsm/API.py M vdsm/BindingXMLRPC.py M vdsm/Makefile.am M vdsm/define.py A vdsm/dmidecodeUtil.py M vdsm/supervdsmServer.py M vdsm_api/vdsmapi-schema.json M vdsm_cli/vdsClient.py 9 files changed, 167 insertions(+), 0 deletions(-) Approvals: Shu Ming: Looks good to me, but someone else must approve Yaniv Bronhaim: Verified Saggi Mizrahi: Looks good to me, approved Barak Azulay: Looks good to me, but someone else must approve Dan Kenigsberg: -- To view, visit http://gerrit.ovirt.org/9258 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ic429ef101fcf9047c4b552405314dc7ba9ba07a0 Gerrit-PatchSet: 19 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Yaniv Bronhaim <[email protected]> Gerrit-Reviewer: Adam Litke <[email protected]> Gerrit-Reviewer: Alon Bar-Lev <[email protected]> Gerrit-Reviewer: Andrew Cathrow <[email protected]> Gerrit-Reviewer: Barak Azulay <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Mark Wu <[email protected]> Gerrit-Reviewer: Pradipta Banerjee <[email protected]> Gerrit-Reviewer: Saggi Mizrahi <[email protected]> Gerrit-Reviewer: ShaoHe Feng <[email protected]> Gerrit-Reviewer: Shu Ming <[email protected]> Gerrit-Reviewer: Yaniv Bronhaim <[email protected]> Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
