Commit Graph

5861 Commits

Author SHA1 Message Date
Chris Bednarski 9f6de246c2 Merge pull request #3422 from alexpbrown/swap-pty-geometry
Swap width and height when allocating a pty
2016-04-06 14:17:46 -07:00
Alex Brown 0cea0e5c24 Swap width and height when allocating a pty
RequestPty from crypto/ssh looks like this:

func (s *Session) RequestPty(term string, h, w int, termmodes TerminalModes) error

So arguments 2 and 3 are height and width, respectively. I'm not sure if
the original was just a typo, or if there's an actual reason we want a
40 column terminal. Either way, having a terminal this narrow led me to
a really "fun" bug[0], where `wget` in my shell provisioner scripts
would segfault when trying to display the progress bar.

[0] http://lists.gnu.org/archive/html/bug-wget/2016-02/msg00041.html
2016-04-06 15:40:19 -04:00
Rickard von Essen 4f0f05fb8e Merge pull request #3419 from tylert/vmw-iso-doc-fix
Put vmware-iso builder config options in 'packer fix' order and menti…
2016-04-06 16:36:03 +02:00
Tyler Tidman 2472e6bf06 Put vmware-iso builder config options in 'packer fix' order and mention boolean defaults 2016-04-06 09:24:03 -04:00
Christopher Boumenot ad3d674919 Do not use Fprintf, use Fprint. 2016-04-05 22:41:26 -07:00
Chris Bednarski d0ddf34e6e Merge pull request #3410 from srhaber/chef_ssl_verify_mode_doc
Add documentation for ssl_verify_mode
2016-04-05 15:04:49 -07:00
Shaun Haber efa642fe04 Add documentation for ssl_verify_mode 2016-04-01 12:35:05 -07:00
Chris Bednarski 9825687443 Merge pull request #3390 from cure/fix-azure-arm-examples
Fix up azure-arm examples: make sure the variable names line up.
2016-03-31 17:46:22 -07:00
Ward Vandewege 5e2d361774 Fix up azure-arm examples: make sure the variable names line up. 2016-03-27 15:02:02 -04:00
Chris Bednarski b199a6e546 Merge pull request #3376 from kikitux/master
add -color to build -h command
2016-03-24 11:07:27 -07:00
Alvaro Miranda 6237df566f add -color to build -h command 2016-03-23 04:40:24 +13:00
Rickard von Essen f38b0ba2cd Merge pull request #3374 from mhlias/master
Simple documentation typo fix from earlier PR for WinRM SSL default port behaviour
2016-03-22 13:06:10 +01:00
Ilias Bertsimas f05e18c58b Merge branch 'master' of github.com:mhlias/packer 2016-03-22 11:32:19 +00:00
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
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 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