I am currently running VMware Fusion 6 on 10.9. I know that in ESX, and I believe even VMware Workstation, you can export a VM to a OVF file and redeploy on VirtualBox, VMware Workstaion/Fusion, and ESX.
My question is, is there a way I can make a OVF file on Fusion for the VM I want to deploy or am I out of luck?
cd /Applications/VMware\ Fusion.app/Contents/Library/VMware\ OVF\ Tool/
./ovftool <PATH TO SOURCE VM's .vmx file> <PATH TO OUTPUT ova file>
# example
./ovftool --acceptAllEulas ~/Documents/Virtual\ Machines.localized/CentOS\ 6.5.vmwarevm/CentOS\ 6.5.vmx /tmp/CentOS6.5.ova