From: Stephen Soltesz Date: Tue, 9 Nov 2010 15:22:20 +0000 (-0500) Subject: Evidently, not all versions of DRAC are supported, such as the Modular Chassis X-Git-Tag: plcapi-5.0-19~63 X-Git-Url: http://git.onelab.eu/?p=plcapi.git;a=commitdiff_plain;h=434960f26e94668a6d2262af26dc1f45efeb506c Evidently, not all versions of DRAC are supported, such as the Modular Chassis which expects strings to identify nodes rather than what our API supports which is integers. --- diff --git a/db-config.d/050-pcu_types b/db-config.d/050-pcu_types index 74dce72..318b8cd 100644 --- a/db-config.d/050-pcu_types +++ b/db-config.d/050-pcu_types @@ -12,7 +12,7 @@ pcu_types = [ 'name': 'Intel AMT v2.5 or v3.0 (Active Management Technology)', }, {'model': 'DRAC', - 'name': 'DRAC - Dell Remote Access Control (all versions)', }, + 'name': 'DRAC - Dell Remote Access Control (not Modular Chassis (MC))', }, {'model': 'OpenIPMI', 'name': 'OpenIPMI - Intelligent Platform Management Interface', },