Add note about LLDP workaround for switches on Dell OS 9.11
The Dell LLDP workaround is not necessary on switches running newer versions of Dell Networking OS. Since version 9.11(2.0P1), the interface description can be advertised by LLDP, at least for S6000 and S3048–ON switches. Change-Id: Iaccab56ba068d1ca9ab9c0351d5ffc32a2348787
This commit is contained in:
parent
d253ca87f2
commit
ac79d0d09a
@ -7,6 +7,13 @@
|
||||
# description. We work around this here by creating an introspection rule for
|
||||
# each ironic node that matches against the switch system and the relevant
|
||||
# interface name, then sets the node's name appropriately.
|
||||
#
|
||||
# Note that some Dell switches running Dell Networking OS version 9.11(2.0P1)
|
||||
# and newer do *not* need this workaround. The interface description can be
|
||||
# sent using the following configuration:
|
||||
#
|
||||
# (conf-if-interface)#protocol lldp
|
||||
# (conf-if-interface-lldp)#advertise interface-port-desc description
|
||||
|
||||
- name: Check whether Ironic is enabled
|
||||
hosts: controllers
|
||||
|
Loading…
Reference in New Issue
Block a user