dmacvicar / terraform-provider-libvirt

Terraform provider to provision infrastructure with Linux's KVM using libvirt
Apache License 2.0
1.57k stars 458 forks source link

Add PXE Support #771

Open hfjn opened 4 years ago

hfjn commented 4 years ago

This issue is based on the discussion here.

First of all thank you for this awesome provider, it has been really helpful so far.

I'd be super interested in support of pxe for this provider. Since there is already a ready to be used pxe server on the network this would be super helpful to kickstart my vms. With libvirt I can just do virt-install --pxe, would it be possible to also support this?

Thanks!

dzintars commented 3 years ago

Also interested in this feature to provision OpenShift (CoreOS) cluster.

samuelvl commented 3 years ago

I managed to deploy Openshift with PXE by using network boot @dzintars

https://github.com/samuelvl/ocp4-ipi-baremetal-lab/blob/master/src/modules/ocp_node/libvirt_domain.tf#L37

jwich71 commented 1 year ago

Also interested in this feature to provision OpenShift (CoreOS) cluster.