Add support for Supermicro TwinPro devices (#180)

This commit is contained in:
Laurent Marchaud 2020-12-18 17:23:37 +01:00 committed by GitHub
parent 77a84b365f
commit 2a1196b52d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,6 +27,8 @@ class SupermicroHost(ServerBase):
blade |= product_name.startswith('SBA')
# Twin
blade |= 'TR-' in product_name
# TwinPro
blade |= 'TP-' in product_name
# BigTwin
blade |= 'BT-' in product_name
# Microcloud