Commit Graph

4893 Commits

Author SHA1 Message Date
Chris Bednarski fce6f86328 Updated changelog with some missing changes 2015-08-10 14:19:20 -07:00
Chris Bednarski 4cc443da8e Update use of ec2rolecreds to match upstream 2015-08-10 13:59:56 -07:00
Chris Bednarski f1eb95dbe0 Remove extra emphasis 2015-08-10 13:30:31 -07:00
Chris Bednarski 3a6cac97dd Added v0.8.3 changelog 2015-08-10 12:45:20 -07:00
Chris Bednarski 4416954461 Corrected the meta text on the artifice page. 2015-08-10 10:25:19 -07:00
Chris Bednarski 8484c2e2a0 Prepare 0.8.3 2015-08-08 00:51:01 -07:00
Chris Bednarski 1b6d9b8571 Merge pull request #2571 from mitchellh/artifice
Artifice post-processor
2015-08-07 22:35:51 -07:00
Chris Bednarski 16d7e7542a Added docs for artifice 2015-08-07 20:10:17 -07:00
Chris Bednarski 6dd0a21c89 Added an artifice post-processor which allows you to override artifacts in a post-processor chain 2015-08-07 18:21:23 -07:00
Chris Bednarski 100d2b1148 Merge pull request #2501 from mitchellh/docs-revamp-content
[WIP] Update packer docs related to Atlas
2015-08-07 17:43:26 -07:00
Chris Bednarski acc1aa0613 Merge pull request #2556 from mitchellh/b-2414
Add interpolation for .BuildName in compress output filename
2015-08-07 13:18:01 -07:00
Chris Bednarski 211817c78e Fix formatting for code block in docs 2015-08-06 16:52:30 -07:00
Chris Bednarski d2d4ce77c5 Merge pull request #2561 from mitchellh/b-govet
Fix govet issues
2015-08-06 14:57:56 -07:00
Chris Bednarski af2fa705bf Added go vet and git rev-parse head to appveyor so we can see what we're actually building / testing 2015-08-06 12:24:13 -07:00
Chris Bednarski eb5482cbab Merge branch 'master' into b-govet 2015-08-06 11:03:37 -07:00
Chris Bednarski f40ccd55ad Added debug output to the makefile so I can see which commit travis is building 2015-08-06 11:02:57 -07:00
Chris Bednarski a4e8a92a13 Merge pull request #2564 from clstokes/docs-misspelling
Fix 'ephemeral' misspelling.
2015-08-06 09:30:31 -07:00
Cameron Stokes 94c12c9afc Fix 'ephemeral' misspelling. 2015-08-06 09:27:38 -07:00
Chris Bednarski abb67fdd79 Fix govet issues 2015-08-05 19:41:29 -07:00
Chris Bednarski 02273207df Reformat and merge 2015-08-05 16:33:49 -07:00
Chris Bednarski f8c35afb73 Merge pull request #2560 from brycefisher/patch-1
Add missing option
2015-08-05 16:31:40 -07:00
Bryce Fisher-Fleig e7ab9fb3c0 Add missing option 2015-08-05 15:28:20 -07:00
Chris Bednarski 1c956ff406 Removed errant backtick 2015-08-04 20:11:53 -07:00
Chris Bednarski fbb24d4acf Changed interpolation logic so .BuildName can be used in the output config option 2015-08-04 19:49:41 -07:00
Chris Bednarski 8f2a9de28e Updated documentation explaining how to use variables in compress post-processor filenames 2015-08-04 19:46:14 -07:00
Chris Bednarski 4ef3baa3ee Update test to include some interpolation configs 2015-08-04 19:30:57 -07:00
Chris Bednarski 8d6719e71f Add failing test for compress interpolation 2015-08-03 16:34:24 -07:00
Chris Bednarski cabbe007dd Merge pull request #2415 from DrewDahl/fix-qemu-vnc-missed-keys
Add 1/10th second delay between key events to VNC for QEMU
2015-08-03 15:57:52 -07:00
Chris Bednarski 6a2bedb699 Merge pull request #2548 from mitchellh/makefile
Use go vet instead of go tool vet, and actually run it with make
2015-08-03 11:44:47 -07:00
Chris Bednarski 07eff4c014 Reformat docs 2015-08-03 11:32:54 -07:00
Chris Bednarski e73ec1f70d Use go vet instead of go tool vet, and actually run it with make 2015-08-03 11:16:17 -07:00
Chris Bednarski f5abdffa71 Merge pull request #2547 from tylert/rename-prov-docs
Rename .html.md files to .html.markdown
2015-08-03 11:13:37 -07:00
Tyler Tidman db1a781b6e Rename .html.md files to .html.markdown
Fixes #2546.  Make files under website/source/docs/provisioners conform to
standards for rest of docs.
2015-08-03 13:02:01 -04:00
Dane Elwell e0d46685ea Document remote_port option 2015-08-03 17:53:33 +01:00
Chris Bednarski 5b8e4dc5b4 Merge pull request #2534 from mitchellh/b-2515
Update code.google.com/gosshold/ssh to point to golang.org/x/crypto/ssh, since this has been moved into core now
2015-08-01 17:16:26 -07:00
Chris Bednarski f7a0945311 Merge pull request #2538 from fnoeding/amazon-ebs-only-get-password-for-winrm
amazon builder: only fetch password for winrm
2015-08-01 16:20:48 -07:00
Chris Bednarski 611404d578 Merge pull request #2542 from mitchellh/b-generatedAddress
Fix case for ethernet.generatedAddress property lookup in VMX
2015-08-01 16:19:45 -07:00
Chris Bednarski 263641c537 Fix case for ethernet.generatedAddress property lookup in VMX 2015-08-01 15:09:59 -07:00
Florian Noeding 98b9d22b68 amazon builder: only fetch password for winrm 2015-07-31 15:34:25 +02:00
Chris Bednarski 3c517a65c3 Autoreformat 2015-07-30 21:16:11 -07:00
Chris Bednarski 4d2a140236 Merge pull request #2536 from sobrinho/patch-1
Fix last example syntax
2015-07-30 20:07:20 -07:00
Gabriel Sobrinho 015742b547 Fix last example syntax 2015-07-31 00:01:00 -03:00
Chris Bednarski 32b714e085 Update code.google.com/gosshold/ssh to point to golang.org/x/crypto/ssh, since this has been moved into core now
Fixes #2515
2015-07-30 19:19:59 -07:00
Chris Bednarski 84abbc2fe2 Merge pull request #2519 from BayanGroup/salt-remote-dirs
Add options to specify salt remote dirs
2015-07-30 19:06:59 -07:00
Chris Bednarski c04feb77b1 Merge pull request #2520 from BayanGroup/salt-ensure-dir-exists
Ensure that `/etc/salt` exists
2015-07-30 19:03:34 -07:00
Chris Bednarski 87bcfc3ef7 Ignore internal packages for go 1.5; thanks @dlsniper 2015-07-30 16:15:55 -07:00
Chris Bednarski 5218c5a65b Reformat 2015-07-30 16:09:40 -07:00
Chris Bednarski 66b7b9a0b7 Added a section to explain more clearly how to reference external resources like boot ISOs 2015-07-30 15:58:12 -07:00
Chris Bednarski 28d1295460 Merge branch 'openstack_metadata' of https://github.com/trumant/packer into trumant-openstack_metadata 2015-07-30 14:38:03 -07:00
Chris Bednarski 5cd6e19467 Merge pull request #2451 from monsterzz/b-openstack-ipv6-ssh-support
Fix handling IPv6 when ssh_interface set (openstack builder)
2015-07-30 14:36:17 -07:00