Re: [PATCH] first commit for vmware import module

2011-02-22 Thread Scott Henson
On Thu, 17 Feb 2011 11:17:34 -0500, Jonathan Sabo js...@criminal.org wrote: There is a bug in the pxegen.py append_line stuff. As it is if you render the template you end up with ppend $img_path/vmkboot.gz append

Re: [PATCH] first commit for vmware import module

2011-02-22 Thread Jonathan Sabo
The previous set of code didn't generate working pxe configs. This should fix that. diff --git a/cobbler/pxegen.py b/cobbler/pxegen.py index ef7f177..239510a 100644 --- a/cobbler/pxegen.py +++ b/cobbler/pxegen.py @@ -487,6 +487,7 @@ class PXEGen: if image is None: # not

Re: [PATCH] first commit for vmware import module

2011-02-17 Thread Jonathan Sabo
There is a bug in the pxegen.py append_line stuff. As it is if you render the template you end up with ppend $img_path/vmkboot.gz append initrd=/images/vmware-esxi4.1-x86_64/vmkboot.gzks=http://192.168.69.3/cblr/svc/op/ks/system/testvm1-sab0 lang= text --- $img_path/vmkernel.gz ---

Re: [PATCH] first commit for vmware import module

2010-12-19 Thread James Cammarata
Minor fix for ESXi pushed as well: commit 513eaed82a6124be68793166bde3509513634d49 Author: James Cammarata j...@sngx.net Date: Sun Dec 19 16:05:54 2010 -0600 Fixed distro_adder() in manage_import_vmware so ESXi gets imported properly On Sat, Dec 18, 2010 at 10:08 AM, James Cammarata

Re: [PATCH] first commit for vmware import module

2010-12-19 Thread Scott Henson
On Sun, 19 Dec 2010 16:07:27 -0600, James Cammarata sngx-ad...@sngx.net wrote: Minor fix for ESXi pushed as well: commit 513eaed82a6124be68793166bde3509513634d49 Author: James Cammarata j...@sngx.net Date: Sun Dec 19 16:05:54 2010 -0600 Fixed distro_adder() in manage_import_vmware

[PATCH] first commit for vmware import module

2010-12-18 Thread James Cammarata
Pushed to my github in the import-modules branch: commit 8826d50ac30f43d372d9bebfefa04432d7e3c6a1 Author: James Cammarata j...@sngx.net Date: Sat Dec 18 10:06:36 2010 -0600 Initial commit for the VMWare import module * tested against esx4 update 1, which imported successfully