bmc-toolbox / bmclib

Library to abstract Baseboard Management Controller interaction
Apache License 2.0
189 stars 36 forks source link

Add support for OpenBMC #235

Open luke-jarymowycz opened 3 years ago

luke-jarymowycz commented 3 years ago

Must include: power functions user credential operations

joelrebel commented 3 years ago

@zevweiss does the OpenBMC we're shipping expose redfish endpoints? atleast it seemed like it based on some of your work here https://github.com/bmc-toolbox/bmclib/pull/167/files

zevweiss commented 3 years ago

Yeah, it's got both redfish and ipmi available, though there may be gaps in their respective implementations regarding certain operations -- I'm pretty sure power control should be available via both, but I've never tested user/password management operations.