Open JedMeister opened 8 years ago
Not sure but perhaps https://github.com/glennmatthews/cot could be part of the solution? I.e. use that to tweak the OVF VBox spits out to make it VMware compatible? Obviously it all still needs to be tarred up, but that should be easy!
Thanks @l-arnold, unfortunately not. We already install open-vm-tools
from Debian repos (but only in the VM builds).
VMware's OVFTool is a (free as in beer) proprietary tool to create the actual OVA files.
I will look again at the process to install OVFTool. I have done a few times before but my hopes were raised for not having to somehow.
Currently bt-vm (in buildtasks) relies on VMware's OVFTool. It works fine but it's not open source. It'd be better if the whole buildchain was open source. I think.
According to the OVF standard v1.1 here we need:
So we only need something like this:
VirtualBox could be a candidate?
Create basic OVA in VBox:
Works a treat in VirtualBox, but VMware complains that the OVF doesn't meet it's standards... :( We may have to tweak the OVF a bit before we get it right...
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.