Closed amitbhadra closed 4 years ago
Packer and this plugin mainly used to create temples or 'images', running instances doesn't qualify for this. If you need to power up instance after packer build I'd recommend to use separate script or custom postprocessor.
Closing as out of scope. Also this repo is deprecated, please create issues in main packer issue tracker.
Using the vsphere-iso, we can create a new VM and boot it up, etc. But after it finishes, it sends a shut down command. I need it to be booted up after this. Can we skip the shut down and finish successfully?
When I have "disable_shutdown":"true", by default it waits for 5 minutes and the build fails because I didn't have a script in place to shut down the machine.