Linux/CentOS templates in VMware ESXi
I am sure there are other posts like this out there, but last time I checked, there wasn't much info on this, so here goes. I want to use kickstart to deploy virtual machines. Rather, wanted. Forgot that kickstart requires ethernet right off the bat, and the vmxnet3 NIC doesn't work until vmware tools is active. I could use the E1000, but then I'm still having to delete/reconfigure after the fact. This method means VM rollouts that are probably just as fast as kickstart, and possibly a little easier. I could probably write a script to do the hostname/network cleanup as well. Anyways, here's my attempt at vCenter templates for CentOS. This is pulled from my wiki, posted here for searchability. CentOS vCenter template creation Created a new VM and gave it 1cpu/1GB RAM/40GB thin drive. Installed CentOS 6 x86_64. I configured LVM - do so according to your wishes. (I specifically added LVs for /var/log, /var, /tmp, and /home) Set passwords, timezone, et