You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.
as others builders does,
download ISO from URL or local and then upload to datastore and bind to VM.
This allow dynamic ISO provisioning.
It should be easy to implement because you already are uploading the generated floppy disk.
so it should be as easy as add 2 parameters
iso_url
then download the iso, upload to vsphere
iso_datastore? [mydatastore] /isos/
then bind the iso (you already are doing it)
The text was updated successfully, but these errors were encountered:
as others builders does,
download ISO from URL or local and then upload to datastore and bind to VM.
This allow dynamic ISO provisioning.
It should be easy to implement because you already are uploading the generated floppy disk.
so it should be as easy as add 2 parameters
iso_url
then download the iso, upload to vsphere
iso_datastore? [mydatastore] /isos/
then bind the iso (you already are doing it)
The text was updated successfully, but these errors were encountered: