Who to talk to, to submit new PDU capabilities?

I have identified MaaS for control of some real time linux systems… and have unfortunately discovered support for my PDU is not available in MaaS… but want to add it. Where do I begin? Where in the code could I start attempting to add support ?

The PDU in question is a Raritan PX3 https://www.raritan.com/support/product/px3

MAAS code base is located on launchpad.net/maas.

You will want to look at the code in src/provisioningserver/drivers/power/. The apc.py is a PDU power driver that would be a good starting place.

Submit a merge proposal on launchpad.net/maas when you believe the code is ready for a review.

1 Like