Solving an "Invalid OVF manifest entry" error
vSphere (as do some other hypervisors) make use of a handy format known as Open Virtualization Format, or OVF for short. It is an open standard that is used for packaging up virtual machines, namely appliances and whatnot that are meant for distribution. An OVF package consists of multiple files, including one descriptor file (with the .ovf extension). These contents can then be packaged up into a single file, known as an OVA file. ...