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

Error generating environment and network for OOB in racks #212

Open
marcusgc opened this issue Nov 12, 2019 · 0 comments
Open

Error generating environment and network for OOB in racks #212

marcusgc opened this issue Nov 12, 2019 · 0 comments

Comments

@marcusgc
Copy link
Collaborator

When OOB environment have more than one network prefix configured, networkapi is raising error
when trying to allocate networks and vlans for rack.
Instead of looking for an available network in network prefixes, it is trying to get "nth" network in all network prefix configured for environment.
If prefix is shorter than rack number, it will raise "list index out of range". If all prefixes have nth network available, it will allocate more than one necessary networks.

If should just look for an available network in all available prefixes.

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