5856 Commits

Author SHA1 Message Date
Chris Chalfant
72a7123a0b Add option to tell packer not to stop the instance
It is sometimes desirable to sysprep a windows machine before creating
an EC2 image. The AWS-approved way to do this is to run
ec2configservice.exe -sysprep and let ec2configservice shut down the instance.
This change adds an option to disable the stop instance call issued by packer
so that the user can control when the machine is stopped.
2016-03-14 12:54:03 -04:00
Rickard von Essen
427cbef249 Updated CHANGELOG.md 2016-03-14 08:11:18 +01:00
Rickard von Essen
9d1a6b08d6 Merge pull request #3349 from keyan/master
provisioner/puppet-masterless: Add ignore exit codes option
2016-03-14 08:08:55 +01:00
Keyan Pishdadian
aee8490f68 Add docs for ignore_exit_codes param 2016-03-13 23:39:29 -04:00
Keyan Pishdadian
f3811cb99d Add ignore_exit_codes param for puppet-masterless provisioner 2016-03-13 23:39:18 -04:00
wrc
9674a30227 Fix -debug command line option misbehaviour: forbid stdin redirection to a pipe when run as plugin server 2016-03-13 13:14:44 +03:00
Chris Bednarski
e464a8b8d8 Correct margins for inline code blocks 2016-03-11 17:29:25 -08:00
Chris Bednarski
4588c34efb Fix formatting for fix docs 2016-03-11 17:29:04 -08:00
Chris Bednarski
1256babce3 Change .markdown to .md because it's shorter 2016-03-11 17:06:36 -08:00
Chris Bednarski
d62d6f588d Merge pull request #3343 from mitchellh/docs-upgrade-warning
Add note to download page to remove old plugins
2016-03-11 11:14:53 -08:00
Chris Bednarski
1994793126 Added upgrade warning to remove old plugins 2016-03-11 11:13:32 -08:00
Rickard von Essen
a84f4fffae Merge pull request #3339 from SanderKnape/packer-documentation
Fix incorrect amazon-ebs property in documentation
2016-03-11 12:46:24 +01:00
Sander Knape
e75ce84176 Fix incorrect amazon-ebs property in documentation 2016-03-11 11:04:19 +01:00
Chris Bednarski
0f319fde08 Add debug logging for the credentials used for S3 in amazon-import 2016-03-10 16:52:16 -08:00
Chris Bednarski
ab36418729 Udpated winrmcp dep 2016-03-10 15:05:34 -08:00
Chris Bednarski
2970038204 Merge pull request #3126 from boumenot/pr-rfc-TransportDecorator
RFC: expose a seam for TransportDecorator.
2016-03-10 15:03:01 -08:00
Chris Bednarski
4e456cdf09 Added google disk_type to changelog 2016-03-10 15:00:48 -08:00
Chris Bednarski
0a97874cdd Merge pull request #3336 from mitchellh/f-google-disk-type
Add disk_type for google compute, courtesy @meatballhat
2016-03-10 14:58:30 -08:00
Chris Bednarski
118fcb27b8 Added docs for google disk_type 2016-03-10 14:53:37 -08:00
Chris Bednarski
1b1bbb604e Merge branch 'googlecompute-disk-type' of https://github.com/meatballhat/packer into f-google-disk-type 2016-03-10 14:51:30 -08:00
Chris Bednarski
8d54da737f Merge pull request #3335 from davebiffuk/patch-1
Update setup.html.markdown
2016-03-10 14:23:43 -08:00
Christopher Boumenot
b57ed27352 Add support for NTLM the WinRM communicator.
WinRM exposes an HTTP transport decorator that can be used for different
authentication schemes.  Windows on Azures requires this if one is to use
the out of the box configuration.
2016-03-10 10:53:38 -08:00
Dave Holland
81cf23052f Update setup.html.markdown
zip file now contains a single binary
2016-03-10 17:24:40 +00:00
Rickard von Essen
cd83c3f2eb Merge pull request #3330 from mansunkuo/master
Add example of extra_arguments
2016-03-10 15:24:55 +01:00
Mansun Kuo
5134faf0cc Add example of extra_arguments 2016-03-10 21:49:04 +08:00
Rickard von Essen
b214a175f2 Fixed OpenStack cli install example
Closes #3326
2016-03-09 12:29:31 +01:00
Chris Bednarski
ff7ce8e082 Merge pull request #3324 from dmikurube/add-timezone-description-for-isotime
Add a note about timezone "-0700" in "isotime".
2016-03-08 10:16:59 -08:00
Dai MIKURUBE
2d4c31f82b Add a note about timezone "-0700" in "isotime". 2016-03-08 17:35:06 +00:00
Chris Bednarski
39ca3c292e Merge pull request #3299 from tylert/shell-doc-order
Put shell provisioner doc in 'packer fix' order
2016-03-07 18:30:29 -08:00
Rickard von Essen
084c922176 Updated CHANGELOG.md 2016-03-07 13:49:12 +01:00
Rickard von Essen
44fb729df8 Merge pull request #3276 from rickard-von-essen/issue-3273
Ansible: add the support for specifying ansible_user
2016-03-07 13:45:44 +01:00
Rickard von Essen
d59844f0d1 Determine current user without CGO. 2016-03-07 13:35:24 +01:00
Rickard von Essen
7369841e63 Ansible: add the support for specifying ansible_user
Closes #3273
2016-03-07 13:35:24 +01:00
Rickard von Essen
96ac0d0e90 Merge pull request #3291 from rickard-von-essen/issue-3275
Ansible: don't use deprecated ssh options when ver above 2.0
2016-03-07 13:32:00 +01:00
Rickard von Essen
d6716f6ee1 Ansible: don't use deprecated ssh options when ver above 2.0
Ansible 2.0 deprecated ansible_ssh_user, ansible_ssh_port, ansible_ssh_host
instead use ansible_user, ansible_port, and ansible_host in the
inventory file.

Closes #3275
2016-03-07 13:26:22 +01:00
Rickard von Essen
51884ac31b Delete the PR template before submitting. 2016-03-07 12:09:01 +01:00
Rickard von Essen
209b7bc86d Emphasise that the template should be removed before submitting. 2016-03-07 12:05:59 +01:00
Rickard von Essen
744c0a8eec Merge pull request #3305 from Thingee/master
Fixing broken link in OpenStack builder docs
2016-03-04 13:39:50 +01:00
Mike Perez
dfeaa32134 Fixing broken link in OpenStack builder docs 2016-03-03 22:56:39 -08:00
Chris Bednarski
14fc7da43a Merge pull request #3282 from mhlias/master
Make communicator's WinRM defaults more intuitive when using SSL.
2016-03-02 15:54:36 -08:00
Tyler Tidman
b6eaf60fda Put shell provisioner doc in 'packer fix' order 2016-03-02 14:37:30 -05:00
Ilias Bertsimas
918c88ac38 Add 4 testing scenarios for WinRM helper communicator config. 2016-03-02 11:48:20 +00:00
Chris Bednarski
18f03ec070 Trim the pull request template 2016-03-01 19:31:07 -08:00
Chris Bednarski
6a38303030 Make the build name error message show the original regexp 2016-03-01 19:01:46 -08:00
Chris Bednarski
17e5076f06 Merge pull request #3292 from vtolstov/issue-3192
fix assign to driveArgs
2016-03-01 13:22:15 -08:00
Vasiliy Tolstov
e5276b31a3 fix assign to driveArgs
Signed-off-by: Vasiliy Tolstov <v.tolstov@selfip.ru>
2016-03-01 21:15:51 +00:00
Chris Bednarski
fee00baf6a Revert "close #3192"
This reverts commit 3b8f0023e57fe009a5dc2f534ea83242e9b6fc87.
2016-02-29 13:51:47 -08:00
Chris Bednarski
bf17e091b7 Merge pull request #3272 from vtolstov/issue-3192
builder/qemu: fix drive args
2016-02-29 11:15:30 -08:00
Ilias Bertsimas
883e4bcae2 Update documentation to reflect the new default behaviour. 2016-02-29 16:06:23 +00:00
Ilias Bertsimas
85e4865368 Make communicator's WinRM defaults more intuitive when using SSL. 2016-02-29 14:26:28 +00:00