-
Notifications
You must be signed in to change notification settings - Fork 658
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
panic: Internal inconsistency: Expected len(Interface '(.+)' was successfully created matches) >= 3: #2517
Comments
I was thinking if the Go version installed on the server matters or not, maybe it's wrong (too new) version of it? |
The based on the code there it seems like an issue with the value being returned when the CPI tries to determine the virtualbox version. Have you validated that you have all of the requirements for that CPI? |
Hi @aramprice ! Thanks for quick answer. Yes, I think you might be right about Virtualbox CPI issue. I followed the link you provided and couldn't find list of requirements for CPI there. Can you point me to the right direction? I've read these documents: Maybe I should try with extra small/demo VM like "hello world" and go from there? Or are there any other debug steps?
Another (maybe related) point is that I'm trying to deploy this in a OVH Machine that apparently uses OpenStack for it's own configuration. I don't know if I'm OK in following the steps I'm following or if I should instead follow the steps in the manual for OpenStack? Or maybe even make a new debian/ubuntu based VM for this... (Edit: tried with Terraform and OpenStack, but this way looks so much more complicated and I'm stuck on earlier stage (auth) with OpenStack). Thanks! |
Hi @sxiii - unfortunately that's about all I can contribute. I can't remember if I've ever used the virtualbox CPI, or what expectations it might have. For some reason the n.driver.Execute("--version") line of code isn't getting a three-part -aram |
Can this be closed? |
Describe the bug
Bosh director deployment bug. Regardless if I'm trying to deploy "manually" with:
Or "automagically" with:
I'm getting the same error:
To Reproduce
Steps to reproduce the behavior (example):
Expected behavior
Bosh director should be deployed.
Logs
Logs are provided in the error description.
Versions (please complete the following information):
Deployment info:
N/A (just deploying the default director with no changes in config)
The text was updated successfully, but these errors were encountered: