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

Support remote OVAs for govc import.spec / import.ova #1836

Closed
cloudmaniac opened this issue Feb 13, 2020 · 6 comments · Fixed by #2732
Closed

Support remote OVAs for govc import.spec / import.ova #1836

cloudmaniac opened this issue Feb 13, 2020 · 6 comments · Fixed by #2732

Comments

@cloudmaniac
Copy link

Currently, only local OVAs are supported by govc import.spec and govc import.ova.
It would be fantastic if govc could support the import from a remote location (such as from a S3 bucket).

Example: govc import.ova https://<fantastic-bucket>.s3-us-east-1.amazonaws.com/template.ova

@tsugliani
Copy link

this would be very useful indeed !

@dougm
Copy link
Member

dougm commented Apr 16, 2020

Which version of govc are you using? import.ova has supported remote URL for quite a while, since 1c1291c

We did just add support for remote import.spec in #1885

@dougm dougm added this to the 0.23 milestone Apr 16, 2020
@tsugliani
Copy link

tsugliani commented Apr 27, 2020

Hi @dougm.

I've tested on govc 0.22.1 (latest available release)

Yes indeed import.ova works with remote URL, but not import.spec (so right now I have a intermediate step to download/fetch spec and then reuse import.ova with the remote URL for various remote target deployments).

Hopefully a 0.22.2 release will fix that ;-)

Thanks for great work around this !

@dougm
Copy link
Member

dougm commented Apr 27, 2020

ok, thanks @tsugliani . I'll close this then as the master branch has remote import.spec support and plan to release 0.23 soon-ish.

@dougm dougm closed this as completed Apr 27, 2020
@reubenur-rahman
Copy link

@dougm Not available even in 0.24 ! Any chance in 0.25 ?

@dougm
Copy link
Member

dougm commented Mar 21, 2021

@reubenur-rahman remote import.spec support is there since 0.23. If you're having an issue with that or import.ova, please provide more details.

dougm added a commit to dougm/govmomi that referenced this issue Feb 2, 2022
PR vmware#1885 added support for remote ovf files, but not ova.

Issue vmware#1836
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants