Change in vdsm[master]: v2v: get VM information from OVA file

shavivi at redhat.com shavivi at redhat.com
Thu Jul 9 07:57:52 UTC 2015


Shahar Havivi has posted comments on this change.

Change subject: v2v: get VM information from OVA file
......................................................................


Patch Set 2:

(1 comment)

https://gerrit.ovirt.org/#/c/43271/2/vdsm/v2v.py
File vdsm/v2v.py:

Line 49: 
Line 50: _V2V_DIR = os.path.join(P_VDSM_RUN, 'v2v')
Line 51: _VIRT_V2V = CommandPath('virt-v2v', '/usr/bin/virt-v2v')
Line 52: 
Line 53: _OVF_NS = 'http://schemas.dmtf.org/ovf/envelope/1'
> I'd like to have a glance at the OVA format. There is some overview doc you
OVA contains files used to describe a virtual machine,
includes an .OVF descriptor file, optional manifest (.MF)  and other related files saved in a single tar files.
There is a reference on OVA from here:
https://en.wikipedia.org/wiki/Open_Virtualization_Format
Line 54: _RASD_NS = 'http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/' \
Line 55:            'CIM_ResourceAllocationSettingData'
Line 56: 
Line 57: ImportProgress = namedtuple('ImportProgress',


-- 
To view, visit https://gerrit.ovirt.org/43271
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I3c55c846f837bb5bf363717e05daabf5ee6631ca
Gerrit-PatchSet: 2
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Shahar Havivi <shavivi at redhat.com>
Gerrit-Reviewer: Dan Kenigsberg <danken at redhat.com>
Gerrit-Reviewer: Francesco Romani <fromani at redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Michal Skrivanek <mskrivan at redhat.com>
Gerrit-Reviewer: Shahar Havivi <shavivi at redhat.com>
Gerrit-Reviewer: automation at ovirt.org
Gerrit-HasComments: Yes


More information about the vdsm-patches mailing list