Commit Graph

319 Commits (33b4f5cc0a577ee8ac351e855e2713298f10c054)

Author SHA1 Message Date
James Nugent 33b4f5cc0a Check for EBS being nil before assigning it
11 years ago
James Nugent e99cd56b6c Migrate from mitchellh/goamz to awslabs/aws-sdk-go
11 years ago
Emil Hessman 505f51ff27 builder/amazon/ebs: fix incorrect printf verb type
11 years ago
Emil Hessman 05c2206684 builder/amazon/common: fix incorrect printf verb type in amiRegionCopy
11 years ago
Brian Hourigan f40fd36c31 Changing --region to --location
11 years ago
Mitchell Hashimoto 2dfc5d3e71 builder/amazon: inject special metadata for atlas artifacts
11 years ago
Armon Dadgar 20d040dcba Merge pull request #1723 from irgeek/fix-1637
11 years ago
James Sinclair 02ebef9031 Use an index loop as range loops over copies, not references
11 years ago
Greg Cockburn dbaf865e59 change ordering of ssh connection IP for amazon. fixes #1559
11 years ago
Mitchell Hashimoto 0db6cd3533 Merge pull request #1330 from qur/qemu-vagrant
12 years ago
Mitchell Hashimoto e422a45449 fmt
12 years ago
Mitchell Hashimoto 716d4719dc Merge pull request #1622 from delitescere/GH-1533-aws-timeout
12 years ago
Mitchell Hashimoto 4406c20af1 builder/amazon: prefer token in config [GH-1544]
12 years ago
Josh Graham 5a2c4fe8a0 builder/amazon: Extend timeout and allow user override [GH-1533]
12 years ago
Mitchell Hashimoto 010cdb2057 amazon/common: style
12 years ago
Matt Page 6fb2586fb2 fix: Ignore transient network errors when fetching AWS state.
12 years ago
Julian Phillips 90a57c411f Expand Artifact API to expose build state
12 years ago
Mitchell Hashimoto 75395af12d Merge branch '1064-fix-upload-file-permissions' of github.com:rasa/packer into rasa-1064-fix-upload-file-permissions
12 years ago
Mitchell Hashimoto dc0de7da49 builder/amazon-ebs: don't clean up AMI if doesn't exist [GH-1469]
12 years ago
Mitchell Hashimoto db90c16118 builder/amazon: support auto spot price discovery [GH-1465]
12 years ago
Mitchell Hashimoto a587bd47a1 builder/amazon/ebs: clean up AMI in error [GH-1186]
12 years ago
Mitchell Hashimoto 669f26a108 Merge pull request #1186 from henrysher/ami-cleanup
12 years ago
Mitchell Hashimoto 7d1db44ca4 builder/amazon: clean up UI output for spot instances a bit
12 years ago
Mitchell Hashimoto 2e5f3da5c1 builder/amazon: fix {{uuid}} default not being replaced
12 years ago
Mitchell Hashimoto 3a69b8c1b8 Merge branch 'add-spot-instance-support' of github.com:henrysher/packer into henrysher-add-spot-instance-support
12 years ago
Mitchell Hashimoto c9cc82d89e builder/amazon-chroot: add description with time created snapshot
12 years ago
Mitchell Hashimoto 5db91c84bf builder/amazon: string fields on device mappings can use variables
12 years ago
Mitchell Hashimoto ed377c9ff0 builder/amazon-instance: --no-filter by default [GH-1137]
12 years ago
Mitchell Hashimoto 0776d9de34 builder/amazon: ssh_private_ip [GH-1229]
12 years ago
Mitchell Hashimoto bac54a6645 builder/amazon/common: token [GH-1236]
12 years ago
Mitchell Hashimoto 69cd01bbe2 builder/amazon/common: wait for instance ready before tagging [GH-1367]
12 years ago
Mitchell Hashimoto 77bd024079 builder/*: fix flaky tests, get tests passing
12 years ago
Mitchell Hashimoto dc74c2bbdd builder/amazon: tests
12 years ago
Mitchell Hashimoto 2a9cb50b17 builder/amazon: fix broken build
12 years ago
Mitchell Hashimoto 825864a9ea Merge branch 'additional-user-variables' of github.com:nBerg/packer into nBerg-additional-user-variables
12 years ago
Mitchell Hashimoto 752162c234 fmt
12 years ago
Mitchell Hashimoto 5d1c1e6716 Merge pull request #1373 from anthonybishopric/debug_bundle_commands
12 years ago
Mitchell Hashimoto e8889e56ed Merge pull request #1381 from pas256/chroot-hvm
12 years ago
Mitchell Hashimoto dac078b451 Merge pull request #1360 from jmassara/ee_fix
12 years ago
Mitchell Hashimoto 704648896e Merge pull request #1425 from dysinger/1424-amazon-instance-s3-region-not-url
12 years ago
Ulf Mansson bebca3bfae It's not necessary to use an instance-store image to build an instance-store image, see this example http://sorcery.smugmug.com/2014/01/29/instance-store-hvm-amis-for-amazon-ec2/ so there should be no restriction on the ExpectedRootDevice
12 years ago
Tim Dysinger c79121617c Use Region not S3Endpoint
12 years ago
Peter Sankauskas ab9f0bc3c8 Removing my debugging output
12 years ago
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
12 years ago
Peter Sankauskas 460e2da248 The mount command for a PV image that is attached to /dev/sdf is:
12 years ago
Peter Sankauskas 6b751cac39 Formatting
12 years ago
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.
12 years ago
abishopric d62edd6c05 Print the evaluated bundle commands
12 years ago
Henry Huang 97eb744c87 De-register the unavailable image in the cleanup
12 years ago
James Massara ca84e2ac55 Fix bug with getting ec2 connection instead of source image
12 years ago