X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=db-config.d%2F050-pcu_types;h=84ee39fb7c2ff2287585bbe76ced66fd31ef8011;hb=e68365ae0a76902ee71d13a154ed5035b10e8109;hp=74dce729d9c53fcc89d8bf4bcecdc28f9517ed02;hpb=243f8b673e51fd2b5e5b1d9ebe42a4208c5fea8a;p=plcapi.git diff --git a/db-config.d/050-pcu_types b/db-config.d/050-pcu_types index 74dce72..84ee39f 100644 --- a/db-config.d/050-pcu_types +++ b/db-config.d/050-pcu_types @@ -1,22 +1,20 @@ # -*-python-*- -# $Id$ -# $URL$ -#################### PCUs -### Setup Initial PCU information - +# PCUs +# 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 Remote Access Control (all versions)', }, - + 'name': 'DRAC - Dell Remote Access Control (not Modular Chassis (MC))', }, + {'model': 'OpenIPMI', 'name': 'OpenIPMI - Intelligent Platform Management Interface', }, - + {'model': 'APCControl12p3', 'name': 'APC AP79xx or Masterswitch (sequence 1-2-port-3)', }, {'model': 'APCControl1p4', @@ -27,38 +25,37 @@ pcu_types = [ 'name': 'APC AP79xx or Masterswitch (sequence 1-2-1-port-1)', }, {'model': 'APCControl13p13', 'name': 'APC AP79xx or Masterswitch (sequence 1-3-port-1-3)', }, - - {'model': 'BayTechRPC3NC', + + {'model': 'BayTechRPC3NC', 'name': 'BayTech with prompt RPC3-NC>', }, - {'model': 'BayTechRPC16', + {'model': 'BayTechRPC16', 'name': 'BayTech with prompt RPC-16>', }, {'model': 'BayTech', 'name': 'BayTech with prompt DS-RPC>', }, - {'model': 'BayTechCtrlC', + {'model': 'BayTechCtrlC', 'name': 'BayTech Ctrl-C, 5, then with prompt DS-RPC>', }, - {'model': 'BayTechCtrlCUnibe', + {'model': 'BayTechCtrlCUnibe', 'name': 'BayTech Ctrl-C, 3, then with prompt DS-RPC>', }, - + {'model': 'BlackBoxPSMaverick', 'name': 'BlackBoxPSMaverick Web based controller'}, - - {'model': 'IPAL', + + {'model': 'IPAL', 'name': 'IPAL - Dataprobe IP-41x & IP-81x', }, {'model': 'ePowerSwitchNew', 'name': 'ePowerSwitch Newer Models 1/4/8x', }, {'model': 'ePowerSwitchOld', 'name': 'ePowerSwitch Older Models 1/4/8x', }, - + {'model': 'PM211MIP', 'name': 'Infratec PM221-MIP', }, - + {'model': 'WTIIPS4', 'name': 'Western Telematic (WTI IPS-4)', }, - + {'model': 'ManualPCU', 'name': 'Manual Administrator Operation (choose if model unknown)', }, - ] +] for pcu_type in pcu_types: SetPCUType(pcu_type) -