Search My Blog

Sunday, August 21, 2011

cobbler - Trac for a PXE Boot Server


Cobbler

Cobbler is an install server; batteries are included

Cobbler is a Linux installation server that allows for rapid setup of network installation environments. It glues together and automates many associated Linux tasks so you do not have to hop between lots of various commands and applications when rolling out new systems, and, in some cases, changing existing ones.

With a simple series of commands, network installs can be configured for PXE, reinstallations, media-based net-installs, and virtualized installs (supporting Xen, qemu, KVM, and some variants of VMware). Cobbler uses a helper program called 'koan' (which interacts with Cobbler) for reinstallation and virtualization support.

Cobbler is a small and lightweight application (about 15k lines of Python code). It tries to be extremely simple to use both for very small and very large installations -- as well as easy to work on, extend, and hack. It avoids being "enterprisey" (as in complicated) whenever possible, but is highly useful in all sorts of enterprises by having a lot of advanced features and doing small things to save a large amount of time in repeated tasks.

Cobbler can also optionally help with managing DHCP, DNS, and yum package mirroring infrastructure -- in this regard, it is a more generalized automation app, rather than just dealing specifically with installations. There is also a lightweight built-in configuration management system, as well as support for integrating with configuration management systems like Puppet. Cobbler has a command line interface, a web interface (screenshot), and also several API access options. That sounds like a lot, but it's really pretty simple. New users may like to start with the web app after doing the initial setup steps on the command line (cobbler check; cobbler import) as it will give them a good idea of all of the features available. Advanced features don't have to be understood all at once, they can be incorporated over time as the need for them arises.

You can read more at the various links below to understand all that Cobbler can do.

Start Here

License, Source, and Build Information

Communicate

You May Also Like…

While Cobbler does not require it, you may very well also enjoy Func


A Red Hat Emerging Technology Project

Augeas A configuration editing tool and API libvirt The open source virtualization API
Cobbler OS provisioning and profile management libguestfs Tools for accessing and modifying virtual machine disk images
FreeIPA Identity, policy and audit management Virtual Machine Manager Virtualization management from the desktop

Go there...
https://fedorahosted.org/cobbler/

I installed Cobbler on my Fedora 14 System. Need to read more to figure out how to get it up and Surving as a PXE Boot Server...

Don

No comments: