- 11 Oct, 2014 2 commits
-
-
Ilya Novikov authored
-
Eric Johnson authored
fix: Respect metadata supplied for GCE builders.
-
- 10 Oct, 2014 1 commit
-
-
Seth Vargo authored
Fixed dead links in doc section environment-variables.
-
- 09 Oct, 2014 1 commit
-
-
Mitchell Hashimoto authored
Use middleman-hashicorp
-
- 07 Oct, 2014 3 commits
-
-
Seth Vargo authored
-
Seth Vargo authored
-
Seth Vargo authored
-
- 06 Oct, 2014 1 commit
-
-
Matt Page authored
Previously, any per instance metadata supplied via the GCE builder was ignored. Test plan: - make test - Manual testing via: -- Created a packer config that contained a GCE builder with custom metadata set. -- Ran `packer build`. -- Verified the instance had the correct metadata in the GCE console.
-
- 04 Oct, 2014 12 commits
-
-
Rickard von Essen authored
-
Rickard von Essen authored
builder/parallels: Create VM without hdd and then add it later
-
Rickard von Essen authored
builder/parallels: Rely on Cleanup functions to detach devices
-
Mikhail Zholobov authored
This is needed to make 'cdrom0' device unavailable during the ISO installation process. It is required for some guest OS types, such as FreeBSD and OmniOS.
-
Mikhail Zholobov authored
CD/DVD drive with installation ISO should be exactly the 2nd device in the VM boot order. This ensures that VM will boot from this ISO at the first boot time only.
-
Mikhail Zholobov authored
For each ISO image the individual cdrom device will be added to the VM. During the cleanup these devices will be deleted. It makes attach steps more clear - there is no doubt what is the name of the device. Related to: [mitchellh/packer#1502]
-
Mikhail Zholobov authored
-
JessThrysoee authored
Remove the redundant StepRemoveDevices and rely on the cleanup to be handled by: * StepAttachParallelsTools.Cleanup * StepAttachFloppy.Cleanup * stepAttachISO.Cleanup
-
Jack Pearkes authored
Update website to use latest middleman
-
Rickard von Essen authored
builder/parallels: Ignore 'The fdd0 device does not exist'
-
Seth Vargo authored
-
Seth Vargo authored
-
- 01 Oct, 2014 1 commit
-
-
Mikhail Zholobov authored
Avoid the disk resize because it is unsupported for some guests (OS X) http://kb.parallels.com/en/113653
-
- 27 Sep, 2014 1 commit
-
-
Rickard von Essen authored
builder/parallels: Bundle python version of prltype
-
- 26 Sep, 2014 1 commit
-
-
Nicolai Fröhlich authored
Due to a missing `/` the links pointed to i.e. `docs/other/docs/other/core-configuration.html` producing a 404 / Page not found.
-
- 21 Sep, 2014 1 commit
-
-
Jason A. Beranek authored
-
- 19 Sep, 2014 1 commit
-
-
JessThrysoee authored
Uses the Python API from Parallels Virtualization SDK to write boot commands. This eliminates a 3rd party requirement and makes it easier for people not using homebrew to get started with packer.
-
- 18 Sep, 2014 1 commit
-
-
JessThrysoee authored
A current floppy disk probably doesn't exist, so the build shouldn't fail when we try to delete it.
-
- 17 Sep, 2014 3 commits
-
-
Jason A. Beranek authored
builder/vmware-esx: Ignore localhost for VNC lookup and document VNC requirements [GH-1480]
-
Jason A. Beranek authored
-
Jason A. Beranek authored
Adds logic to ESXi driver VNC Address function to ignore listen addresses that bind to localhost (127.0.0.1), this allows certain default ports to be available on ESXi for VNC connections
-
- 15 Sep, 2014 1 commit
-
-
Jason A. Beranek authored
fixed vmware-vmx step order
-
- 14 Sep, 2014 1 commit
-
-
John Deatherage authored
-
- 12 Sep, 2014 1 commit
-
-
Mitchell Hashimoto authored
Run two builds in parallel with go get
-
- 11 Sep, 2014 6 commits
-
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mathias Meyer authored
By default, go get determines parallelism based on the number of cores available. Those show up as 32 in the Travis CI environment but a virtual machine is limited both by the amount of cores it has allocated and the amount of memory available to it. 32 parallel build processes are likely to exhaust the memory resources, leading to killed processes. This change reduces the number of builds running concurrently to 2, which should reduce the likelihood of memory exhaustion greatly. The number could probably be dialed up a little bit, but this should give a good default reflecting the environment's resources.
-
Mitchell Hashimoto authored
-
- 10 Sep, 2014 2 commits
-
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-