assisted-test-infra icon indicating copy to clipboard operation
assisted-test-infra copied to clipboard

iPXE assets download to container and modify iPxe script

Open bkopilov opened this issue 7 months ago • 25 comments

Curren iPXE script contains links redirected to https, PXE can not run the downloaded script directly from node.

Steps: (as descibied in UI) Download the example iPXE script file Download the assets in the script file to your iPXE server Inside the example script file, customize the asset URLs to your local server address

  • Added support for libvirt undefine network
  • Added new flag local_pxe_assets to keep support "other" without modifying the pxe content
  • Download the ipxe , decode to utf-8 and download http links to the container directoy
  • Modify the iPXE scrips link to download from container.

iPXE script should contain local address http://192.168.XXX.1:8500/ for each image type pxe-initrd, kernel, rootfs

bkopilov avatar Jul 20 '24 06:07 bkopilov