Evidently, not all versions of DRAC are supported, such as the Modular Chassis
authorStephen Soltesz <soltesz@cs.princeton.edu>
Tue, 9 Nov 2010 15:22:20 +0000 (10:22 -0500)
committerStephen Soltesz <soltesz@cs.princeton.edu>
Tue, 9 Nov 2010 15:22:20 +0000 (10:22 -0500)
which expects strings to identify nodes rather than what our API supports
which is integers.

db-config.d/050-pcu_types

index 74dce72..318b8cd 100644 (file)
@@ -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', },