Mark Peek
|
87e61b643c
|
builder/amazon/all: address feedback for ami tag refactoring change
Use explicit name for Tag field and note tags added in the ui.
|
2013-08-07 19:37:41 -07:00 |
Mark Peek
|
3bcfeafa15
|
builder/amazon/all: refactor ami tags [GH-233]
Refactor the EBS ami tag into a common step and add support
for instance-store ami tags.
/cc @jmassara
|
2013-08-06 15:05:03 -07:00 |
Mark Peek
|
3d461195e3
|
Merge pull request #233 from jmassara/tags
builder/amazon/ebs: Added tagging support for amazon/ebs AMIs
|
2013-08-06 15:01:32 -07:00 |
James Massara
|
d1aefb38bb
|
Simplied Tags configuration
|
2013-08-06 07:33:00 -07:00 |
James Massara
|
8853e7a17e
|
Moved Tags configuration out of common and into ebs.
|
2013-08-03 20:09:14 -07:00 |
Mitchell Hashimoto
|
4e8db89403
|
builder/amazon/all: use new SSHAddress method [GH-243]
|
2013-08-03 16:24:49 -07:00 |
James Massara
|
4c273e33c5
|
removed amiId temp variable
|
2013-08-01 18:35:43 -07:00 |
James Massara
|
b24fcbc800
|
Adds support for adding tags to the AMI
|
2013-08-01 16:38:22 -07:00 |
James Massara
|
852c10264b
|
Adds support for adding tags to the AMI
|
2013-08-01 16:31:07 -07:00 |
Mitchell Hashimoto
|
ef59ee41a8
|
rename builder/common to common since it is generally useful
|
2013-08-01 12:11:54 -07:00 |
James Massara
|
4bd3afb3ee
|
Added IAM Instance Profile support
Conflicts:
builder/amazon/common/run_config.go
|
2013-07-31 11:40:59 -07:00 |
Mitchell Hashimoto
|
8cf245eaa5
|
builder/amazon/ebs: don't need this variable
|
2013-07-31 09:35:26 -07:00 |
Mitchell Hashimoto
|
7c04d634f9
|
builder/amazon/chroot: wait for volume to beecome ready
|
2013-07-30 16:07:49 -07:00 |
Mitchell Hashimoto
|
3f0c4b0e19
|
builder/amazon/common: generic wait for state to wait for any state
|
2013-07-30 16:07:48 -07:00 |
Mitchell Hashimoto
|
c6fde36b5e
|
builder/amazon/chroot: boilerplate
|
2013-07-30 16:07:48 -07:00 |
Mitchell Hashimoto
|
7a00b240c1
|
builder/amazon/*: sigint while waiting for state change works
|
2013-07-25 20:49:15 -05:00 |
Mitchell Hashimoto
|
8c3281405d
|
builder/amazon/*: wait for AMI to be ready in common, use it instance
|
2013-07-25 00:56:37 -05:00 |
Mitchell Hashimoto
|
b9b5de5684
|
fmt
|
2013-07-23 22:48:33 -05:00 |
Mitchell Hashimoto
|
a5546fa0f3
|
builder/amazon/*: Fix failing tests from rebase of VPC
|
2013-07-23 22:48:33 -05:00 |
Mitchell Hashimoto
|
b91fb5e1a0
|
fmt
|
2013-07-23 22:48:32 -05:00 |
Mitchell Hashimoto
|
a780d0e0dd
|
builder/amazon/common: extract Artifact
|
2013-07-23 22:48:32 -05:00 |
Mitchell Hashimoto
|
5c7c0a6ee2
|
builder/amazon: extract SSH connect funcs
|
2013-07-23 22:48:32 -05:00 |
Mitchell Hashimoto
|
51f7db35f4
|
builder/amazon: extract StepRunSourceInstance
|
2013-07-23 22:48:32 -05:00 |
Mitchell Hashimoto
|
f8319f8881
|
builder/amazon: extract StepSecurityGroup
|
2013-07-23 22:48:32 -05:00 |
Mitchell Hashimoto
|
e67e4cfa16
|
builder/amazon: extract StepKeyPair for both
|
2013-07-23 22:48:32 -05:00 |
Mitchell Hashimoto
|
d489f99aad
|
builder/amazon/*: clean up tests
|
2013-07-23 22:48:32 -05:00 |
Mitchell Hashimoto
|
9fb778c012
|
builder/common: common config struct for Packer configs
|
2013-07-23 22:48:31 -05:00 |
Mitchell Hashimoto
|
45d50279f3
|
builder/amazon/ebs: validate access config
|
2013-07-23 22:48:31 -05:00 |
Mitchell Hashimoto
|
6fdf237c15
|
builder/amazon/common: RunConfig for launch info
|
2013-07-23 22:48:31 -05:00 |
Mitchell Hashimoto
|
8f649af165
|
builder/amazon/common: AccessConfig for standard access config
|
2013-07-23 22:48:31 -05:00 |
Rafael Garcia
|
282554b2b0
|
builder/amazon/ebs: support launching in VPC
adds `vpc_id` and `subnet_id` to builder config
depends on https://github.com/mitchellh/goamz/pull/4
|
2013-07-21 00:44:14 -07:00 |
Mitchell Hashimoto
|
7d1f799ced
|
builder/*: switch to MultiErrorAppend
|
2013-07-19 19:08:25 -04:00 |
Mitchell Hashimoto
|
6f6a27b008
|
builder/common: extract out decode config
|
2013-07-19 14:59:04 -04:00 |
Mitchell Hashimoto
|
28a22a5fbe
|
builder/*: convert to common StepProvision
|
2013-07-16 15:44:41 +09:00 |
Mitchell Hashimoto
|
2cea79c54a
|
builder/amazon/ebs: rename to amazon/ebs in order to support others
|
2013-07-15 15:02:18 +09:00 |