Bug 1479677
| Summary: | [RFE] - LLDP protocol REST API support | ||
|---|---|---|---|
| Product: | [oVirt] ovirt-engine | Reporter: | Dominik Holler <dholler> |
| Component: | RFEs | Assignee: | Dominik Holler <dholler> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Michael Burman <mburman> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | --- | CC: | bazulay, bgraveno, bugs, dholler, lsurette, lveyde, mburman, myakove, srevivo, ycui, ykaul, ylavi |
| Target Milestone: | ovirt-4.1.6 | Keywords: | FutureFeature |
| Target Release: | 4.1.6.1 | Flags: | rule-engine:
ovirt-4.1+
mburman: testing_plan_complete+ ylavi: planning_ack+ rule-engine: devel_ack+ mburman: testing_ack+ |
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Enhancement | |
| Doc Text: |
This update adds support for Link Layer Discovery Protocol (LLDP) in Red Hat Virtualization.
To support the integration of Red Hat Virtualization with other software, the information gathered by LLDP on each host will be provided by the Manager's REST API. Information such as the switch port number the host's network interface is connected to, will be shown in the GUI.
Known Issue BZ#1487930:
Cisco switches might send VLAN tagged 802.1Q LLDP frames. These LLDP frames are ignored if the NIC of the Red Hat Virtualization host is not attached to the corresponding Red Hat Virtualization logical network.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-09-19 10:01:11 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | Network | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 1477205 | ||
| Bug Blocks: | |||
|
Description
Dominik Holler
2017-08-09 07:29:58 UTC
REST is not merged for 4.1 <host_nichref="/ovirt-engine/api/hosts/9d1d577b-a482-42ef-82c7-7d74169958fa/nics/eae47b64-a78a-4476-a74d-8f29b9ec7d62"id="eae47b64-a78a-4476-a74d-8f29b9ec7d62"> <actions/> <name>enp2s0f0</name> <linkhref="/ovirt-engine/api/hosts/9d1d577b-a482-42ef-82c7-7d74169958fa/nics/eae47b64-a78a-4476-a74d-8f29b9ec7d62/networklabels"rel="networklabels"/> <linkhref="/ovirt-engine/api/hosts/9d1d577b-a482-42ef-82c7-7d74169958fa/nics/eae47b64-a78a-4476-a74d-8f29b9ec7d62/networkattachments"rel="networkattachments"/> <linkhref="/ovirt-engine/api/hosts/9d1d577b-a482-42ef-82c7-7d74169958fa/nics/eae47b64-a78a-4476-a74d-8f29b9ec7d62/statistics"rel="statistics"/> <boot_protocol>none</boot_protocol> <bridged>false</bridged> <ip> <address/> <netmask/> <version>v4</version> </ip> <ipv6_boot_protocol>none</ipv6_boot_protocol> <mac> <address>00:e0:ed:33:c0:96</address> </mac> <mtu>1500</mtu> <speed>1000000000</speed> <status>up</status> <hosthref="/ovirt-engine/api/hosts/9d1d577b-a482-42ef-82c7-7d74169958fa"id="9d1d577b-a482-42ef-82c7-7d74169958fa"/> </host_nic> No linklayerdiscoveryprotocolelements Also the feature page says that in the REST the name is linklayerdiscoveryprotocolinformationelements but in REST it's linklayerdiscoveryprotocolelements Target release should be placed once a package build is known to fix a issue. Since this bug is not modified, the target version has been reset. Please use target milestone to plan a fix for a oVirt release. Hi Lev, ON_QA on which version? Michael: 4.1.6.1 We decided to verify this RFE with the known issue described in BZ 1487930(see comment#18). "Cisco is sending LLDP packets encapsulated in VLAN1, which is probably the native tag on the port. This is a known problem of Cisco devices." - If using a cisco switch user must create a vlan tagged network with vlan tag 1 and only then lldp will be work for the port. - This should be added in the know issues of the release. Verified on - 4.1.6.2-0.1.el7 Dominik please make sure this will documented as part of the known issues in the release note. |