Mitchell Hashimoto
|
f6f9cca7ce
|
Merge pull request #2189 from mitchellh/b-download-extension
common: StepDownload can force an extension
|
2015-06-09 20:56:43 -07:00 |
Clint
|
b31534d5fe
|
Merge pull request #2197 from mitchellh/f-aws-fixup-ebs-snapshots
Update AWS EBS builder to fix invalid params
|
2015-06-09 13:52:28 -05:00 |
Clint
|
f3aed78123
|
Merge pull request #2196 from mitchellh/f-aws-instance-default-command
Revert "Changing --region to --location"
|
2015-06-09 13:25:38 -05:00 |
Clint Shryock
|
4da118c64f
|
fix up tests
|
2015-06-09 11:56:40 -05:00 |
Clint Shryock
|
999b0874cc
|
Update AWS EBS builder to fix invalid params
|
2015-06-09 11:38:53 -05:00 |
Clint Shryock
|
8c321138f4
|
Revert "Changing --region to --location"
This reverts commit f40fd36c31 .
According to the documentation below, `--region` is the current flag. If you're
using an older version of the tools that use `--location`, you can customize the
commands in your Packer config with `bundle_vol_command` and `bundle_upload_command`
- http://docs.aws.amazon.com/AWSEC2/latest/CommandLineReference/CLTRG-ami-upload-bundle.html
- https://www.packer.io/docs/builders/amazon-instance.html
|
2015-06-09 10:41:39 -05:00 |
Mitchell Hashimoto
|
23a48d6619
|
go fmt
|
2015-06-08 21:34:20 -07:00 |
Mitchell Hashimoto
|
fa2bcb8bc5
|
update CHANGELOG
|
2015-06-08 21:33:53 -07:00 |
Mitchell Hashimoto
|
2373640881
|
Merge pull request #1663 from beezly/fix-vnc-missed-keys
Add 1/10th second delay between key events to VNC
|
2015-06-08 21:31:55 -07:00 |
Mitchell Hashimoto
|
50fef50e4b
|
add interrupt handling for SIGTERM [GH-1858]
|
2015-06-08 21:28:36 -07:00 |
Mitchell Hashimoto
|
d18300e3d6
|
import style
|
2015-06-08 21:26:28 -07:00 |
Mitchell Hashimoto
|
888621d029
|
update CHANGELOG
|
2015-06-08 21:24:21 -07:00 |
Mitchell Hashimoto
|
20504da796
|
Merge pull request #2190 from mitchellh/b-http-addr
virtualbox,vmware: http server should listen on IPv4
|
2015-06-08 21:23:49 -07:00 |
Mitchell Hashimoto
|
db42c293d3
|
Merge pull request #1870 from catsby/doc-updates
Updates to Into: Build An Image docs
|
2015-06-08 21:22:57 -07:00 |
Mitchell Hashimoto
|
a34b1a228d
|
Merge pull request #1953 from apparentlymart/patch-1
website: Fix statement in machine-readable 'ui' type docs.
|
2015-06-08 21:22:00 -07:00 |
Mitchell Hashimoto
|
5701d3f6f2
|
update CHANGELOG
|
2015-06-08 21:20:51 -07:00 |
Mitchell Hashimoto
|
10e35a5e8c
|
Merge pull request #1959 from ryanuber/h-atlas
post-processor/atlas: fix index out of range panic
|
2015-06-08 21:20:31 -07:00 |
Mitchell Hashimoto
|
a8cd2a2223
|
Merge pull request #2038 from trumant/openstack_access_config_tests_env_clarity
Tests were failing incorrectly when OpenStack environment variables were...
|
2015-06-08 21:19:47 -07:00 |
Mitchell Hashimoto
|
b8420df622
|
update CHANGELOG
|
2015-06-08 21:18:51 -07:00 |
Mitchell Hashimoto
|
60b60d9f75
|
Merge pull request #2036 from mojotalantikite/digitalocean_private
Fix digitalocean provider for private images [fixes mitchellh/packer#1792]
|
2015-06-08 21:18:33 -07:00 |
Mitchell Hashimoto
|
673c726b3d
|
update CHANGELOG
|
2015-06-08 21:17:18 -07:00 |
Mitchell Hashimoto
|
325a44008f
|
update CHANGELOG
|
2015-06-08 21:16:45 -07:00 |
Mitchell Hashimoto
|
115b8f5f67
|
Merge pull request #2188 from mitchellh/b-vbox-remove-floppy
virtualbox/common: remove devices should delete floppy controller
|
2015-06-08 21:16:24 -07:00 |
Mitchell Hashimoto
|
7ee09cc1f3
|
Merge pull request #2191 from mitchellh/b-google-ssh-timeout
builder/google: don't hardcode SSH timeout [GH-1781]
|
2015-06-08 21:15:23 -07:00 |
Mitchell Hashimoto
|
9dff0adfb1
|
builder/google: don't hardcode SSH timeout [GH-1781]
|
2015-06-08 21:13:25 -07:00 |
Mitchell Hashimoto
|
646edf5ae2
|
update CHANGELOG
|
2015-06-08 20:56:55 -07:00 |
Mitchell Hashimoto
|
9f0b8b71db
|
virtualbox,vmware: http server should listen on IPv4
|
2015-06-08 20:47:47 -07:00 |
Mitchell Hashimoto
|
9ea34d4ea8
|
virtualbox/iso: force iso extension for downloads
|
2015-06-08 20:42:16 -07:00 |
Mitchell Hashimoto
|
e65e2d104a
|
common: StepDownload can force an extension
|
2015-06-08 20:41:39 -07:00 |
Mitchell Hashimoto
|
35246ba986
|
virtualbox/common: fix test
|
2015-06-08 20:31:53 -07:00 |
Mitchell Hashimoto
|
b441348ba4
|
virtualbox/common: remove devices should delete floppy controller
GH-1879
|
2015-06-08 20:25:21 -07:00 |
Mitchell Hashimoto
|
0885e03bbf
|
virtualbox/iso: acceptance test
|
2015-06-08 20:24:49 -07:00 |
Clint
|
455d57a87f
|
Merge pull request #2187 from mitchellh/f-aws-add-prevalidate-step
builder/aws: Add pre validate step, to validate things before building.
|
2015-06-08 22:02:36 -05:00 |
Clint Shryock
|
68040f786c
|
show AMI id in error message
|
2015-06-08 22:00:59 -05:00 |
Clint Shryock
|
231f01cd35
|
builder/aws: Add pre validate step, to validate things before building.
|
2015-06-08 17:08:39 -05:00 |
Mitchell Hashimoto
|
984bbc3a1e
|
amazon/common: wording nit
|
2015-06-08 09:38:50 -07:00 |
Mitchell Hashimoto
|
9d79b48723
|
Merge pull request #2171 from jgkim/hotfix/post-processor-only-except
Fixes 'unknown configuration key' errors for 'only' and 'except'
|
2015-06-08 09:27:45 -07:00 |
Mitchell Hashimoto
|
8aec42e363
|
update CHANGELOG
|
2015-06-08 09:25:56 -07:00 |
Mitchell Hashimoto
|
9387cc1ea1
|
Merge pull request #2175 from henrysher/fix-duplicate-ami
check the region before do the ami copy to fix the duplicate ami [GH-2123]
|
2015-06-08 09:20:02 -07:00 |
Mitchell Hashimoto
|
f7e49d92ac
|
Merge pull request #2178 from henrysher/fix-ami-copy-name
"Name" parameter required for copying ami across regions [GH-2172]
|
2015-06-08 09:16:17 -07:00 |
Mitchell Hashimoto
|
769b7d20b9
|
amazon/ebs: acceptance test for region copy
|
2015-06-08 09:16:01 -07:00 |
Mitchell Hashimoto
|
3427dc9ed4
|
update CHANGELOG
|
2015-06-08 09:02:00 -07:00 |
Mitchell Hashimoto
|
53dec9e734
|
Merge pull request #2179 from jgkim/hotfix/tag-save-from-docker-tag-artifact
Fix a problem preventing `tag` or `save` from docker-tag artifacts
|
2015-06-08 09:01:25 -07:00 |
Seth Vargo
|
7d88e2c5db
|
Merge pull request #2184 from chris-rock/patch-1
replace opscode with chef
|
2015-06-07 09:29:46 -04:00 |
Christoph Hartmann
|
1539b9459f
|
replace opscode with chef
|
2015-06-07 15:12:05 +02:00 |
Seth Vargo
|
755ad53ed0
|
Merge pull request #2183 from grv87/master
Fix error in isotime demo in the documentation of Configuration Templates
|
2015-06-06 17:04:31 -04:00 |
Basil Peace
|
3dabf60b52
|
Fix error in isotime demo in the documentation of Configuration Templates
|
2015-06-06 23:43:06 +03:00 |
James G. Kim
|
5bd2d4e6e0
|
Fix a problem preventing `tag` or `save` from docker-tag artifacts
|
2015-06-05 22:01:29 +09:00 |
Henry Huang
|
052b5e6699
|
"Name" parameter required for copying ami across regions [GH-2172]
|
2015-06-05 11:15:48 +00:00 |
James G. Kim
|
d7c77895dc
|
Add tests for only and except of post-processors
|
2015-06-05 12:26:33 +09:00 |