terraform-provider-libvirt
terraform-provider-libvirt copied to clipboard
Add PXE Support
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!
Also interested in this feature to provision OpenShift (CoreOS) cluster.
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
Also interested in this feature to provision OpenShift (CoreOS) cluster.