Re: [PATCH] fix mistake in utils.py related to testing JSON settings

2011-08-07 Thread Scott Henson
On Wed, 6 Jul 2011 18:35:40 -0500, James Cammarata j...@sngx.net wrote: A mistaken bit got committed along with the other utils stuff I sent in last week: Fixed in both places. Thanks. -- Scott Henson Red Hat SOC Operator WVU Alum BSAE/BSME pgppontotN1eP.pgp Description: PGP signature

Re: Patch to move HEADER heredoc from action_buildis.py to header file

2011-08-07 Thread Scott Henson
On Wed, 6 Jul 2011 18:13:58 -0400, Glenn Bailey gbai...@terremark.com wrote: Found this yesterday .. I only needed to change the header so I didn't bother with making it a template ;-) Applied to master. Also added to my todo list to backport it. Thanks. -- Scott Henson Red Hat SOC Operator

Re: [PATCH] Add freebsd media importer

2011-08-07 Thread Scott Henson
On Mon, 11 Jul 2011 11:56:46 -0400, Jonathan Sabo js...@criminal.org wrote: This adds initial support for FreeBSD (8.0,8.1,8.2) media importing. There are some additional manual steps that have to be taken in order to actually get the install to work, but this sets you up and puts you in a

Re: Bridged interfaces and breaking lots of stuff

2011-08-07 Thread Scott Henson
On Wed, 27 Jul 2011 19:53:41 -0500, James Cammarata j...@sngx.net wrote: Feedback is always welcome, thanks! I like it, merged. -- Scott Henson Red Hat SOC Operator WVU Alum BSAE/BSME pgpSt9ZpDZceo.pgp Description: PGP signature ___ cobbler-devel

Re: Where are Advanced Snippets ?

2011-08-07 Thread Scott Henson
On Fri, 29 Jul 2011 21:14:20 + (UTC), Dan White y...@comcast.net wrote: According to https://fedorahosted.org/cobbler/wiki/KickstartSnippets#AdvancedSnippets, I should be able to cascade snippets with per_system, per_profile, and per_distro. I spent the last two days pounding my head

Re: no URL decode in services.py for getting the kickstart file

2011-08-07 Thread Scott Henson
On Sat, 30 Jul 2011 23:08:15 +0200, Jasper Aikema jas...@aikema.nl wrote: Hello, I tried to kickstart a SLES 11 distribution on spacewalk, but this was not possible for me. In spacewalk the kickstart profile have a special name: distribution name:id:organisation name. The problem is the

Re: [PATCH] adding support for bridged interfaces and fixing the json settings issue

2011-08-07 Thread Scott Henson
On Sat, 30 Jul 2011 11:01:34 -0500, James Cammarata j...@sngx.net wrote: I've created a new feature branch on my github named bridge-interface, which contains these commits. Commited. Thanks. -- Scott Henson Red Hat SOC Operator WVU Alum BSAE/BSME pgpxD6wDJjmsH.pgp Description: PGP

Re: [PATCH] adding support for bridged interfaces and fixing the json settings issue

2011-08-07 Thread Scott Henson
On Sun, 31 Jul 2011 14:57:09 +0200, Jörgen Maas jorgen.m...@gmail.com wrote: James, Would this be a good time to rename subnet to netmask aswell? Good work! This has been discussed heavily in the past, I think the migration would be a big pain. I would probably support to add a patch that

Re: [PATCH] Add support to koan to select type of network device to emulate

2011-08-07 Thread Scott Henson
On Tue, 2 Aug 2011 14:35:21 +0200, Tim Verhoeven tim.verhoeven...@gmail.com wrote: Hi, Attached is a small patch to koan that allows you to select what type of network device kvm/qemu will emulate when creating the guest. It is based on the --qemu-disk-type option, but it is called

Re: [PATCH] rename --subnet to --netmask

2011-08-07 Thread Scott Henson
On Tue, 2 Aug 2011 20:27:41 -0500, James Cammarata j...@sngx.net wrote: Pushed to my github, in the bridge-interface branch. I decided to make this dependent on the bridge interface change support, just because there is some overlap and so much is being changed it should all really be tested

Re: [PATCH] Enable FreeBSD replication

2011-08-07 Thread Scott Henson
On Thu, 4 Aug 2011 11:53:35 -0400, Jonathan Sabo js...@criminal.org wrote: This should allow imported FreeBSD media to be replicated using Cobbler replication. https://github.com/jsabo/cobbler/commit/3f00545f7995a79cc157eb90b4a3c3cc11278dbf Merged, thanks. -- Scott Henson Red Hat SOC

Re: [PATCH] re-adding the ability to generate random macs from the webui

2011-08-07 Thread Scott Henson
On Fri, 5 Aug 2011 21:34:36 -0500, James Cammarata j...@sngx.net wrote: Pushed to github in the branch random-mac. Applied to master. Probably needs backported to stable? -- Scott Henson Red Hat SOC Operator WVU Alum BSAE/BSME pgpy686FJ7D2t.pgp Description: PGP signature

Re: [PATCH] re-adding the ability to generate random macs from the webui

2011-08-07 Thread James Cammarata
On Sun, Aug 7, 2011 at 6:22 PM, Scott Henson shen...@redhat.com wrote: On Fri, 5 Aug 2011 21:34:36 -0500, James Cammarata j...@sngx.net wrote: Pushed to github in the branch random-mac. Applied to master. Probably needs backported to stable? Not sure it's worth the effort. It's more of a

[PATCH] module for chainloading authentication modules

2011-08-07 Thread James Clendenan
Hopefully this provides the patch as ascii rather than as html. Any comments / re-factors are welcome. James ---BeginMessage--- From: James Clednenan james.clende...@gmail.com --- cobbler/modules/authn_chainload.py| 64 +