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
2016/06/11 17:20:26 [INFO] Packer version: 0.10.1 | |
2016/06/11 17:20:26 Packer Target OS/Arch: darwin amd64 | |
2016/06/11 17:20:26 Built with Go Version: go1.6.2 | |
2016/06/11 17:20:26 Detected home directory from env var: /Users/chooper | |
2016/06/11 17:20:26 Using internal plugin for digitalocean | |
2016/06/11 17:20:26 Using internal plugin for googlecompute | |
2016/06/11 17:20:26 Using internal plugin for parallels-iso | |
2016/06/11 17:20:26 Using internal plugin for virtualbox-iso | |
2016/06/11 17:20:26 Using internal plugin for amazon-chroot | |
2016/06/11 17:20:26 Using internal plugin for amazon-ebs |
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
{ | |
"variables": { | |
"coreos-release": "stable", | |
"cloud-config": "cloud-config.yml", | |
"iso-checksum": "", | |
"iso-checksum-type": "none" | |
}, | |
"builders": [ | |
{ |