Commit Graph

85 Commits (17516ec2f80c723451ea69bbb6c8d6478dbbd974)

Author SHA1 Message Date
Mitchell Hashimoto c8e911cdc3 Merge branch 'security-groups' of https://github.com/whiteley/packer into whiteley-security-groups
13 years ago
Mitchell Hashimoto b95a56899f builder/amazon: rename availzone to availability zone
13 years ago
Matthew Hooker 1aa551a49c builder/amazon/common: Add AvailZone to StepRunSourceInstance struct
13 years ago
Matthew Hooker 60428cef60 builder/amazon/ebs: Add config for target AZ.
13 years ago
Mitchell Hashimoto 24ad445e2b builder/amazon,builder/openstack: remove more cgl libs
13 years ago
Mitchell Hashimoto 79f7936d66 Remove dependency on identifier package, use time ordered UUID [GH-541]
13 years ago
Patrick Lucas e17984face Fix race condition after launching EC2 instance
13 years ago
Matt Whiteley 09f4011234 builder/amazon: instances can be launched with a list of security groups
13 years ago
Mitchell Hashimoto cf10fff7fa builder/amazon/common: save access/secret key from env [GH-434]
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
Mitchell Hashimoto 27608a7b0f builder/amazon/*: use WaitForState for AMIs
13 years ago
Mark Peek f941718c3e builder/amazon: add clean_ami_name template function
13 years ago
Mitchell Hashimoto 48a53446bf builder/amazon/common: don't need squash here
13 years ago
Mitchell Hashimoto e9d6e83436 builder/amazon/common: support NoDevice [GH-396]
13 years ago
Mitchell Hashimoto 0e2511767e builder/amazon/common: if instance query returns none, ignore
13 years ago
Mitchell Hashimoto f2069c1cd6 Merge pull request #388 from jmassara/ami_region_copy
13 years ago
Mitchell Hashimoto ed7e0847fd builder/amazon/all: TemporaryKeyPairName
13 years ago
Ben Griffiths f953874448 Allow customization of SSH Key pair pattern
13 years ago
James Massara 985ce790d0 Also deregister AMI if it was copied to other regions
13 years ago
James Massara 5bca569fa4 builder/amazon: Re-ordered steps for AMI region copying so tags and
13 years ago
Mitchell Hashimoto b04cff5a9e builder/amazon/ebs: new multistep API
13 years ago
Mitchell Hashimoto 80ed7eddf4 builder/amazon/chroot: new multistep API
13 years ago
Mitchell Hashimoto 8019cd1839 builder/amazon: don't chmod on windows
13 years ago
Mitchell Hashimoto 4bb320d86f builder/amazon: chmod debug key so it is ssh-ready
13 years ago
Mitchell Hashimoto 9186a7f214 builder/amazon: output DNS name if debug mode
13 years ago
Mitchell Hashimoto 57f185451a builder/amazon: drop private key if debug mode [GH-373]
13 years ago
Mitchell Hashimoto 42beac4516 builder/amazon/common: modify output for AMI copy
13 years ago
Mitchell Hashimoto d03c852ac2 builder/amazon/common: move tags into ami_config
13 years ago
Mitchell Hashimoto ef142ce886 builder/amazon: region copy must go before modify attributes
13 years ago
Mitchell Hashimoto a4f674f8ed builder/amazon/common: remove duplicates from ami_region
13 years ago
James Massara c9de4c9644 Make sure ami_regions are valid
13 years ago
James Massara 228d0d593a amazon/common: Added AMI CopyImage support
13 years ago
Mitchell Hashimoto c5823be2e0 builder/amazon: fix crash case if SIGINT while waiting for instance
13 years ago
Mitchell Hashimoto b49fe4971a builder/amazon: modifying more than one AMI attribute type works
13 years ago
Mitchell Hashimoto 64d87bfaf3 *: switch to packer ConfigTemplate
13 years ago
Mark Peek 91670cea07 builder/amazon: add block device mappings [GH-90]
13 years ago
Mitchell Hashimoto 7cc9aa36ff builder/amazon/common: correct logic in deleting secutiry group
13 years ago
Mitchell Hashimoto 48b9da2feb builder/amazon/common: retry deleting security group [GH-278]
13 years ago
Mitchell Hashimoto 3ff3746969 builder/amazon/common: support user_data_file
13 years ago
Mitchell Hashimoto f69b365f39 Merge pull request #253 from phobos182/master
13 years ago
Jeremy Carroll 6599f5a255 Log error messages from goamz.
13 years ago
Mitchell Hashimoto fd6dbc42d1 builder/amazon/common: rename StepModifyAttributes to
13 years ago
Mitchell Hashimoto bfc2ac1eaa builder/amazon/common: AMIConfig common config
13 years ago
Mitchell Hashimoto 96a91e9555 builder/amazon/common: on modify AMI attributes, skip if no work
13 years ago
Mitchell Hashimoto dcfbef4fc0 builder/amazon/common: use new API for goamz to set AMI attributes
13 years ago
James Massara 2ba59617fc builder/amazon/all: Added support for setting attributes on the AMI
13 years ago
Mitchell Hashimoto e6b7a47841 builder/amazon/common: RunConfig to template processing
13 years ago
Mitchell Hashimoto 96cc8a4aee builder/amazon/common: access config uses template processing
13 years ago
Mark Peek 9638a30d35 builder/amazon/all: address feedback for ami tag refactoring change
13 years ago