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

Allow remote OVF downloads #1195

Closed
toddsampson opened this issue May 23, 2014 · 10 comments · Fixed by #3982
Closed

Allow remote OVF downloads #1195

toddsampson opened this issue May 23, 2014 · 10 comments · Fixed by #3982

Comments

@toddsampson
Copy link

Any plans to allow for remote ovf file downloads with an ovf_url, along with the corresponding vmdk, as you did with iso_url?

I want to send the team a packer config that uses a hosted ovf base box, makes some customizations using provisioning scripts, and then builds a Vagrant box.

@rasa
Copy link
Collaborator

rasa commented May 23, 2014

So each team member needs to run provision steps that are unique to that team member?

@michaelmior
Copy link

+1 for this. It would be nice not to need something external to Packer to download the image.

@mitchellh
Copy link
Contributor

This sounds good to me. Tagged.

@mitchellh mitchellh added the easy label Sep 4, 2014
@sethvargo sethvargo changed the title ovf_url? Allow remove OVF downloads Feb 24, 2015
@sethvargo sethvargo changed the title Allow remove OVF downloads Allow remote OVF downloads Feb 24, 2015
@russroy
Copy link

russroy commented Aug 13, 2015

+1

2 similar comments
@richardzone
Copy link

+1

@gamename
Copy link

+1

@cbednarski
Copy link
Contributor

I think this should be fairly easy to do with go-getter, which can support getting all the bits out of a zip file.

@kotatsu360
Copy link

+1

@artburkart
Copy link

To @cbednarski's point, what would the implementation of this look like?

I could see source_path being overridden, so it can accept a url to an ova archive file, but an ovf seems less doable unless some opinionated convention is selected.

@cbednarski
Copy link
Contributor

@artburkart I think for the ovf case we would say it must be in a tar or zip, and it will be extracted after we download it. You're right though that without an archive of some kind there is no way to know which files are supposed to be included.

@ghost ghost locked and limited conversation to collaborators Apr 5, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

10 participants