mbox series

[OSSTEST,0/7] Prepare for ServerTech PDUs

Message ID 20201027134354.25561-1-iwj@xenproject.org (mailing list archive)
Headers show
Series Prepare for ServerTech PDUs | expand

Message

Ian Jackson Oct. 27, 2020, 1:43 p.m. UTC
We have taken delivery of two Servertech PDUs which do
(near-)zero-crossing switching.  We hope these will not suffer from
the relays welding shut like our APC PDUs do.

We will control these PDUs via SNMP, as we do for the APC PDUs, but
each PDU manufacturer uses their own SNMP range, so adjustments to the
code and configuration are needed.

These new arrangements have been tested successfully in a mockup
environment.

Ian Jackson (7):
  README: Fix a typo
  pdu-snmp: Rename from pdu-msw
  pdu-snmp: Centralise base OIDs
  pdu-snmp: Refactor model handling
  pdu-snmp: Support ServerTech PDUs "Pro 1/2" aka "Sentry4"
  PDU::snmp, PDU::msw: Rename from msw to snmp
  pdu-snmp: Fix sleeping

 Osstest/PDU/msw.pm  | 14 +-------------
 Osstest/PDU/snmp.pm | 39 +++++++++++++++++++++++++++++++++++++++
 README              |  9 ++++++---
 pdu-msw => pdu-snmp | 45 +++++++++++++++++++++++++++++++++++----------
 4 files changed, 81 insertions(+), 26 deletions(-)
 create mode 100644 Osstest/PDU/snmp.pm
 rename pdu-msw => pdu-snmp (78%)