----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/17115/#review32288 -----------------------------------------------------------
tools/appliance/build.sh <https://reviews.apache.org/r/17115/#comment61026> Thanks for the patch. Can you please share the generated ovf file? tools/appliance/convert_ovf_vbox_to_esx.xslt <https://reviews.apache.org/r/17115/#comment61025> vbox specific namespace url could be omitted. xmlns:vbox="http://www.virtualbox.org/ovf/machine - Sateesh Chodapuneedi On Jan. 20, 2014, 8:59 a.m., Hugo Trippaers wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/17115/ > ----------------------------------------------------------- > > (Updated Jan. 20, 2014, 8:59 a.m.) > > > Review request for cloudstack and Animesh Chaturvedi. > > > Bugs: CLOUDSTACK-5883 > https://issues.apache.org/jira/browse/CLOUDSTACK-5883 > > > Repository: cloudstack-git > > > Description > ------- > > Virtualbox export creates an OVF file that is not compatible with VMware > import functions. This causes import errors when the systemvm ova is imported > into cloudstack. This patch fixes the issue by using an XSLT transformation > to convert the generated ovf into a format this is compatible with vmware. > > This is a squashed commit Based on the following commits in master: > 794d47c5f279bc8cbd212d9dd87673b8302de9db > bf26efc551e56d21a24049952ebe81f9686df5ec > 5d24843ef59b4d28a9a81ade4510c44b2a048b06 > 95a92ad2e3e7a8ceade4e5cd2e4ebd717c1cc2ab > da8ee45a249f89f2ef2a74d225854b37785f6922 > 50054fe0603673d04655362ea515d3b5c5bb3610 > 50054fe0603673d04655362ea515d3b5c5bb3610 > ecf57c368a9790e28e47bb83b51201763bd2b1ef > > > Diffs > ----- > > tools/appliance/build.sh 61ee793 > tools/appliance/convert/Convert.class PRE-CREATION > tools/appliance/convert/Convert.java PRE-CREATION > tools/appliance/convert_ovf_vbox_to_esx.xslt PRE-CREATION > > Diff: https://reviews.apache.org/r/17115/diff/ > > > Testing > ------- > > Created systemvm using the jenkins build system (master branch) and imported > the systemvm into cloudstack and created an instance based on these > templates. (32 and 64 bit) > > > Thanks, > > Hugo Trippaers > >