===== What? ===== Cobbler is a nice system to automate installations. Kind of management-tool, managing distros (centos, fedora, suse etc.), systems you want to deploy linux on, repositories to update the systems from and much more. These are my note on virtualizing cobbler with kvm. That way testing can be done on one host-computer w/ linux, speeding up the test-deployments with cobbler. It can be used standalone and is also part of Spacewalk/Red Hat Satellite version 5. Nowadays, you might want to look at [[https://projects.theforeman.org/projects/foreman/wiki|theforeman]] instead of cobbler. Using kvm to * virtualize a cobbler-server * deploy linux on other vms or real systems using the cobbler-server Didnt completely virtualize all needed services in the cobbler-virtualmachine: * the http-directory is served from the hosts linux, debian here. * tftp-services are offered by the hosts linux, found tftp-transfers to be not possible between kvm virtualized machines ===== glossary ===== * host-linux - the system running on the bare metal, hosting the virtual machines * cobbler, cobblermaster: the virtualized system running cobbler (including dhcp, http) * cobblerclient: the virtualized or real system installed with linux by cobbler ===== subdocuments/links ===== * https://cobbler.github.io/ - the cobbler page