21 Commits

Author SHA1 Message Date
Ron Gorodetzky
18e841b568 minor grammar fix and rewrapping 2019-07-11 23:02:11 -07:00
Megan Marsh
b3d4d03a3a document httpip in virtualbox builder 2019-06-21 11:31:57 -07:00
Tony
b72a55a3fb
Update virtualbox-iso.html.md.erb
remove cpus/memory flags due to their property implementation, add vram for example
2019-05-20 10:09:45 -04:00
Adrien Delorme
9f82b75e57 Use the hashicorp/go-getter to download files
* removed packer.Cache and references since packer.Cache is never used except in the download step. The download step now uses the new func packer.CachePath(targetPath) for this, the behavior is the same.
* removed download code from packer that was reimplemented into the go-getter library: progress bar, http download restart, checksuming from file, skip already downloaded files, symlinking, make a download cancellable by context.
* on windows if packer is running without symlinking rights and we are getting a local file, the file will be copied instead to avoid errors.
* added unit tests for step_download that are now CI tested on windows, mac & linux.
* files are now downloaded under cache dir `sha1(filename + "?checksum=" + checksum) + file_extension`
* since the output dir is based on the source url and the checksum, when the checksum fails, the file is auto deleted.
* a download file is protected and locked by a file lock,
* updated docs
* updated go modules and vendors
2019-03-13 12:11:58 +01:00
Megan Marsh
3dc1dafe58
Merge pull request #7287 from stephen-fox/ephemeral-ssh-key-pair-issue-7225
virtualbox: create ephemeral SSH key pair for build process
2019-03-04 14:25:04 -08:00
Megan Marsh
e2d8c0bfd7 docs 2019-02-08 09:28:10 -08:00
Stephen Fox
0378f3ad35 Initial documentation for VirtualBox SSH key pair vars. 2019-02-06 16:03:40 -05:00
Adrien Delorme
ce8dd67501
Merge branch 'master' into fix_7157 2019-01-04 14:32:31 +01:00
Mike Ripley
8391a93ecc Fix VirtualBox HREFs
Per feedback on PR 7152
2019-01-03 16:13:54 -05:00
Megan Marsh
6ff61b3cdf update docs for iso_url 2019-01-03 11:22:27 -08:00
Mike Ripley
bf9c67cf48 Update VirtualBox.org documentation references
VirtualBox documentation chapter numbers have changed, try to link the correct place.
2018-12-26 15:37:09 -05:00
Andrew Pennebaker
5b6cbeed1d expose --iso option down in VBoxManage export --iso up to virtualbox-iso configuration as "bundle_iso"; ensure ISOs are not removed when this is enabled. 2018-11-27 09:31:01 -08:00
Ali Rizvi-Santiago
e7282a2c27 Updated the docs for the virtualbox-iso builder to include @azr's suggestion. 2018-11-22 20:49:16 -06:00
Ali Rizvi-Santiago
eca26f43f2 Renamed both cpu_count and memory_size to cpus and memory (respective). 2018-11-17 06:34:22 -06:00
Ali Rizvi-Santiago
2249d829b8 Added docs for the virtualbox builders to describe the cpu_count, memory_size, sound, and usb options. 2018-11-17 06:19:59 -06:00
Megan Marsh
31d4f8af45 use a time.Duration instead of a hardcoded ms 2018-08-23 13:16:01 -07:00
Megan Marsh
918db58604 added new template variables to replace PACKER_KEY_INTERVAL with tunable key and keygroup intervals depending on driver used 2018-08-22 11:37:56 -07:00
Matthew Hooker
0a8f7f28a0
add note about key interval to virtualbox docs 2018-05-23 15:24:18 -07:00
Tyler Tidman
90fde9fc46 More cleanup in communicator and builder docs
Tested and verified using "make website".
Fix up the vmware, vbox and qemu builder and communicator docs.
Sort more things in alphabetical order.
Use backtick delimiters for values.
Wrap long lines to 80 characters.
Show actual default value for boot_wait.
Copy vrdp_bind_address info from vbox iso to vbox ovf builder.
Show defaults for vmx_remove_ethernet_interfaces.
Show default port values for ssh in vbox ovf builder.
Remove executable bit on openstack builder doc.
Show default for skip_compaction in vmware vmx builder.
Add a bunch of missing periods.
Remove a few redundant commas.
2018-04-21 20:50:40 -04:00
Matthew Hooker
f5b09c8c38
set vim pandoc modeline 2018-04-19 14:26:30 -07:00
Matthew Hooker
4454e4fb4f
Use erb to add support for partials. 2018-04-19 14:26:30 -07:00