Hello, In the vmware.pm, at the location where vmx file is generated, there is a piece of code which tries to set the adapter type. "grep adapterType $VMWAREREPOSITORY/$requestedimagename/$requestedimagename.vmdk".
the output of grep simply states that the following "Binary file /install/vmware_images/vmwarelinuxcentos-base8-v1/vmwarelinuxcentos-base8-v1.vmdk matches". so the variable listedadapter will not be set and this is causing incorrect vmx files to be generated and reservations to fail. The correct command which would set the variable correctly would be "grep -a adapterType $VMWAREREPOSITORY/$requestedimagename/$requestedimagename.vmdk". I was wondering if anyone encountered the same issue and also whether if its been fixed. Tnx vinay