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

Build VMware images #1

Open
coyotebush opened this issue Nov 1, 2014 · 3 comments
Open

Build VMware images #1

coyotebush opened this issue Nov 1, 2014 · 3 comments

Comments

@coyotebush
Copy link
Member

The department, and students, might prefer VMware over VirtualBox. Packer can build VMware images.

Per hashicorp/packer#1102, on Linux this requires the VIX SDK installed in addition to VMware Player. So far, I haven't had much success with this myself.

Another option might be to build a VirtualBox image then convert OVA to VMX, though I'd guess that the result wouldn't integrate as well with VMware.

@nitrocode
Copy link

@coyotebush did you already have vmware-vdiskmanager? I had to install the workstation in order to run "packer build" without any issue and workstation requires a license...

Edit: Downloaded vdiskmanager, renamed it to vmware-vdiskmanager, put it in the same directory as VMwarePlayer because it needs libeay32.dll, and finally added the vmware player's directory to my path.

@coyotebush
Copy link
Member Author

@nitrocode Thanks for the input! I suspected this might require Workstation. We might give it a try sometime.

@nitrocode
Copy link

@coyotebush, it seems to work without workstation. :)

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

No branches or pull requests

2 participants