terraform-provider-libvirt icon indicating copy to clipboard operation
terraform-provider-libvirt copied to clipboard

Add PXE Support

Open hfjn opened this issue 4 years ago • 4 comments

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!

hfjn avatar Aug 11 '20 07:08 hfjn

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

dzintars avatar Dec 18 '20 11:12 dzintars

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

samuelvl avatar Dec 18 '20 11:12 samuelvl

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

jwich71 avatar May 09 '23 06:05 jwich71