Add support for Supermicro TwinPro devices #180

Merged
Aluxima merged 1 commit from master into master 2020-12-18 17:23:37 +01:00
Showing only changes of commit f3e658a02d - Show all commits

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