Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to configure network with Vagrant/Virtualbox ("network": wrong number of arguments) #134

Open
rkent opened this issue Apr 10, 2024 · 0 comments

Comments

@rkent
Copy link

rkent commented Apr 10, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant