Mitchell Hashimoto
|
5c290fdbc7
|
builder/amazon use proper key pair name
|
2015-06-19 06:15:16 +02:00 |
Mitchell Hashimoto
|
4da0b42fc1
|
Merge pull request #2054 from garnaat/amazon-chroot-check-before-umount
builder/amazon-chroot: Only unmount if path is actually mounted
|
2015-06-18 10:12:06 +02:00 |
Mitchell Hashimoto
|
b7dab2689a
|
fmt
|
2015-06-18 05:23:04 +02:00 |
Mitchell Hashimoto
|
de2004c1c9
|
Merge branch 'master' of https://github.com/nyetsche/packer into nyetsche-master
|
2015-06-15 15:21:58 -07:00 |
Clint Shryock
|
d22c4173d3
|
fix crash when waiting for an instance that has failed
|
2015-06-15 11:53:21 -05:00 |
Clint
|
2372393f64
|
Merge pull request #2212 from mitchellh/f-amazon-add-tags-to-snapshots
Add EBS snapshot tags #846 #1219
|
2015-06-15 10:05:57 -05:00 |
Clint
|
8fca582278
|
Merge pull request #2221 from mitchellh/f-amazon-force-deregister-artifacts
builder/amazon: Add force_deregister option
|
2015-06-15 10:02:30 -05:00 |
Mitchell Hashimoto
|
ccf20568a7
|
Merge pull request #2240 from mitchellh/f-windows
Windows AWS instances
|
2015-06-14 10:52:10 -07:00 |
Mitchell Hashimoto
|
101e5986dc
|
builder/amazon: enable windows for instance type too
|
2015-06-14 10:50:18 -07:00 |
Mitchell Hashimoto
|
b8d5bd3776
|
Merge pull request #2242 from emate/spot_network_interfaces_fix
Fix network interface spec when requesting spot.
|
2015-06-14 10:48:59 -07:00 |
Marcin Matlaszek
|
b51761ca36
|
Fix network interface spec when requesting spot.
|
2015-06-14 17:47:45 +02:00 |
Mitchell Hashimoto
|
e9d916a7bc
|
builder/amazon: don't print windows password
|
2015-06-13 23:14:48 -07:00 |
Mitchell Hashimoto
|
8f6ecfd9e3
|
builder/amazon: various fixes (minor) to get things going
|
2015-06-13 23:12:59 -07:00 |
Mitchell Hashimoto
|
022a115d19
|
builder/amazon: improve messaging
|
2015-06-13 22:42:10 -07:00 |
Mitchell Hashimoto
|
d23f254b76
|
builder/amazon: don't get password if platform not set on image
|
2015-06-13 22:39:19 -07:00 |
Mitchell Hashimoto
|
fd4e0e9da4
|
builder/amazon: StepGetPassword
|
2015-06-13 22:35:45 -07:00 |
Mitchell Hashimoto
|
115d583cff
|
helper/communicator: make host more generic
|
2015-06-13 19:23:33 -04:00 |
Mitchell Hashimoto
|
e557928119
|
builder/amazon: use helper/communicator
|
2015-06-13 18:16:12 -04:00 |
Clint Shryock
|
bec59b535d
|
builder/amazon: Add force_deregister option, to automatically deregister artifacts with name conflicts
|
2015-06-12 13:23:47 -05:00 |
Clint Shryock
|
86206e316d
|
add tags test
|
2015-06-12 10:39:37 -05:00 |
Clint
|
2af0f10d59
|
Merge pull request #2204 from mitchellh/b-aws-iam-profile-upload
builder/amazon-instance: Omit access, secrety key if using IAM Instan…
|
2015-06-11 10:55:57 -05:00 |
Clint Shryock
|
1fbf8b7f32
|
update create_tags for new sdk
|
2015-06-11 10:43:27 -05:00 |
Clint Shryock
|
a8155e17aa
|
merge acaire/add-ebs-snapshot-tags
|
2015-06-11 10:33:55 -05:00 |
Clint Shryock
|
2056fda4d3
|
builder/amazon: Allow spaces in AMI names
|
2015-06-10 16:19:36 -05:00 |
Clint Shryock
|
c9b413e3d1
|
builder/amazon-instance: Omit access, secrety key if using IAM Instance Profile
|
2015-06-10 15:18:05 -05:00 |
Mitchell Hashimoto
|
be4a82dfae
|
amazon/*: fix some merge conflicts
|
2015-06-10 10:33:01 -07:00 |
Mitchell Hashimoto
|
8e1db0d94c
|
Merge branch 'fix_amazon_instance_waits' of https://github.com/renat-sabitov/packer into renat-sabitov-fix_amazon_instance_waits
|
2015-06-10 10:31:21 -07:00 |
Jan Schumann
|
802cfa3871
|
make sure IOPS is not set for empty VolumeType
|
2015-06-10 17:21:25 +02:00 |
Jan Schumann
|
5d600c70f2
|
added test to illustrate wrong behavior
|
2015-06-10 17:20:41 +02: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 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 |
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
|
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 |
Henry Huang
|
052b5e6699
|
"Name" parameter required for copying ami across regions [GH-2172]
|
2015-06-05 11:15:48 +00:00 |
Henry Huang
|
a5c476c6fe
|
check the region before do the ami copy to fix [GH-2123]
|
2015-06-04 06:16:44 -04:00 |
Seth Vargo
|
33ca8b7fb5
|
Migrate to new AWS repo
|
2015-06-03 17:13:52 -04:00 |
Mitchell Hashimoto
|
edf3415c6e
|
builder/amazon: delete physical private key for debug mode [GH-1801]
|
2015-05-29 17:10:14 -07:00 |
Mitchell Hashimoto
|
913d6f6996
|
builder/amazon/common: fix compilation issues with latest libs
|
2015-05-28 10:20:34 -07:00 |
Mitchell Hashimoto
|
07734133a3
|
builder/amazon: fix test failures
|
2015-05-28 09:44:33 -07:00 |
Mitchell Hashimoto
|
8cac7e8d51
|
Merge pull request #1930 from bhourigan/issue1929
Prepending -i to sudo so PATH is inherited from profile.d scripts
|
2015-05-28 09:36:58 -07:00 |
Mitchell Hashimoto
|
3031886aaf
|
Merge branch 'master' of https://github.com/aocsolutions/packer into aocsolutions-master
|
2015-05-28 09:35:02 -07:00 |
Mitchell Hashimoto
|
11e2fad6d0
|
Merge pull request #2022 from mefellows/issue/2021
Report error during Temporary Security Group creation in AWS EBS builder
|
2015-05-28 08:32:55 -07:00 |