- 30 Jul, 2014 2 commits
-
-
Peter Sankauskas authored
Adding the conditional necessary to construct the right options for both PV and HVM images. Also adding a test to make sure it is doing the right thing
-
Peter Sankauskas authored
mount /dev/xvdf /mnt/point while for an HVM image that is attached to /dev/sdf, its mount command is mount /dev/xvdf1 /mnt/point so this code enabled that
-
- 29 Jul, 2014 3 commits
-
-
Peter Sankauskas authored
-
Peter Sankauskas authored
To be able to build both PV and HVM images, it is not possible to use both /dev/sd[f-p] and [1-16] as the HVM images get attached at /dev/sdf but must be mounted a /dev/sdf1. This reduces the number of simultaneous packer runs possible significantly, but unless you are Netflix, who have Aminator anyway, this is probably never going to be an issue
-
Peter Sankauskas authored
-
- 28 Jul, 2014 2 commits
-
-
Eric Johnson authored
Update GCE source_image in the docs
-
Jacob Gillespie authored
-
- 26 Jul, 2014 1 commit
-
-
Eric Johnson authored
builder/googlecompute: rename "Gsutil" to "Gcloud" now that we're updating "gcloud" and not "gsutil".
-
- 25 Jul, 2014 4 commits
-
-
Misha Brukman authored
Also renamed files accordingly.
-
Eric Johnson authored
builder/googlecompute: added support for all standard VM images
-
Eric Johnson authored
[GCE] google compute builder is broken, gsutil update fails in newer images
-
Misha Brukman authored
-
- 22 Jul, 2014 3 commits
-
-
Ross Smith II authored
-
Ross Smith II authored
Do not re-add floppy disk files to VMX
-
Shawn Neal authored
This commit fixes errors like this in the vsphere post-processor when using floppy files in the builder step: Error: File (/var/folders/zl/57c1vmr532z_ryf1scw53_b9ycmxh7/T/packer964492999) could not be found The configure VMX step re-adds the floppy files, so we need to configure the VMX and _then_ clean the VMX in that order.
-
- 21 Jul, 2014 1 commit
-
-
Jack Pearkes authored
-
- 20 Jul, 2014 3 commits
-
-
Jack Pearkes authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
- 19 Jul, 2014 21 commits
-
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
Added support to use templates for more fields in null-builder and amazon-builder
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
builder/amazon: support for enhanced networking
-
Mitchell Hashimoto authored
website: Added documentation page for environmental variables. #1130
-
Mitchell Hashimoto authored
website: Fixed Rackspace example
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
builder/vmware/esxi: checksum iso upload to not always upload
-
Mitchell Hashimoto authored
builder/virtualbox: Accept VirtualBox release candidate version
-
Mitchell Hashimoto authored
packer: Fixed typo in error message
-
Mitchell Hashimoto authored
website: Specifically call out the comma after `"builders": [...]`
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
Install gox during build time
-
Mitchell Hashimoto authored
post-processor/vagrant: hyper-v
-
Sudharshan S authored
Just so that we can just run `make` without installing gox separatelyy
-
Mitchell Hashimoto authored
Cleaned up Go formatting with gofmt.
-