Tagged: vmware

When packer seems to hang while uploading to vCenter

In my case, the vCenter was “asking” if I wanted to accept the self-signed certs.  Packer doesn’t really pass that on to you.  Add these options to the “post-processors” section: “options”: [ “–acceptAllEulas”, “–disableVerification”,...

How to install VMware tools in CentOS 5 or 6

1. Install the repo Actually before you set up the repo, you need the public keys: # rpm –import https://packages.vmware.com/tools/keys/VMWARE-PACKAGING-GPG-DSA-KEY.pub # rpm –import https://packages.vmware.com/tools/keys/VMWARE-PACKAGING-GPG-RSA-KEY.pub Then you can set up the repo by hand or...