Commit Graph

3138 Commits

Author SHA1 Message Date
Eric Johnson 944d0e2ebf Merge pull request #1431 from mpage/gce-project-id-for-source-image
Allow specifying project for source images in GCE
2014-08-20 10:34:35 -07:00
Matt Page 8f237b7b94 Allow specifying project for source images in GCE
Within GCE, images may be shared across projects. Prior to this
commit, there was no way to inform the GCE builder that a source
image belonged to a specific project. This adds an optional
'source_image_project_id' key to the GCE builder config.
2014-08-20 10:20:28 -07:00
Jack Pearkes 895db383c8 Merge pull request #1411 from chrisfarms/master
fix panic when vagrant cloud response fails
2014-08-19 12:25:12 -07:00
Jason A. Beranek 1e5d746783 Merge pull request #1362 from pmorie/docs
Fix typo in docker builder docs
2014-08-18 17:44:38 -05:00
Ross Smith II 70cc555133 Update CHANGELOG.md 2014-08-12 09:19:20 -07:00
Chris Farmiloe 51f55dda48 fix panic when vagrant cloud response fails 2014-08-12 18:11:27 +02:00
Eric Johnson a5bc5beccb Merge pull request #1397 from jfrazelle/disk_size
add disk size to google compute
2014-08-08 11:54:58 -07:00
Jessica Frazelle 8bc696ce9e add disk size to google compute, so as to avoid disk size errors on exporting the image 2014-08-08 14:39:03 -04:00
Rickard von Essen 391dffd848 Merge pull request #1398 from rickard-von-essen/issue_1338
parallels-iso: ISO not removed from VM after install [GH-1338]
2014-08-08 12:43:15 +02:00
Rickard von Essen fe37d9b6e1 parallels-iso: ISO not removed from VM after install [GH-1338]
Also remove floppy and prl-tools ISO if applicable.
2014-08-08 10:07:32 +02:00
Mitchell Hashimoto 104bd9d604 Merge pull request #1392 from carletes/patch-1
website: typo in vagrant cloud
2014-08-06 15:02:33 -07:00
Carlos Valiente 41cdb33d65 Update vagrant-cloud.html.markdown 2014-08-06 22:59:38 +01:00
Eric Johnson e39f555f35 Merge pull request #1216 from playlist-media/fix-gce-image-name
Update GCE source_image in the docs
2014-07-28 10:36:40 -07:00
Jacob Gillespie 11816ba604 Update GCE source_image to debian-7-wheezy-v20140718 2014-07-28 11:06:26 -05:00
Eric Johnson 3ff514bb44 Merge pull request #1351 from mbrukman/googlecompute-gsutil-to-gcloud
builder/googlecompute: rename "Gsutil" to "Gcloud" now that we're updating "gcloud" and not "gsutil".
2014-07-26 09:45:23 -07:00
Misha Brukman 4a85aefe0f Rename "Gsutil" to "Gcloud" now that we're updating "gcloud" and not "gsutil".
Also renamed files accordingly.
2014-07-25 17:23:15 -04:00
Eric Johnson 7f38936596 Merge pull request #1350 from mbrukman/googlecompute-driver-vm-images
builder/googlecompute: added support for all standard VM images
2014-07-25 06:08:06 -07:00
Eric Johnson ca53d7e4c0 Merge pull request #1292 from maestrodev/gcloud
[GCE] google compute builder is broken, gsutil update fails in newer images
2014-07-24 19:40:17 -07:00
Misha Brukman 5b56970b09 Added CoreOS, OpenSUSE, and Windows projects for searching images. 2014-07-24 20:39:04 -04:00
Ross Smith II b30f901fc3 Update CHANGELOG.md 2014-07-21 18:10:27 -07:00
Ross Smith II 2c8ea2b6d2 Merge pull request #1361 from sneal/do-not-add-floppy-files-to-vmx
Do not re-add floppy disk files to VMX
2014-07-21 18:09:19 -07:00
Paul Morie 1163176144 Fix typo in docker builder docs 2014-07-21 20:56:19 -04:00
Shawn Neal 05ebc8f316 Do not re-add floppy disk files to VMX
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.
2014-07-21 17:06:43 -07:00
Jack Pearkes e62e122625 post-processor/vagrant-cloud: fix multi-part corruption 2014-07-21 10:30:51 -04:00
Jack Pearkes 4ea700d798 website: vagrant-cloud pp is now released 2014-07-20 16:32:01 -04:00
Mitchell Hashimoto 1eac1cc0dd up version for dev 2014-07-20 13:17:58 -07:00
Mitchell Hashimoto 8b24d99094 v0.6.1 2014-07-20 11:22:58 -07:00
Mitchell Hashimoto e27523eb00 Update CHANGELOG.md 2014-07-19 15:28:01 -07:00
Mitchell Hashimoto 3f7c09a21a Update CHANGELOG.md 2014-07-19 09:50:39 -07:00
Mitchell Hashimoto 7439baf75e Merge pull request #1343 from fnoeding/templating
Added support to use templates for more fields in null-builder and amazon-builder
2014-07-19 09:49:49 -07:00
Mitchell Hashimoto bc208a5b50 Update CHANGELOG.md 2014-07-19 09:48:55 -07:00
Mitchell Hashimoto 8250755a23 Merge pull request #1228 from jmassara/enhanced_networking
builder/amazon: support for enhanced networking
2014-07-19 09:48:24 -07:00
Mitchell Hashimoto 46a12f2e1e Merge pull request #1224 from swpecht/master
website: Added documentation page for environmental variables. #1130
2014-07-19 09:46:45 -07:00
Mitchell Hashimoto 7efa311165 Merge pull request #1347 from kanerogers/patch-1
website: Fixed Rackspace example
2014-07-19 09:46:07 -07:00
Mitchell Hashimoto 2c489110b1 Update CHANGELOG.md 2014-07-19 09:43:50 -07:00
Mitchell Hashimoto be143cf53d Update CHANGELOG.md 2014-07-19 09:43:33 -07:00
Mitchell Hashimoto 4ecd2f558e Update CHANGELOG.md 2014-07-19 09:43:05 -07:00
Mitchell Hashimoto eff9bbdac8 Update CHANGELOG.md 2014-07-19 09:42:58 -07:00
Mitchell Hashimoto ff1fb83d63 Update CHANGELOG.md 2014-07-19 09:42:52 -07:00
Mitchell Hashimoto 67bad68c9f Merge pull request #1250 from higebu/check-upload-iso-hash
builder/vmware/esxi: checksum iso upload to not always upload
2014-07-19 09:42:26 -07:00
Mitchell Hashimoto 0552b65c5f Merge pull request #1333 from hnakamur/accept_virtualbox_release_candidate_version
builder/virtualbox: Accept VirtualBox release candidate version
2014-07-19 09:41:38 -07:00
Mitchell Hashimoto 4101a25b45 Merge pull request #1346 from tehmaspc/tehmaspc_fix_typo
packer: Fixed typo in error message
2014-07-19 09:41:09 -07:00
Mitchell Hashimoto f6f4d6b3c8 Merge pull request #1348 from stefanlasiewski/master
website: Specifically call out the comma after `"builders": [...]`
2014-07-19 09:40:51 -07:00
Mitchell Hashimoto 0a5cbb9fb5 Update vagrant.html.markdown 2014-07-19 09:37:05 -07:00
Mitchell Hashimoto 0b192c90dd Merge pull request #1352 from sudharsh/master
Install gox during build time
2014-07-19 09:36:44 -07:00
Mitchell Hashimoto 1cf6948089 Merge pull request #1284 from MSOpenTech/master
post-processor/vagrant: hyper-v
2014-07-19 09:35:41 -07:00
Sudharshan S 02e7161b29 Install gox during build time
Just so that we can just run `make` without installing gox separatelyy
2014-07-19 22:02:49 +05:30
Mitchell Hashimoto 882e37a080 Merge pull request #1349 from mbrukman/gofmt
Cleaned up Go formatting with gofmt.
2014-07-19 09:32:49 -07:00
Misha Brukman 01130da729 builder/googlecompute: added support for all standard VM images
Also fixed the error message to be clear that the image was not found in any of
the projects that we attempted to search, rather than keep the error message
from the last project, which may be confusing to users.
2014-07-18 15:08:08 -04:00
stefanlasiewski 633275dac4 Use the phrase 'not present', which is more clear then 'not necessary'. 2014-07-18 10:26:32 -07:00