Commit Graph

5876 Commits

Author SHA1 Message Date
Chris Bednarski 0d4ee09ea5 Remove go 1.4 from the build matrix 2016-03-14 21:00:23 -07:00
Chris Bednarski 71b593a265 Increase test timeout to 30s to accomodate longer Azure test 2016-03-14 20:46:22 -07:00
Chris Bednarski 3693dd8879 Update packer version to 0.10.0 2016-03-14 20:12:26 -07:00
Chris Bednarski e5f755dd37 Update changelog to include Azure 2016-03-14 20:11:42 -07:00
Chris Bednarski 209603ec88 Vendor Azure dependencies 2016-03-14 20:08:41 -07:00
Chris Bednarski e2dd57837d Added azure setup instructions for new accounts 2016-03-14 20:08:41 -07:00
Chris Bednarski 7b9fa48a1b Added initial azure documentation 2016-03-14 20:08:36 -07:00
Chris Bednarski f25be250c7 Increase test -race timeout 2016-03-14 20:08:36 -07:00
Chris Bednarski 4d7418a2dc Added sleeps to the azure-setup script so it is more likely to converge before running the next command 2016-03-14 20:08:36 -07:00
Chris Bednarski 133048e86e Update LICENSE notice 2016-03-14 20:08:36 -07:00
Chris Bednarski d77b1612d4 Added example templates for Azure 2016-03-14 20:08:35 -07:00
Chris Bednarski 17c365e45f Added MIT license 2016-03-14 20:08:35 -07:00
Chris Bednarski c84ae85ac1 Alphabetize azure configuration so it looks nicer 2016-03-14 20:08:35 -07:00
Chris Bednarski 5b5888b230 Initial import of Microsoft contributed code 2016-03-14 20:08:35 -07:00
Chris Bednarski 507efda4f4 Finalized azure-setup for creating all of the requisite resources in the target subscription 2016-03-14 20:08:28 -07:00
Chris Bednarski 3ad8bf266a Initial work on azure-setup script 2016-03-14 20:08:27 -07:00
Chris Bednarski 7e0fe0cddd Added merge script to automatically pull in and fix the upstream repo 2016-03-14 20:08:12 -07:00
Chris Chalfant 8163e16e02 gofmt code 2016-03-14 13:49:42 -04:00
Chris Bednarski 7ac30135fc Merge pull request #3351 from mitchellh/kikitux-doc-home-var
Add note for $HOME and ~
2016-03-14 10:36:19 -07:00
Alvaro Miranda 33a225eb92 Add note for $HOME and ~ 2016-03-15 06:34:26 +13:00
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