Commit Graph

6743 Commits

Author SHA1 Message Date
Matthew Hooker 5eb073c501
update changelog 2016-12-08 12:44:46 -08:00
Matthew Hooker 9e71730c38
Document changes to shell-local post-processor 2016-12-08 12:37:38 -08:00
Vasiliy Tolstov 332a208fee
post-processor/shell-local: run only once for each builder
don't run post-processor for each artifact file, but only for
each builder to be consistent with other post-processors

Signed-off-by: Vasiliy Tolstov <v.tolstov@selfip.ru>
2016-12-07 20:54:55 -08:00
Matthew Hooker 0a3b7e1b53 Merge pull request #4258 from ksatirli/patch-1
highlights possible values instead of quoting them
2016-12-07 15:38:55 -08:00
Kerim Satirli 0fe41a29a0 updates quoting for `amazon-ebs-volume.html.md` 2016-12-07 09:31:09 +01:00
Kerim Satirli 73a50ff91f updates quoting for `amazon-instance.html.md` 2016-12-07 09:29:45 +01:00
Kerim Satirli a31da3fb07 updates quoting for `amazon-import.html.md` 2016-12-07 09:27:46 +01:00
Matthew Hooker dcee10cc5a
update changelog 2016-12-06 18:31:12 -08:00
Matthew Hooker ba75405641 Merge pull request #4262 from covo6624/openstack-reauth
Openstack reauth
2016-12-06 18:25:46 -08:00
Dave Buckley 0c94e37c42 pull down fix to authv3 from upstream gophercloud 2016-12-07 01:36:41 +00:00
Dave Buckley 91562636d4 Allow reauth to keystone after token expiry 2016-12-07 01:36:10 +00:00
Matthew Hooker d6e6307245 Merge pull request #4261 from mitchellh/goversiontest
test with go 1.7 and 1.8beta
2016-12-06 16:50:54 -08:00
Matthew Hooker 5ea0eb0ec6
print time.Time with %v 2016-12-06 16:47:08 -08:00
Matthew Hooker 5d06d468b4
test with go 1.7 and 1.8beta 2016-12-06 16:32:32 -08:00
Kerim Satirli 74ed95511c highlights possible values instead of quoting them
Hello!

I updated a few values in this page to be highlighted instead of "quoted". I think this is in line with other values already existing on this page and should make the whole more consistent.

Happy to discuss if this needs changes!

This is a clean(er) version of PR 4255
2016-12-06 21:54:16 +01:00
Rickard von Essen 06039b358d Merge pull request #4256 from rickard-von-essen/support-kms-cmk-docs
Added note about kms_key_id
2016-12-06 10:37:36 +01:00
Rickard von Essen 45bf1457db Added note about kms_key_id 2016-12-06 10:35:58 +01:00
Rickard von Essen 0537dffb93 Updated CHANGELOG.md 2016-12-06 10:25:58 +01:00
Rickard von Essen 56f2bfa5ff Merge pull request #4243 from rickard-von-essen/aws-snapshot-users-groups
WIP: amazon: Add snapshot_users and snapshot_groups
2016-12-06 10:24:07 +01:00
Rickard von Essen 5c4d331a34 Added missing LaunchPermission 2016-12-06 09:59:09 +01:00
Rickard von Essen 4ce3b8712a
Replace unencrypted EBS snapshots with encrypted
To ensure that groups and users attributes are added to the encrypted
snapshots.
2016-12-06 03:31:09 +01:00
Rickard von Essen 2c95fbab47 Merge pull request #4253 from gsaslis/patch-1
Fix typo
2016-12-05 21:40:00 +01:00
Yorgos Saslis 069592f489 Fix typo
chef-cilent => chef-client
2016-12-05 16:31:36 +02:00
Rickard von Essen c3a352955e amazon: Added snapshot_users and snapshot_groups 2016-12-04 16:03:01 +01:00
Ari Aviran 46f217f255 amazon - Snapshot permissions correctly applied
Fixes #3344
2016-12-04 16:03:01 +01:00
Rickard von Essen d91b65b0e2 Update CHANGELOG.md 2016-12-04 16:01:01 +01:00
Rickard von Essen cd2f58c79e Merge pull request #4023 from MYOB-Technology/support-kms-cmk
Added KMS CMK support to EBS builder
2016-12-04 15:58:27 +01:00
Rickard von Essen d7a7d8c852
It's not possible to share encrypted AMI's 2016-12-04 15:52:23 +01:00
Rickard von Essen 74840e29c3 Updated CHANGELOG.md 2016-12-03 09:54:42 +01:00
Rickard von Essen fbf0515fbc Merge pull request #4244 from pdecat/master
Saltstack bootstrapping: fallback on wget if curl failed for any reason
2016-12-03 09:45:44 +01:00
poida 8b13b75097 Updated documentation and error messages
The docs for kms_key_id needed to be next to encrypt_boot.

Shortened some of the kms_key_id error messages.
2016-12-03 07:49:54 +11:00
poida 7ea17e1630 Allow custom encrypted AMIs to be shared
When using a custom KMS key to encrypt the boot volume of an AMI, packer should allow it to be shared with other users.
2016-12-03 07:49:54 +11:00
poida 3eed6fd508 Added KMS CMK support to EBS builder
Added the 'kms_key_id' parameter. This supports supplying a customer master key (CMK) when encrypting the EBS volume.

The parameter is optional and only takes effect when 'encrypted' is true. When 'encrypted' is true but 'kms_key_id' is missing the 'aws/ebs' key will be used.
2016-12-03 07:49:34 +11:00
Patrick Decat 5dd7fb11f4 Saltstack bootstrapping: fallback on wget if curl failed for any reason (such as not being installed) 2016-12-02 20:02:22 +01:00
Rickard von Essen df7c376e77 Merge pull request #4239 from rickard-von-essen/fix-4238
builder/amazon: crash on tagging snapshot when snapshot_tags is unset
2016-12-01 21:00:57 +01:00
Matthew Hooker 6c6b38af79
don't need explicit span 2016-12-01 11:45:26 -08:00
Rickard von Essen 8d2ceea5f1 builder/amazon: crash on tagging snapshot when snapshot_tags is unset
Closes #4238
2016-12-01 20:43:15 +01:00
Rickard von Essen c2512d232a Merge pull request #4233 from ankon/pr/docker-ref-ecr
Point to the ECR section for more information on `ecr_login`
2016-12-01 18:51:41 +01:00
Rickard von Essen 95c0113a23 Merge pull request #4234 from ankon/pr/docker-ref-dockerfiles
Fix the reference to the "Dockerfiles" section
2016-12-01 18:50:39 +01:00
Rickard von Essen 3294a2fc0c Updated CHANGELOG.md 2016-12-01 18:49:41 +01:00
Rickard von Essen c649fdbffd Merge pull request #4235 from rickard-von-essen/fix-4232
amazon: Fix source_ami_filter ignores owners
2016-12-01 18:48:33 +01:00
Rickard von Essen bcc7f455b3 amazon: Fix source_ami_filter ignores owners 2016-12-01 14:29:31 +01:00
Andreas Kohn f3e96c5c0a
Point to the ECR section for more information on `ecr_login`
Fixes #4218
2016-12-01 10:52:33 +01:00
Andreas Kohn 68e5baa74c
Fix the reference to the "Dockerfiles" section 2016-12-01 10:48:19 +01:00
Matthew Hooker 4e1e2c18d5
update changelog 2016-11-30 13:36:07 -08:00
Matthew Hooker 832de2104b
Revert "Merge pull request #4230 from mitchellh/revert-4223-closes_3320"
This reverts commit bda89b0c42, reversing
changes made to f9f9d82419.
2016-11-30 13:28:34 -08:00
Matthew Hooker bda89b0c42 Merge pull request #4230 from mitchellh/revert-4223-closes_3320
Revert "Adds `force_delete_snapshot` flag"
2016-11-30 13:10:30 -08:00
Matthew Hooker f5c3c25d2b Revert "Adds `force_delete_snapshot` flag" 2016-11-30 13:10:22 -08:00
Matthew Hooker f9f9d82419 Merge pull request #4223 from artburkart/closes_3320
Adds `force_delete_snapshot` flag
2016-11-30 12:53:34 -08:00
Matthew Hooker 799f6c2cb1
update changelog 2016-11-30 12:02:50 -08:00