Cobbler (software)

Summary

Cobbler is a Linux provisioning server that facilitates and automates the network-based system installation of multiple computer operating systems from a central point using services such as DHCP, TFTP, and DNS.[3][4] It can be configured for PXE, reinstallations, and virtualized guests using Xen, KVM or VMware. Cobbler interacts with the koan program for re-installation and virtualization support. koan and Cobbler use libvirt to integrate with different virtualization software. Cobbler is able to manage complex network scenarios like bridging on a bonded Ethernet link.

Cobbler
Original author(s)Michael DeHaan
Initial release28 May 2008; 15 years ago (2008-05-28)[1]
Stable release
3.3.4 / February 26, 2024; 43 days ago (2024-02-26)[2]
Repository
  • github.com/Cobbler/Cobbler Edit this at Wikidata
Written inPython
Operating systemCross-platform
TypeInstallation
LicenseGNU GPLv2
Websitecobbler.github.io Edit this on Wikidata

The Cobbler project was born at Red Hat and led by Michael DeHaan.[5]

Cobbler builds on the Kickstart mechanism and offers installation profiles that can be applied to one or many machines. It also features integration with Yum to aid in machine installs.

Cobbler has features to dynamically change the information contained in a kickstart template (definition), either by passing variables called ksmeta or by using so-called snippets. An example for a ksmeta variable could be the name of a disk device in the system. This could be inherited from the system's Cobbler profile. Snippets can be dynamic Python code that expands the limited functionality of Anaconda. The combination of profiles, ksmeta and snippets gives Cobbler high flexibility; complexity is avoided by keeping the actual "code" in the snippets, of which there can be one for each task in an installation. There are examples for network setup or disk partitioning; keeping common code in snippets helps minimize the size of the kickstart files.

Cobbler was originally targeted for RPM-based installs via Kickstart and Anaconda, and was previously hosted as part of the Fedora Project.[6] Since Jan 19, 2011, Cobbler has been packaged for Ubuntu.[7] Since 2012, Canonical Ltd has used Cobbler for test automation of OpenStack on Ubuntu.[8]

Red Hat's systems management application, Satellite, used Cobbler for provisioning up until RedHat Satellite 6.0.[9]

References edit

  1. ^ "Release v1.0.0 · cobbler/cobbler". Retrieved 6 March 2021 – via GitHub.
  2. ^ "Releases - cobbler/cobbler". Retrieved 26 February 2024 – via GitHub.
  3. ^ "Cobbler pieces together mass Red Hat Linux installations". The Register. 2008-06-19. Retrieved 2008-09-10.
  4. ^ "Ease Network Deployments with Cobbler". Enterprise Networking Planet. 2008-09-23. Retrieved 2008-10-06.
  5. ^ Nalley, David. "New Shoes » Linux Magazine". Linux Magazine.
  6. ^ "cobbler". Retrieved 2012-09-20.
  7. ^ "Cobbler Accepted Into Ubuntu Archive". Linux Pro Magazine. 2011-01-19. Retrieved 2012-09-20.
  8. ^ "Automating Openstack Testing on Ubuntu". 2012-02-08. Retrieved 2012-09-20.
  9. ^ "Product Documentation > Red Hat Network Satellite > 5.4: Cobbler". Red Hat.

External links edit

  • Official website