Re: Support for puppet initialization and signing

2011-03-29 Thread Andrew Rankin
On Tue, Mar 29, 2011 at 8:24 AM, Jonathan Sabo wrote: > On Mon, Mar 28, 2011 at 6:30 PM, James Cammarata wrote: > > Interesting, I have scripts that pretty much do the same thing. I'd > > love to see these in the main tree supported there rather than > > manually by myself :) > > > > On Mon, Mar

Re: [PATCH] fix indentation on line 71 of cobblerd.py

2011-03-10 Thread Andrew Rankin
I don't think this ever got applied, or at least the build I did this morning complained about it. Andrew On Tue, Mar 1, 2011 at 5:22 PM, Jonathan Sabo wrote: > Small indentation issue. > > diff --git a/cobbler/cobblerd.py b/cobbler/cobblerd.py > index 0340446..e00ad79 100644 > --- a/cobbler/cob

Re: [PATCH] Create default path for buildiso in /var/cache and fix webui reporting failure of buildiso when there is none.

2011-03-01 Thread Andrew Rankin
On Thu, Feb 24, 2011 at 3:11 PM, Scott Henson wrote: > On Thu, 24 Feb 2011 14:32:25 -0500, Andrew Rankin wrote: >> My workaround was just to not define a dummy or call on_done in >> CobblerThread unless one is passed to it when object instance is >> created in __start_task

Re: [PATCH] Create default path for buildiso in /var/cache and fix webui reporting failure of buildiso when there is none.

2011-02-24 Thread Andrew Rankin
On Wed, Feb 23, 2011 at 4:18 PM, Scott Henson wrote: > On Wed, 23 Feb 2011 14:57:28 -0500, Andrew Rankin wrote: >> >> Additional patch for setup.py and cobbler.spec to create the paths attached. >> > > Merged. Thanks! > > -- > Scott Henson > Red Hat

Re: [PATCH] Create default path for buildiso in /var/cache and fix webui reporting failure of buildiso when there is none.

2011-02-23 Thread Andrew Rankin
On Wed, Feb 23, 2011 at 2:09 PM, Andrew Rankin wrote: > On Wed, Feb 23, 2011 at 1:53 PM, Scott Henson wrote: >> On Wed, 23 Feb 2011 13:42:56 -0500, Andrew Rankin wrote: >>> For your consideration: >>> >>> Trac Ticket #510: Modified 'cobbler buildiso&#

Re: [PATCH] Create default path for buildiso in /var/cache and fix webui reporting failure of buildiso when there is none.

2011-02-23 Thread Andrew Rankin
On Wed, Feb 23, 2011 at 1:53 PM, Scott Henson wrote: > On Wed, 23 Feb 2011 13:42:56 -0500, Andrew Rankin wrote: >> For your consideration: >> >> Trac Ticket #510: Modified 'cobbler buildiso' to use >> /var/cache/cobbler/buildiso by default.  Added a /etc/cobb

[PATCH] Create default path for buildiso in /var/cache and fix webui reporting failure of buildiso when there is none.

2011-02-23 Thread Andrew Rankin
command line. (https://fedorahosted.org/cobbler/ticket/510) Trac Ticket #509: Added 'self' as a argument to self.on_done() to keep the web interface from stating that buildiso failed. (https://fedorahosted.org/cobbler/ticket/509) Andrew From 4ae2d85301d04961d0894dc42e9843ea2da6c744 Mon Sep 17 00:00:00 2

Re: [PATCH] Added --sync-all option to cobbler replicate which forces all systems, distros, profiles, repos and images to be synced without specifying each

2011-02-22 Thread Andrew Rankin
On Tue, Feb 22, 2011 at 4:03 PM, Andrew Rankin wrote: > On Tue, Feb 22, 2011 at 3:57 PM, Scott Henson wrote: >> On Tue, 22 Feb 2011 14:15:17 -0500, Andrew Rankin wrote: >>> For your consideration: >>> >>> Added --sync-all option to cobbler replicate w

Re: [PATCH] Added --sync-all option to cobbler replicate which forces all systems, distros, profiles, repos and images to be synced without specifying each

2011-02-22 Thread Andrew Rankin
On Tue, Feb 22, 2011 at 3:57 PM, Scott Henson wrote: > On Tue, 22 Feb 2011 14:15:17 -0500, Andrew Rankin wrote: >> For your consideration: >> >> Added --sync-all option to cobbler replicate which forces all systems, >> distros, profiles, repos and images to be synced

[PATCH] Added --sync-all option to cobbler replicate which forces all systems, distros, profiles, repos and images to be synced without specifying each

2011-02-22 Thread Andrew Rankin
For your consideration: Added --sync-all option to cobbler replicate which forces all systems, distros, profiles, repos and images to be synced without specifying each individually. I find this quite useful when trying to completely mirror one cobbler installation to another backup machine in a

[PATCH] Added manage_rsync option which defaults to 0.

2011-02-22 Thread Andrew Rankin
For your consideration: This patch creates a manage_rsync option for /etc/cobbler/settings which allows you to disable management of /etc/rsyncd.conf much like you can do with dhcp or dns configurations. Andrew From ac2fa90bffe5040c64a09685d14a6fbe4c9a06e0 Mon Sep 17 00:00:00 2001 From: Robert Ra