arista-eosplus / packer-ztpserver

Packer.io set up of ZTP server
18 stars 9 forks source link

packer build hangs at configuration upload #1

Closed alessandro-danti closed 10 years ago

alessandro-danti commented 10 years ago

I am trying to build a Windows VirtualBox/Fedora20 image of the ztp server, but as soon as the "Uploading conf => /tmp/packer" appears, only the dhcpd.conf in /tmp/packer is shown - with a zero byte size.

The Fedora 20 installation was successful, the ssh connection is still established but the packer script won't continue. Packer's debug mode doesn't show any error message.

Any clue on what could be the cause of this problem?

phil-dileo commented 10 years ago

Hi Alessandro - This is actually a Packer bug https://github.com/mitchellh/packer/issues/1484# that we uncovered yesterday. The guys at Packer say that it will be fixed in 0.7.1 which is now available here http://www.packer.io/downloads.html

alessandro-danti commented 10 years ago

Hi Phil, thank you for your prompt answer. I have downloaded packer 0.7.1 and I am now trying again the build. Will let you know how it goes.

alessandro-danti commented 10 years ago

After upgrading packer to 0.7.1 and running the build process again, the VirtualBox machine image has been properly created. This can be closed now.

Thanks, Alessandro