vsphere iso remove cdroms#8690
Conversation
|
Hi There! This LGTM 👍 |
…s/packer into vsphere_iso_remove_cdrom * 'vsphere_iso_remove_cdrom' of https://github.com/daxgames/packer: format Update builder.go
|
Docs and format done. I think I added the docs in the right place. |
|
@sylviamoss Are there prerelease binaries somewhere that I am just missing or do I need to build it myself to use the pre-releases? Edit: I thought they would be here but not. |
|
There's one pipeline for storing artifacts (is one of the checks below). Here you can find the ones for this PR: https://circleci.com/gh/hashicorp/packer/32337#artifacts/containers/0 |
| @@ -2,6 +2,8 @@ | |||
|
|
|||
There was a problem hiding this comment.
This is a generated file that is generated based on builder/vsphere/iso/step_add_cdrom.go
What you can do is use the same logic for generating docs based on builder/vsphere/iso/step_remove_cdrom.go, and then you can write the docs as comment above
RemoveCdrom bool `mapstructure:"remove_cdrom"`
|
@sylviamoss Sorry for the delayed response, in the middle of moving cross country. I will look at the changes requested but I have a question.
Admittedly I am not super familiar with the Packer code so not sure were to look for this. I would think if one builder worked so would the other worked the other would also. |
|
Can you try running your |
|
Trying now. Really slowly. Working from car via cellular wifi hotspot download is taking forever! |
|
@sylviamoss same issue using the nightly and |
|
I suspect you still have the vsphere builder installed in your .plugin.d folder, so Packer is using it instead of the built-in one in the newer release. Delete the old one from your folder, and that should fix this API error. |
|
@SwampDragons there was a file in |
|
oh good catch. Must be a weak regex. I'll check the code and see if we can tweak it to ignore extensions. |
sylviamoss
left a comment
There was a problem hiding this comment.
Since everything seems to work perfectly, this LGTM! 🎉
|
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
I need this and the PR seems dead in its original repo.
Recreates jetbrains-infra/packer-builder-vsphere#238
All credit to @terbolous for this code.
Compiled and tested.