[pve-devel] [RFC PATCH qemu-server 0/4] Initial support for creating VMs from OVF manifests

Emmanuel Kasper e.kasper at proxmox.com
Tue Feb 21 10:18:52 CET 2017


This patch series add initial support for creating VMs from OVF·
manifests, adding a new command with the following create:

qm ovfcreate path_to_manifest.xml {vmid}

The command is quite for the momment as it only parses VM name, cores count and memory,
but more is on the way (os types and then finally the disk images)

For testing I used the with the Windows IE Edge test VMWare machine from
https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/

Emmanuel Kasper (4):
  Force overwriting existing compressed man pages and symbolic links
  Add depency to libxml-simple-perl
  Initial parsing of OVF files
  Add a new command line option 'ovfcreate', to create VMs from an OVF
    manifest

 Makefile                |   8 +-
 PVE/CLI/qm.pm           |  47 +++++++++++
 PVE/QemuServer/Makefile |   1 +
 PVE/QemuServer/OVF.pm   | 209 ++++++++++++++++++++++++++++++++++++++++++++++++
 control.in              |   2 +-
 5 files changed, 262 insertions(+), 5 deletions(-)
 create mode 100644 PVE/QemuServer/OVF.pm

-- 
2.1.4





More information about the pve-devel mailing list