Great deployment app! It appears that I've stumble upon an issue regarding the 'ksdevice'. In version 0.81, eth0 was the ksdevice for my deployment and everything worked accordingly, however once I upgraded to 0.85, the kickstart portion of the deployment stops at the ksdevice selection screen. I'm including a screen shot of the ksdevice selection.
Here's the ks line
network --bootproto static --device eth0 --ip 192.168.1.170 --netmask 255.255.255.0 --gateway 192.168.1.1 --nameserver 192.168.1.10 --hostname esx01.localhost --addvmportgroup=0
Thanks