ESXi boot images are not created
Closed this issue · 2 comments
vallard commented
The front end calls /isos/boot API which in turn calls the API function mkboot_iso() which calls: IsoMaker.mkboot_iso
and Builder.deploy_server_images
.
mkboot_iso seems to work as it extracts the ESXi image, but no images are created for the nodes. This is probably in Builder.deploy_server_images.
vallard commented
Builder.deploy_server_images
calls build_boot_image(host, template)
. Seems the second time it worked... hmm... not sure what happened.
vallard commented
not able to duplicate. Seems that it did what it was supposed to.