Commit Graph

45 Commits (d-powershell-generated-docs)

Author SHA1 Message Date
sylviamoss 1a0d5a93ee fix max_attempts typo
6 years ago
sylviamoss 788dc32598 add aws_polling config option to override env variables
6 years ago
Patrick Ng e5e5fd1198 Instance Running waiter not aware of global waiter settings
6 years ago
Megan Marsh 6e2456d028 make error messaging around ResourceNotReady better, update docs with other possible issues (#8349)
6 years ago
Christian Muehlhaeuser 216afbaa8b
Fixed various typos
7 years ago
Megan Marsh 2c352cc681 add tests for step_ami_region_copy
7 years ago
Megan Marsh 042e9ad14b Move logging about aws waiters to the access config prepare() so that it's only spit out once per builder.
7 years ago
Megan Marsh 02bfac118f default wait time for amazon import to one hour.
7 years ago
Megan Marsh f494d87dc5
Merge pull request #6747 from hashicorp/fix_6743
7 years ago
Megan Marsh d616f0ba71 abort if image import fails
8 years ago
Megan Marsh f4e6d06e68 reset poll delay seconds default to 2 because it can actuall be used in one part of the conditional tree for applyEnvOverrides
8 years ago
Megan Marsh 4472ecccb0 fix waiters that weren't applying env defaults
8 years ago
Megan Marsh 00c6ec979f do 30 minutes not 25
8 years ago
Megan Marsh 00de0f4996 increase the timeout for waiting for an ami to become available
8 years ago
Matthew Hooker 814c1cf2b2
spellfix
8 years ago
Megan Marsh 8e22803099 fix loading of environment variables for managing aws waiters
8 years ago
Megan Marsh f657ca39c9 refactored env var code and tests so that I don't have to set env vars during tests to check logic
8 years ago
Megan Marsh 14166fdd99 update amazon import docs to include the env vars for setting aws waiter delays and timeouts
8 years ago
Megan Marsh bfbe318727 fix the homegrown waiters
8 years ago
Megan Marsh f49a2d8aed move UI call to before the wait; add context to these steps
8 years ago
Megan Marsh cf63dd10bf replace AMIStateRefreshFunc, InstanceStateRefreshFunc, our spot instance waiter, our chroot volume waiter, and our snapshot waiters with waiters form AWS's SDK.
8 years ago
Matthew Hooker 366dc3da0a
move multistep imports to helper.
8 years ago
Matthew Hooker 35578d9ed1
remove unnecessary type conversions
9 years ago
Matthew Hooker 0dd7d7ff3b fix error message
9 years ago
Ganesh kumar Sankaran b9c6139d67 AWS async operations sometimes takes long times, if there are multiple parallel builds, polling at 2 second frequency will exceed the request limit. Allow 2 seconds to be overwritten with AWS_POLL_DELAY_SECONDS
9 years ago
Chris Bednarski 4458de4ea0 Reformat
10 years ago
David Zanetti 418da16991 Track the import task and report AMIs created from it
10 years ago
Chris Bednarski 1a775c05d9 Update calls to amazon to match the upstream
11 years ago
Chris Bednarski abb67fdd79 Fix govet issues
11 years ago
Mitchell Hashimoto be4a82dfae amazon/*: fix some merge conflicts
11 years ago
Mitchell Hashimoto 8e1db0d94c Merge branch 'fix_amazon_instance_waits' of https://github.com/renat-sabitov/packer into renat-sabitov-fix_amazon_instance_waits
11 years ago
Seth Vargo 33ca8b7fb5 Migrate to new AWS repo
11 years ago
Mitchell Hashimoto 913d6f6996 builder/amazon/common: fix compilation issues with latest libs
11 years ago
James Nugent e99cd56b6c Migrate from mitchellh/goamz to awslabs/aws-sdk-go
11 years ago
renat-sabitov-sirca d046e1cc5b Fixing transient AWS errors during EBS builds
11 years ago
Mitchell Hashimoto e422a45449 fmt
11 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
Henry Huang 5d410bddc9 When unexpected state found in waiting, notify the caller func with a correct error message
12 years ago
Henry Huang c33e7cc867 Add the support of launching spot instances in "amazon-ebs" AMI
12 years ago
Mitchell Hashimoto 1234e61cda builder/amazon/all: get rid of unnecessary field
12 years ago
Patrick Lucas e17984face Fix race condition after launching EC2 instance
13 years ago
Mitchell Hashimoto 61320b20a9 builder/amazon/common: error if WaitForState can't find resource
13 years ago
Mitchell Hashimoto 1bf91e2845 builder/amazon/common: rename instance.go to state.go, makes more sense
13 years ago