From 434960f26e94668a6d2262af26dc1f45efeb506c Mon Sep 17 00:00:00 2001 From: Stephen Soltesz Date: Tue, 9 Nov 2010 10:22:20 -0500 Subject: [PATCH] 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. --- db-config.d/050-pcu_types | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db-config.d/050-pcu_types b/db-config.d/050-pcu_types index 74dce729..318b8cdd 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', }, -- 2.47.0