3 Commits

Author SHA1 Message Date
Mathieu Mitchell
63a9bf4c6b Document support for APC AP7921
APC's AP7921 uses the same driver as AP7922. Document this model as
being supported by the existing driver.

Change-Id: I611695e201c5df397dee24f8d270351b06efe6af
2016-06-14 10:07:20 -04:00
Mathieu Mitchell
6ac0d38d0d Support for APC AP7922
This model was found to be working using the in-tree driver. Mark it as
such to help future operators.

Change-Id: I5327064f836c6c10896b22cd634b387f17a9f12f
2016-06-10 16:03:44 -04:00
Mathieu Mitchell
61f2f07569 Introduce support for APC MasterSwitchPlus and Rack PDU
Provide 3 new snmp_driver values for different APC product families:
  - apc_masterswitch
  - apc_masterswitchplus
  - apc_rackpdu

The "apc" snmp_driver is still supported and maps to the MasterSwitch driver
to avoid breaking backwards compatibility.

Different APC product families support different OIDs for power control.
  - APC MasterSwitch uses sPDUOutletCtl
  - APC MasterSwitchPlus uses sPDUOutletControlMSPOutletCommand
  - APC Rack PDU uses rPDUOutletControlOutletCommand

Change-Id: I9d8724543d7da7b1c9cdc180c3396d131ed52615
Closes-Bug: #1471025
2015-07-27 11:35:12 -04:00