[Libguestfs] [PATCH 0/3] Make generated OVF more conforming to standard

Tomáš Golembiovský tgolembi at redhat.com
Sun Feb 18 14:26:07 UTC 2018


The main reason for creating different OVF is that it can be used to create VM
by oVirt REST API. The RHV export domain flavor cannot be used that way.

Tomáš Golembiovský (3):
  v2v: tests: check generated OVF
  v2v: ovf: Create OVF more aligned with the standard
  v2v: vdsm: add --vdsm-fixed-ovf option

 v2v/cmdline.ml                           |   5 ++
 v2v/create_ovf.ml                        | 108 ++++++++++++++++++++++---------
 v2v/create_ovf.mli                       |   2 +-
 v2v/output_rhv.ml                        |   2 +-
 v2v/output_vdsm.ml                       |   9 ++-
 v2v/output_vdsm.mli                      |   1 +
 v2v/test-v2v-o-rhv.ovf.expected          |  92 ++++++++++++++++++++++++++
 v2v/test-v2v-o-rhv.sh                    |  20 ++++++
 v2v/test-v2v-o-vdsm-options.ovf.expected |  92 ++++++++++++++++++++++++++
 v2v/test-v2v-o-vdsm-options.sh           |  19 +++++-
 v2v/virt-v2v.pod                         |   7 ++
 11 files changed, 322 insertions(+), 35 deletions(-)
 create mode 100644 v2v/test-v2v-o-rhv.ovf.expected
 create mode 100644 v2v/test-v2v-o-vdsm-options.ovf.expected

-- 
2.16.1




More information about the Libguestfs mailing list