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:
Pierre Riteau 2018-11-08 11:03:29 +00:00
parent d253ca87f2
commit ac79d0d09a
1 changed files with 7 additions and 0 deletions

View File

@ -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