-
Notifications
You must be signed in to change notification settings - Fork 66
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
Parsing pci_device and vlan info to ports #142
Conversation
ManageIQ/manageiq-schema#165 was merged |
@felipedf it looks like you amended a merge commit or something, can you fix that up? |
This pull request is not mergeable. Please rebase and repush. |
@felipedf please fix the commit and assign back to me when it is ready for review |
#132 is parsing those into physical switch's ports, here were trying to parse them for a physical server |
b3538dd
to
bd45a96
Compare
Checked commit felipedf@bd45a96 with ruby 2.3.3, rubocop 0.52.1, haml-lint 0.20.0, and yamllint 1.10.0 |
This adds some vlan info to ports (guest_devices) and parse pciDevices of a Node
Did some refactor on AddinCards to use the same method to parse PciDevices as well, because they have the same fields.
Basically I am parsing the new info added to the schema on ManageIQ/manageiq-schema#165
:vlan_enabled => port["vnicMode"],
:vlan_key => port["logicalPortIndex"],
Depends on: ManageIQ/manageiq-schema#165