CiscoUcs/KUBaM

ESXi boot images are not created

Closed this issue · 2 comments

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.

Builder.deploy_server_images calls build_boot_image(host, template). Seems the second time it worked... hmm... not sure what happened.

not able to duplicate. Seems that it did what it was supposed to.