generated from hashicorp/packer-plugin-scaffolding
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Stop vm on cleanup without communicator (#153)
* Report start of the VM independently of typing boot commands The typing of the boot commands happens after the VM has been started. * Restructure boot command logging Log the fact that we're about to type boot commands over VNC before we initiate the VNC connection flow, which has its own logging. Then log again once we actually start typing, and when we are done typing. * Stop VM on cleanup if not stopped through SSH communicator We don't want to leave the VM hanging around indefinitely. * .golangci.yml: disable "mnd" linter --------- Co-authored-by: Nikolay Edigaryev <[email protected]>
- Loading branch information
Showing
2 changed files
with
26 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters