Re: [packer] bento-master vmware build "Unable to connect to host" error

2016-09-21 Thread Rickard von Essen
This is because you have a version of VMware Player which is not supported or not correctly setup to use with Packer. Rerun with: PACKER_LOG=1 packer build template.json And attach the full log. On Sep 21, 2016 22:39, "Steven Langlois" wrote: > Using the bento-master

[packer] bento-master vmware build "Unable to connect to host" error

2016-09-21 Thread Steven Langlois
Using the bento-master templates I can successfully create VirtualBox VMs but I'm getting an error with VMWare. I installed: VMware-Player VMwareVIX QEMU I created a virtual machine with VMware-Player and installed VMware Tools but now I am stuck on this error. Any pointers are much

[packer] Packer 0.10.2 released

2016-09-21 Thread Matthew Hooker
Hello, Yesterday we released v0.10.2 which is a recompile of v0.10.1 on OS X Sierra, which should prevent Packer from crashing on Sierra. Thanks, --Matt Hooker @mwhooker -- This mailing list is governed under the HashiCorp Community Guidelines -

Re: [packer] Re: avoid windows %APPDATA% in packer post-process

2016-09-21 Thread Rickard von Essen
Guess something like this should work: http://answers.microsoft.com/en-us/windows/forum/windows_7-files/change-location-of-temp-files-folder-to-another/19f13330-dde1-404c-aa27-a76c0b450818?auth=1 Go just ask the OS for the temp path. On 21 September 2016 at 06:26, Michael Cook

Re: [packer] Re: 404 error with the creation of image on OpenStack

2016-09-21 Thread Rickard von Essen
Could you rerun with loggin enabled: PACKER_LOG=1 packer build template.json and attach the log. On 21 September 2016 at 11:08, Eleonora Ciceri wrote: > Please notice that the same error has been reported here: >

[packer] Re: 404 error with the creation of image on OpenStack

2016-09-21 Thread Eleonora Ciceri
Please notice that the same error has been reported here: https://github.com/mitchellh/packer/issues/1415#issuecomment-165739549 but there does not seem to be a fix for the issue. -- This mailing list is governed under the HashiCorp Community Guidelines -