Commit Graph

14 Commits

Author SHA1 Message Date
Cody Lingle fd608b574f Update plugin to Packer ^1.4 compatibility
- Changed "http_port" from uint to int for step_boot_command (https://github.com/hashicorp/packer/pull/7423)
- Implemented API changes for context cancellation of builders (https://github.com/hashicorp/packer/pull/7440)
- Update packer (1.4.1) and govmomi (0.20.0) go modules
- Run `go mod tidy` to clean up unnecessary go.mod and go.sum entries
2019-07-08 16:34:57 +03:00
Vladislav Rassokhin 1111c74696 Support IP address settle down timeout
Sometimes it's possible that Windows VM starts with one address and then changes to another one. For successful communication we need latest one
2019-07-08 10:16:30 +03:00
Michael Kuzmin be84a39aa0 Support 'http_host' parameter (fix #184) 2018-12-23 20:16:49 +03:00
Rémi Jouannet 1b1ef09706 support '-force': replace existing vm (#186) 2018-11-16 18:37:54 +03:00
Michael Kuzmin a3f0f15ffd apply gofmt 2018-11-01 00:42:24 +03:00
Michael Kuzmin 912aec563c
iso builder clears boot order at finish (#172) 2018-10-21 03:57:28 +03:00
Michael Kuzmin f46f373e3a Code cleanup 2018-05-07 11:05:13 +03:00
Michael Kuzmin c44221a800 share hardware customization step 2018-05-06 00:41:14 +03:00
Michael Kuzmin 0b4729c9e4 'configuration_parameters' in clone builder 2018-05-05 01:48:16 +03:00
Vladislav Rassokhin 808a7ce57d Use Packer 1.2 (#84) 2018-04-25 14:22:38 +03:00
Andrei Tonkikh 4875b82d12 Make waiting for IP address interruptible
fixes #24
2018-02-12 15:56:29 +03:00
Andrei Tonkikh 19713ca20d Add support of customizing boot order 2018-01-30 20:47:57 +03:00
Andrei Tonkikh df40ffbe8d Add ISO builder which creates an empty VM 2018-01-24 17:56:14 +03:00
Andrei Tonkikh e91ac3ef1b Move clone builder to a separate module 2018-01-24 14:19:25 +03:00