packer-cn/iso
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
..
builder.go Update plugin to Packer ^1.4 compatibility 2019-07-08 16:34:57 +03:00
builder_acc_test.go fix test 2019-01-05 03:45:45 +03:00
config.go Support IP address settle down timeout 2019-07-08 10:16:30 +03:00
step_add_cdrom.go add step remote upload for iso builder (#164) 2019-01-04 17:07:09 +03:00
step_add_floppy.go file upload trough specific host 2018-11-13 20:22:19 +03:00
step_boot_command.go Update plugin to Packer ^1.4 compatibility 2019-07-08 16:34:57 +03:00
step_create.go Interpolate variables in 'boot_command' 2018-12-23 04:38:45 +03:00
step_remote_upload.go add step remote upload for iso builder (#164) 2019-01-04 17:07:09 +03:00
step_remove_cdrom.go apply gofmt 2018-11-01 00:42:24 +03:00
step_remove_floppy.go apply gofmt 2018-11-01 00:42:24 +03:00