Description of problem: In node details relationships such as in instance relationships Version-Release number of selected component (if applicable): 5.7.0.10 How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Expose the network details on infra provider nodes Additional info:
Looking at the ironic introspection data, there's a lot of possible network information to get. keystone_admin_api_network (ctlplane), a ton of xxxxx_api_networks (internal_api), storage networks, etc. What were you hoping to see listed... ?
Same as instance view, network components on node view
Can you be more specific? To minimize confusion, can you give an example CLI query and highlight the information you'd want?
*** Bug 1471213 has been marked as a duplicate of this bug. ***
https://github.com/ManageIQ/manageiq-ui-classic/pull/2028
Ronnie, I see in https://github.com/ManageIQ/manageiq-ui-classic/pull/2028 the link for NetworkManager was added to InfraProvider view, not for Node view. Is that correct? Could you clarify pls.
According to Ronni, it should be for node view, not only InfraProvider view
(In reply to Andrey from comment #8) > Ronnie, I see in https://github.com/ManageIQ/manageiq-ui-classic/pull/2028 > the link for NetworkManager was added to InfraProvider view, not for Node > view. Is that correct? Could you clarify pls. The RFE asks to expose network details on each Infra node. I wish to see all networks which connected to the node, such as: external, storage, ctlplane, internal_api etc. For example we can see this info on: openstack stack show overcloud
> I wish to see all networks which connected to the node, such as: > external, storage, ctlplane, internal_api etc. > > For example we can see this info on: > openstack stack show overcloud This should solve the issue: https://github.com/ManageIQ/manageiq-ui-classic/pull/3315
HI I think the intention was to add fields of networks and subnets not only link to NetworkManager. In instances there is no link to NetworkManager but there is links to networks and subnets
PR is out https://github.com/ManageIQ/manageiq-ui-classic/pull/4003, added networks and subnets links
Verified on 5.10.0.24