Open rdonkin opened 7 years ago
At least for my use case, converting a Veewee template building a Vagrant box, it worked fine. Had to update the generated template to post-process the .ovf image into a .box file. Used latest packer, 0.11.0, and the github version of veewee-to-packer, commit ID e34d64b.
Closing this now.
While this did generate a working template, it turned out to be flaky - I ended up in a graphical Anaconda installer screen sometimes after reboot during the Packer process.
Generally it seems better to start with a known reliable Packer template (I used geerlingguy/packer-centos-7 which works fine), and port your veewee template's configuration and scripts across.
I note that the last commits were in early 2014, and there aren't any more recent forks it seems.
Is this still likely to work with recent versions of Packer / Veewee?