Re: [packer] Packer ssh server timeout

2017-01-19 Thread Rickard von Essen
Looks like ansible is failing on this: 2017/01/18 11:09:08 ui: amazon-ebs: failed: [CrossenseEdge] (item=[u'pkg-config', u'libboost-all-dev', u'scons']) => {"failed": true, "item": ["pkg-config", "libboost-all-dev", "scons"], "module_stderr": "", "module_stdout": "", "msg": "MODULE FAILURE", "

Re: [packer] Packer ssh server timeout

2017-01-19 Thread ido . azran
Hi Rickard, Sorry for that, the users variables are because we are using Spinnaker to pass them to the json as part of a pipeline. We are trying to run m3.medium machine with this source ami-47a23a30. The thing that happens is that every time after around 5 minutes packer gets stuck and this is

Re: [packer] Packer ssh server timeout

2017-01-19 Thread Rickard von Essen
It's not very useful when everything is a user variable. Can supply the values of those, say which distribution the source ami is and run with `PACKER_LOG=1 packer build template.json` and attach the full log. On Jan 19, 2017 6:29 PM, wrote: > Hi all, > Trying to use amazon-ebs builder with ansi

[packer] Packer ssh server timeout

2017-01-19 Thread ido . azran
Hi all, Trying to use amazon-ebs builder with ansible provision I'm behind a NAT and trying to do the bake on aws, but after 5 minutes the ssh connections is shutdown and the bake fails any thoughts? thanks this is my packer json: { "builders": [ { "type": "amazon-ebs",