Commit Graph
6301 Commits
Author SHA1 Message Date
Ilias Bertsimas 8bb3541fc3 Fix WinRM default SSL port typo. 2016-03-22 11:32:03 +00:00
Ilias Bertsimas 8604fdcf37 Fix WinRM default SSL port typo. 2016-03-22 11:29:31 +00:00
Simon Guest 1b186f1613 Removed escaped quotes in non-elevated powershell invocation 2016-03-20 20:28:08 -07:00
Chris Bednarski 8040317f77 Merge pull request #3363 from mitchellh/f-remove-plugins
Cleanup plugin code that is no longer used
2016-03-17 17:57:15 -07:00
Chris Bednarski cf87a33a63 Merge branch 'master' of https://github.com/mitchellh/packer 2016-03-17 14:17:55 -07:00
Chris Bednarski 5e898c90c2 Update appveyor spec to go 1.6 2016-03-17 14:17:49 -07:00
Chris Bednarski 172184b2f2 Merge pull request #3360 from thomasv314/bugfix/fix-documentation-errors
Update documentation to work out of box
2016-03-17 14:16:56 -07:00
Chris Bednarski d7cfd5d01c Remove explicit boolean comparison 2016-03-17 14:14:03 -07:00
Thomas Vendetta e362cd6b8b Use new Ubuntu AMI thats t2.micro & us-east-1 eligible
Uses this free tier eligible ebs/hvm AMI:

  Ubuntu Server 14.04 LTS (HVM), SSD Volume Type - ami-fce3c696
2016-03-16 22:28:10 -04:00
Thomas Vendetta af3bc4f12b Fix README build example to work out of box.
- secret_key was set to use the access_key env variable
2016-03-16 22:16:35 -04:00
Chris Bednarski 0fb97a1d55 Add example plugin for third-party plugin use 2016-03-16 16:42:24 -07:00
Chris Bednarski 39a1b88e3a Remove plugin files since these are no longer used 2016-03-16 16:42:09 -07:00
kopernikus f3011698ba document keep_registered switch 2016-03-16 23:31:50 +01:00
kopernikus 84bd2ff754 option to keep the VM registered with esxi 2016-03-16 23:17:35 +01:00
Chris Bednarski b50036c817 Change version to non-release version 2016-03-16 10:06:33 -07:00
Chris Bednarski 439f85b177 erge branch 'master' of https://github.com/mitchellh/packer 2016-03-15 16:06:25 -07:00
Chris Bednarski d97aee90a8 Updated changelog 2016-03-15 16:06:19 -07:00
Chris Bednarski ba5166da8c Merge pull request #3346 from theang/master
Fix -debug command line option misbehaviour: forbid stdin redirection…
2016-03-15 16:04:52 -07:00
Chris Chalfant 601b833aaa style and documentation changes per PR review comments 2016-03-15 08:01:20 -04:00
Chris Bednarski 8b93c91974 Added BC break note regarding go 1.4 2016-03-14 22:17:45 -07:00
Chris Bednarski 2384cb3f49 Bump download version to 0.10.0 2016-03-14 21:30:04 -07:00
Chris Bednarski 2085263694 Fix problems in release script 2016-03-14 21:24:51 -07:00
Chris Bednarski fedb0e21f0 Cut version 0.10.0 v0.10.0 2016-03-14 21:07:07 -07:00
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
Joakim Löfgren 1172e670c0 Add support for ansible-galaxy
This adds "galaxy_file" to the options

Implement #3301
2016-03-14 18:26:56 +01: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