anadimisra / vagrant-toolchains

Reusable Vagrant-based environments for demonstrations.
MIT License
0 stars 0 forks source link

Jenkins Virtualbox: Workaround for Packer bugs #5

Closed vishagilityroots closed 6 years ago

vishagilityroots commented 6 years ago

Packer does not support nested objects in vars.json: https://github.com/hashicorp/packer/issues/2441

So vars.json and surrounding logic needs to be rewritten.

And ... holy crap ... Packer does not allow nesting of variables as well :-1: https://github.com/hashicorp/packer/issues/874

vishagilityroots commented 6 years ago

Using the modified vars.json the Vagrantfile as well as Packer Template were tested. Issue is closed.