6427 Commits

Author SHA1 Message Date
Matthew Hooker
09bbd0e1cd fix tense 2016-10-07 18:00:21 -07:00
Matthew Hooker
83131db4b8 Merge pull request #3776 from curiositycasualty/master
Add custom_state config to salt provisioner
2016-10-07 17:59:52 -07:00
Matthew Hooker
badadec140 Merge pull request #3758 from elconas/fix_vmware_builder
Fix License check to work with licensed VMware Workstation
2016-10-07 17:51:32 -07:00
Matthew Hooker
2ae1b83b15 change chef-solo provisioner staging directory
Have the staging directory be called `packer-chef-solo`, which is what
is given in docs. Closes #3486
2016-10-07 17:24:30 -07:00
Sander van Harmelen
ba00afd4f1 govendor: add go-cloudstack depedency 2016-10-07 21:42:17 +02:00
Matthew Hooker
0b0411bebd Merge pull request #3970 from svanharmelen/b-logging
Fix debug logging
2016-10-07 12:17:42 -07:00
Sander van Harmelen
1fbadb4de9 Fix debug logging
The change done in #3964 causes the if statement to check if debug logging should be enabled to always pass.
2016-10-07 21:10:20 +02:00
Matthew Hooker
7323f07f3c update changelog 2016-10-06 12:28:34 -07:00
Matthew Hooker
5b995080a2 Merge pull request #3966 from mitchellh/sshupdate
Sshupdate
2016-10-06 12:27:56 -07:00
Matthew Hooker
2ba266cde1 update changelog 2016-10-06 11:24:39 -07:00
Matthew Hooker
800ca89dcc Merge pull request #3967 from michaeltravisuk/vagrant-fix
Added vsphere-esx hosts to supported machine types in vagrant post pr…
2016-10-06 11:22:08 -07:00
Matthew Hooker
4e93e60313 log unknown error, make ExitMissingError clearer 2016-10-06 11:13:39 -07:00
Michael Travis
2f1783dda2 Added vsphere-esx hosts to supported machine types in vagrant post processor 2016-10-06 15:09:01 +01:00
Matthew Hooker
286b7836fa remove dead code.
continues work from a629f1655b3ded11a628422b278b85c2b8ee2969
2016-10-05 18:17:02 -07:00
Matthew Hooker
5ab19ea469 bump ssh library, check for ssh.ExitMissingError
should resolve #3920
2016-10-05 18:16:08 -07:00
Matthew Hooker
9612a41f5a changelog for #3956 2016-10-05 16:50:59 -07:00
Matthew Hooker
0202950387 Merge pull request #3956 from mitchellh/govendor
Govendor
2016-10-05 16:48:37 -07:00
Matthew Hooker
7db6e8ec38 copy default params 2016-10-05 16:43:38 -07:00
Matthew Hooker
9b0fdc7509 remove test import hacks 2016-10-05 16:30:29 -07:00
Matthew Hooker
b79cdb3e47 incorporates feedback from pr 2016-10-05 16:14:02 -07:00
Matthew Hooker
fb8ced982a removes vendor make target
documents how to correctly add deps

removes unused dependencies

installs govendor as part of deps make target
2016-10-05 15:50:17 -07:00
Matthew Hooker
9ff9539d72 Ignores appengine
The appengine imports cause govendor to fail since it's imported as
"appengine". We get failures like:

    Error: Package "appengine" not a go package or not in GOPATH.

If we ignore it, the issue goes away and we can still comple
2016-10-05 15:50:06 -07:00
Matthew Hooker
d08f1b503f Applies govenor migrate godep
Updates contributing and make file

Removes empty vendor package

Removes go 1.4 logic
2016-10-05 15:49:22 -07:00
Matthew Hooker
9926a415e5 update changelog for #3964 2016-10-05 10:49:31 -07:00
Matthew Hooker
61471f4cca Merge pull request #3964 from mastier/master
disable log also for PACKER_LOG=0
2016-10-05 10:47:15 -07:00
Bartosz "mastier" Woronicz
dac049d4f3 disable log also for PACKER_LOG=0 2016-10-05 16:43:12 +02:00
Matthew Hooker
8ef2077c33 Merge pull request #3957 from mitchellh/clockskewhelp
add some debugging info for if your clock is skewed
2016-10-04 16:45:35 -07:00
Rickard von Essen
ed876f91df Merge pull request #3962 from evanstucker-hates-2fa/patch-1
Update shell.html.md
2016-10-04 20:58:21 +02:00
evanstucker-hates-2fa
a515c35338 Update shell.html.md
Changing to ".javascript".
2016-10-04 09:41:56 -07:00
evanstucker-hates-2fa
cd10cef218 Update shell.html.md
Putting sleep after the reboot didn't work for me. It would just hang indefinitely. There's a better way, and it's "pause_before".
2016-10-04 09:19:26 -07:00
Matthew Hooker
24c4ba3bb5 add the error you might see 2016-10-03 17:40:52 -07:00
Matthew Hooker
bddb2c25f2 documentation and changelog for #3952 2016-10-03 16:32:29 -07:00
Matthew Hooker
b7e14c4354 Merge pull request #3952 from MikeStankavich/f-virtualbox-post-shutdown-delay
Add VirtualBox post shutdown delay to address floppy controller delet…
2016-10-03 16:23:02 -07:00
Rickard von Essen
f4eb612594 Propery vendor github.com/approvals/go-approval-tests 2016-10-03 13:48:29 -07:00
Rickard von Essen
8431fd5f41 Drop unused vendored deps 2016-10-03 13:48:29 -07:00
Rickard von Essen
6376d2744f builder/googlecompute: Properly vendor test dependencies
Properly vendor github.com/stretchr/testify/assert
2016-10-03 13:48:29 -07:00
Rickard von Essen
51a9a51699 Update winrm and winrmcp dependencies
Updated winrm and winrmcp dependencies. Relevant unit and acceptance tests passed successfully.

shell.Execute didn't return a Command object.

See f1bcf36a69/winrmcp/cp.go (L167) and 54ea5d0147/winrm/shell.go (L10-L22) respectively.

Closes #3763

Original patch by: Philipp Kosel <philipp.kosel@gmail.com>
2016-10-03 13:48:29 -07:00
Matthew Hooker
7b2ed0dd76 CHANGELOG and docs for #3954 2016-10-03 13:00:55 -07:00
Matthew Hooker
127142215a Merge pull request #3954 from emo3/f-keepreq-vb
added functionality like vm
2016-10-03 12:55:34 -07:00
Ed Overton
1adb0a5fc3 added functionality like vm 2016-10-03 15:11:21 -04:00
Rickard von Essen
2591d089e4 Updated CHANGELOG.md 2016-10-03 10:23:57 +02:00
Rickard von Essen
0be3034e82 Merge pull request #3953 from rickard-von-essen/amz-ssh
builder/amazon: Allow using ssh_private_key_file and ssh_password
2016-10-03 10:22:15 +02:00
Rickard von Essen
a04988a597 Updated docs to reflect support for ssh_password 2016-10-03 10:03:45 +02:00
Rickard von Essen
a38e16bdd8 Delete ssh_username from the builder/amazon docs 2016-10-03 09:54:08 +02:00
Matthew Hooker
7a1b84cec1 add some debugging info for if your clock is skewed 2016-10-02 17:32:57 -07:00
Rickard von Essen
acc2689b49
builder/amazon: Allow using ssh_private_key_file and ssh_password
This adds support for using amazon-ebs/amazon-instance builder without
a keypair. If a ssh_private_key_file is supplied without a
ssh_keypair_name no temporary ssh keypair is created. If ssh_password is
used no temporary ssh keypair is created and the password is used when
trying to connect.

Closes #2301
Closes #3156
2016-10-02 22:20:36 +02:00
Mike Stankavich
a187b1cf92 Add VirtualBox post shutdown delay to address floppy controller delete error per issue #2401 2016-10-02 13:12:40 -05:00
Rickard von Essen
ad5f2a108e Updated CHANGELOG.md 2016-10-02 01:04:36 +02:00
Rickard von Essen
cffc8e892c Merge pull request #3382 from ahamidi/encrypted-boot-volume
Create AMI with encrypted boot volume
2016-10-02 01:02:43 +02:00
Chris Lundquist
9379cbc5d9 [dynamic-source-ami] support instance builder too 2016-10-01 23:01:01 +00:00