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
Define vlan interfaces to be included in introspection report #821
Conversation
|
Hi @bfournie. Thanks for your PR. I'm waiting for a metal3-io member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
Thanks @bfournie - does this depend on a corresponding change to ironic-image or ironic-inspector-image? |
|
|
How does the VLAN data show up? Are there just more interfaces added to the existing data structure, or do we need to do something to expand the API to hold new data? |
Yes, there are just more interfaces added to the existing structure so no expansion is needed. The vlan interfaces will be named <interface.vlan> e.g. "eth0.100" and will be handled as normal interfaces. |
Sounds good, thanks. |
|
/ok-to-test |
|
/approve The code looks good, but you need to fix markdown (I suspect redundant indentation). |
1b9e1c6
to
85efeb4
Compare
| - IRONIC_INSPECTOR_VLAN_INTERFACES - VLAN interfaces to be included in introspection report | ||
| `all` - all VLANs on all interfaces, using LLDP information (default) | ||
| interface - all VLANs on an interface, using LLDP information | ||
| interface.vlan - a particular VLAN interface, not using LLDP |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Newlines are not rendered in markdown, you need at least commas between the items
1a5da17
to
a174066
Compare
|
/test-integration |
|
lgtm but needs a rebase @bfournie |
Define the inspector kernel parameter to include vlan interfaces and associated IP addresses in the introspection report.
a174066
to
eb8bfc2
Compare
Done |
|
/test-integration |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bfournie, dtantsur, elfosardo, iurygregory The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/lgtm |
Define the inspector kernel parameter to include vlan interfaces
and associated IP addresses in the introspection report.