2
0
mirror of https://github.com/xcat2/confluent.git synced 2025-08-24 20:20:36 +00:00

Fix SMM3 discovery by switch

This commit is contained in:
Jarrod Johnson
2025-01-21 10:10:40 -05:00
parent cdfb76de57
commit fb8675ddc5

View File

@@ -25,6 +25,8 @@ getaddrinfo = eventlet.support.greendns.getaddrinfo
class NodeHandler(redfishbmc.NodeHandler):
devname = 'SMM3'
maxmacs = 18 # support an enclosure, but try to avoid catching daisy chain
is_enclosure = True
def scan(self):
attrs = self.info.get('attributes', {})