Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarify supported ISO urls documentation in shared partials as not all builders support VHD #259

Open
nywilken opened this issue Jul 17, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@nywilken
Copy link
Contributor

This issue came up in a discussion with vSphere folks. The embedded partials contain information that is not true for the vSphere builder. We need to clarify the documentation to read that some builders may support additional media such as VHD or VHDX and encourage users to check the builder-specific documentation for usage instructions.

iso_url (string) - A URL to the ISO containing the installation image or virtual hard drive (VHD or VHDX) file to clone.

Optional:
iso_urls ([]string) - Multiple URLs for the ISO to download. Packer will try these in order. If anything goes wrong attempting to download or while downloading a single URL, it will move on to the next. All URLs must point to the same file (same checksum). By default this is empty and iso_url is used. Only one of iso_url or iso_urls can be specified.
@nywilken nywilken added the bug Something isn't working label Jul 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant