I've been trying this locally to try to get a build farm clone configured. Going from knowing nothing of chef/cinc, after several days of work I can finally access a Jenkins virtual machine. I recognize many of the issues I faced in branch work here, but there is one you might have missed so let me point it out.
Trying to add a bridged network, you encounter this strange message about too many parameters. Chased this for a day, finally found an issue in kitchen-vagrant that covered it. TL;DR: kitchen-vagrant needs to be at version 1.12.1 or later, while this repo locks it at 1.7.2. I upgraded this (to 1.14.2) and the problem was solved.
I don't know enough about how this repo is actually used in practice to submit this as a PR, but it's an obscure problem that I solved so I thought you'd like to know about it.
I've been trying this locally to try to get a build farm clone configured. Going from knowing nothing of chef/cinc, after several days of work I can finally access a Jenkins virtual machine. I recognize many of the issues I faced in branch work here, but there is one you might have missed so let me point it out.
Trying to add a bridged network, you encounter this strange message about too many parameters. Chased this for a day, finally found an issue in kitchen-vagrant that covered it. TL;DR: kitchen-vagrant needs to be at version 1.12.1 or later, while this repo locks it at 1.7.2. I upgraded this (to 1.14.2) and the problem was solved.
I don't know enough about how this repo is actually used in practice to submit this as a PR, but it's an obscure problem that I solved so I thought you'd like to know about it.