From: Stephen Soltesz Date: Fri, 5 Jun 2009 19:33:11 +0000 (+0000) Subject: re-order pcu types by most commonly used first. X-Git-Tag: MyPLC-4.3-14~6 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=889dfa75edcf7e7f20eaf11784cc51b406f3a0eb;p=myplc.git re-order pcu types by most commonly used first. --- diff --git a/db-config b/db-config index f26d0f8..7bbb602 100755 --- a/db-config +++ b/db-config @@ -929,6 +929,18 @@ message, please reply so that we may investigate the problem. ### Setup Initial PCU information pcu_types = [ + {'model': 'HPiLO', + 'name': 'HP iLO v1 or v2 (Integrated Lights-Out)', }, + + {'model': 'IntelAMT', + 'name': 'Intel AMT v2.5 or v3.0 (Active Management Technology)', }, + + {'model': 'DRAC', + 'name': 'DRAC - Dell RAC Version 3 or 4', }, + + {'model': 'IPMI', + 'name': 'OpenIPMI - Intelligent Platform Management Interface', }, + {'model': 'APCControl12p3', 'name': 'APC AP79xx or Masterswitch (sequence 1-2-port-3)', }, {'model': 'APCControl1p4', @@ -956,22 +968,11 @@ message, please reply so that we may investigate the problem. {'model': 'IPAL', 'name': 'IPAL - Dataprobe IP-41x & IP-81x', }, - {'model': 'DRAC', - 'name': 'DRAC - Dell RAC Version 3 or 4', }, {'model': 'ePowerSwitchNew', 'name': 'ePowerSwitch Newer Models 1/4/8x', }, {'model': 'ePowerSwitchOld', 'name': 'ePowerSwitch Older Models 1/4/8x', }, - {'model': 'HPiLO', - 'name': 'HP iLO v1 or v2 (Integrated Lights-Out)', }, - - {'model': 'IntelAMT', - 'name': 'Intel AMT v2.5 or v3.0 (Active Management Technology)', }, - - {'model': 'IPMI', - 'name': 'OpenIPMI - Intelligent Platform Management Interface', }, - {'model': 'PM211MIP', 'name': 'Infratec PM221-MIP', },