Add a new Hardware Manager for CNA network card

This patch adds a new hardware manager, which will disable the embedded
LLDP agent on Intel CNA network cards in order to allow the gathering of
LLDP data during the inspection process.
Change-Id: I572756ac6a7bf67a7f446738ba9d145e1c1bdc48
Closes-Bug: #1623659 
This commit is contained in:
Szymon Borkowski
2016年11月23日 17:14:15 +01:00
parent 005927b80e
commit ef47d62f43

View File

@@ -30,6 +30,7 @@ ironic_python_agent.extensions =
ironic_python_agent.hardware_managers =
generic = ironic_python_agent.hardware:GenericHardwareManager
mlnx = ironic_python_agent.hardware_managers.mlnx:MellanoxDeviceHardwareManager
cna = ironic_python_agent.hardware_managers.cna:IntelCnaHardwareManager
ironic_python_agent.inspector.collectors =
default = ironic_python_agent.inspector:collect_default
Reference in New Issue
openstack/ironic-python-agent
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.