-
Notifications
You must be signed in to change notification settings - Fork 175
Feature stepremoteupload #146
Feature stepremoteupload #146
Conversation
I was looking for this feature as well to have feature parity with vmware-iso. Any update when this could be reviewed? Thanks @remijouannet for your contribution. |
hey @steven-sheehy meanwhile you can use my build https://github.com/remijouannet/packer-builder-vsphere/releases/tag/v2.1-alpha |
@remijouannet Thanks, I tried it and it does not allow you to use the old approach of only specifying iso_paths:
|
here is a working example, don't use iso_path "iso_urls": [ |
Yes, I also have the iso_urls approach working. My point was I think the maintainers will probably want to keep the old approach as well. iso_paths is also still mentioned in README and in examples as supported. |
Yeah but iso_paths is use for mouting a ISO that is already upload on the esxi, my patch doesn't remove that you juste have too choose between the two methods Anyway i will wait for the review to see if this behavior is ok or not |
it works nicely!!! are you going to integrate it? I'm planning to use this plugin for my development automatic proceses with jenkins. |
I'd happy to merge this! please rebase the branch onto |
Will work on that |
81efa15
to
a3002d2
Compare
new PR #164 |
Great work on this issue guys. Now with this feature added combining Packer with Terraform almost brings a Vagrant-like experience to vSphere. I'm amazed that it takes a community project to achieve this and Hashicorp still requires you use a nasty SSH backdoor. |
Sorry this PR also include everything in #144
this PR include a step to upload an iso to vpshere for the builder vsphere-iso