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

Fix networkProfile / networkInterfaces #1

Open
jeffpatton1971 opened this issue Jan 3, 2018 · 0 comments
Open

Fix networkProfile / networkInterfaces #1

jeffpatton1971 opened this issue Jan 3, 2018 · 0 comments
Assignees
Labels

Comments

@jeffpatton1971
Copy link
Contributor

Currently these templates support a single interface see commit 27eeb7d

This needs to be modified, when the output of networkProfile is an object and an array of one is passed in from networkInterfaces there is no issue. When an array of two is passed the template fails validation because the output type of networkProfile is object. Changing the output type of networkProfile to array effectively flips the result. Where n+1 networkInterfaces succeed, but a single interface fails.

I think this is in how the variable networkProfile in the networkProfile template is structured.

This should be resolved sooner than later.

@jeffpatton1971 jeffpatton1971 self-assigned this Jan 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant