Dan Kenigsberg has submitted this change and it was merged. Change subject: External hypervisor VMs integration ......................................................................
External hypervisor VMs integration Added v2v module - added ability to list VMs from external source (non KVM) via libvirt. The v2v module aims to add the ability to vdsm to integrate with external hypervisors and import VMs directly to storage domain. It will have an API for listing VMs with basic properties (such as name, disks and network) as well as an API for importing an actual VM from external hypervisor. v2v module will use virt-v2v to convert the VM from other hypervisors as well as libvirt for listing existing VMs. Change-Id: I7dcfb860626a844d1d08590274b508519a33f4a3 Signed-off-by: Shahar Havivi <[email protected]> Reviewed-on: http://gerrit.ovirt.org/33309 Tested-by: Shahar Havivi <[email protected]> Reviewed-by: Francesco Romani <[email protected]> Reviewed-by: Dan Kenigsberg <[email protected]> --- M client/vdsClient.py M tests/Makefile.am A tests/v2vTests.py M vdsm.spec.in M vdsm/API.py M vdsm/Makefile.am M vdsm/rpc/BindingXMLRPC.py M vdsm/rpc/Bridge.py M vdsm/rpc/vdsmapi-schema.json A vdsm/v2v.py 10 files changed, 356 insertions(+), 2 deletions(-) Approvals: Shahar Havivi: Verified Dan Kenigsberg: Looks good to me, approved Francesco Romani: Looks good to me, but someone else must approve -- To view, visit http://gerrit.ovirt.org/33309 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I7dcfb860626a844d1d08590274b508519a33f4a3 Gerrit-PatchSet: 38 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Shahar Havivi <[email protected]> Gerrit-Reviewer: Antoni Segura Puimedon <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Francesco Romani <[email protected]> Gerrit-Reviewer: Nir Soffer <[email protected]> Gerrit-Reviewer: Piotr Kliczewski <[email protected]> Gerrit-Reviewer: Saggi Mizrahi <[email protected]> Gerrit-Reviewer: Shahar Havivi <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
