CiscoUcs / KUBaM

Ultra Light Weight Bare Metal OS installer for UCS
http://kubam.io
Other
14 stars 15 forks source link

ESXi boot images are not created #3

Closed vallard closed 6 years ago

vallard commented 6 years ago

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 6 years ago

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

vallard commented 6 years ago

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