-
Notifications
You must be signed in to change notification settings - Fork 154
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
Add support for running ovftool directly on ESXi #187
base: master
Are you sure you want to change the base?
Conversation
This seems like a really useful option, +1 |
Since we have SSH enabled on ESXi, it's possible to install ovftool directly on the ESXi host and avoid large network copies | ||
by hosting the OVA/OVFs locally. | ||
|
||
To use this functionality, perform the following steps: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How to Do that man , there are only win and linux files meanwhile esxi is not linux , tho you do it with host client ? i dont found any console or sth to some cmds , am a beginner..
Installing ovftool on the ESXi host doesn't seem to be a supported solution from vmware website... |
no it isn't supported, but really using this at all is unsupported so why not give this as an option at least? But I agree it would be nice to have clear instructions on how to do this if this is going to be an option. |
@dizzyd can you write up or link to instructions on how to install the ovftool on ESXi itself? |
ESXi is just a 64-bit Linux; you can download the ovftool for Linux 64-bit and unpack on the ESXi box (typically via SSH). @djdanielsson and @oussexist |
@dizzyd Whoo nice work, i'm trying to test this feature!
But… where am i supposed to drop the binary file? Thank you ! |
I'm not sure what binary you're referring to? If you've already installed ovftool on ESXi, the rest of this patch should just be part of a normal terraform plugin, IIRC. It's been 2+ years since I made this patch, so hard to say -- I guess it wasn't interesting to the maintainers... :) |
This PR adds support for invoking ovftool directly on the ESXi host and also enabling ESXi-local hosting of OVA/OVFs. This enables users to keep local copies of images, avoid massive network copies and generally speed up the process of setting up new VMs.