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
Matthew Baker
5814b9d3c7
Merge branch 'oracle'
2014-08-06 02:44:39 -07:00
Matthew Baker
9220d644d1
Making graphics and hardware virtualisation optional and configurable
2014-08-06 02:43:38 -07:00
Matthias Schmitz
65f71daf73
Allow 'tcg' as accelerator in builder-qemu
...
* Using 'tcg' as accelerator for qemu-system allows packer to run in a
virtual machine as no kvm or xen support is needed.
* Also document the default behavior if no accelerator is given in the
documentation.
2014-08-05 22:46:47 +02:00
Peter Sankauskas
ab9f0bc3c8
Removing my debugging output
2014-07-29 22:18:43 -07:00
Peter Sankauskas
e878495f67
Removing my helper script
2014-07-29 22:10:49 -07:00
Peter Sankauskas
a2c0b104f0
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
2014-07-29 21:56:37 -07:00
Peter Sankauskas
460e2da248
The mount command for a PV image that is attached to /dev/sdf is:
...
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
2014-07-29 21:55:20 -07:00
Peter Sankauskas
6b751cac39
Formatting
2014-07-29 16:15:53 -07:00
Peter Sankauskas
a59ee93bca
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
2014-07-29 16:07:49 -07:00
Peter Sankauskas
19d0961a41
Merge branch 'cross-compile' into chroot-hvm
2014-07-29 15:09:00 -07:00
Matthew Baker
c87c88fce2
OEL available net device
2014-07-29 07:41:07 -07:00
Matthew Baker
0d07960f3e
Disabling SDL gui mode
2014-07-29 07:40:29 -07: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
yveslaroche
3bfeb54853
Fix Ansible inventory path on Windows
...
Convert the path to use a '/' separator.
2014-07-25 14:32:38 +01: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
abishopric
d62edd6c05
Print the evaluated bundle commands
2014-07-24 16:30:30 -07:00
Andrey Levkin
e0c6285088
Change creating boxes for customizing metadata.json
2014-07-24 17:39:21 +04:00
Andrey Levkin
dc555d6b5b
Change creating boxes for customizing metadata.json.
2014-07-24 15:16:57 +04:00
Henry Huang
97eb744c87
De-register the unavailable image in the cleanup
2014-07-22 23:40:38 +08: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
James Massara
ca84e2ac55
Fix bug with getting ec2 connection instead of source image
2014-07-21 15:28:47 -07:00
Andy Thompson
4a98ab377a
Add Stderr capture to Commit and TagImage calls.
2014-07-21 20:42:24 +01:00
Andy Thompson
ed446782f9
Add a docker save post processor
2014-07-21 20:42:24 +01:00
Andy Thompson
bf16683140
Add a docker tag post processor
2014-07-21 20:42:23 +01:00
Andy Thompson
1baa63f060
Add a docker commit step to the docker builder that runs instead of export if export_path not present
2014-07-21 20:42:23 +01: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