Questions tagged [cobbler]

Cobbler is a network based provisioning tool for Linux systems.

Cobbler is a highly configurable provisioning tool for Linux systems that allows for network based bare-metal installations as well as supporting virtualized guests in Xen, qemu, KVM, and some VMware environments. By making use of python and Cheetah scripting kickstart files can be generated on the fly for either individual, or groups of systems. While aimed primarily at RedHat derivatives (RHEL, CentOS, Fedora, etc) some support for Debian systems is also available.

More info at http://cobbler.github.io/

62 questions
0
votes
1 answer

Managing DHCP with Cobbler and multiple NICs

I'm trying to setup Cobbler for PXE booting and I want it to also manage DHCP. The issue is I only want one of the two available NICs to manage DHCP. Is there a way to specify which NIC Cobbler will use for DHCP? Thank you.
William
  • 213
  • 6
  • 15
0
votes
0 answers

Terraform-vsphere work with Cobbler for OS installation

I'm trying to use terraform vsphere to provision vSphere VMs. Now I can create VMs. resource "vsphere_virtual_machine" "k8s_cp3" { name = "sat-k8s-cp3" datastore_id = data.vsphere_datastore.vsan.id resource_pool_id =…
felixc
  • 11
  • 3
1 2 3 4
5