commit | b051a639e6b71dc00c0011a01a09f06383585608 | [log] [tgz] |
---|---|---|
author | Justin Thaler <thalerj@us.ibm.com> | Fri May 25 19:48:26 2018 -0500 |
committer | Justin Thaler <thalerj@us.ibm.com> | Fri May 25 19:48:26 2018 -0500 |
tree | 4c3958493d6da1afb2e2209aebbd8e79e2b46f8a | |
parent | f17d9eb842acceaa8652ad0961b7995818fdced7 [diff] |
Update policy table for latest release This provides several updates to the policy table for the latest openbmc code release. Updates the following: -updated power supply inventory paths, creating new keys for existing entries. -New inventory paths added for GPU entries -New alerts to call out FSI path errors, instead of previously calling out the I2C bus -Add alert for FSI slave detection failure -Add alerts for missing various defined YAML errors that were previously missed. This includes the following: xyz.openbmc_project.Control.Host.Error.CommandNotSupported xyz.openbmc_project.State.Host.Error.SoftOffTimeout xyz.openbmc_project.Common.File.Error.Open xyz.openbmc_project.Common.File.Error.Seek xyz.openbmc_project.Common.File.Error.Write xyz.openbmc_project.Common.Device.Error.ReadFailure xyz.openbmc_project.Common.Device.Error.WriteFailure xyz.openbmc_project.Common.Callout.Error.Device xyz.openbmc_project.Common.Callout.Error.GPIO xyz.openbmc_project.Common.Callout.Error.IIC xyz.openbmc_project.Common.Callout.Error.Inventory xyz.openbmc_project.Common.Callout.Error.IPMISensor xyz.openbmc_project.Sensor.Threshold.Error.CriticalLow xyz.openbmc_project.Led.Mapper.Error.MethodError xyz.openbmc_project.Led.Mapper.Error.ObjectNotFoundError org.open_power.Host.Access.Error.WriteCFAM org.open_power.Host.Access.Error.ReadCFAM org.open_power.Proc.FSI.Error.SlaveDetectionFailure org.open_power.OCC.Device.Error.OpenFailure org.open_power.OCC.Device.Error.ReadFailure org.open_power.OCC.Device.Error.WriteFailure org.open_power.OCC.Device.Error.ConfigFailure org.open_power.OCC.Metrics.Error.Event org.open_power.Common.Callout.Error.Procedure
The goal of this repository is to collect the two-minute hacks you write to automate interactions with OpenBMC systems.
It's highly likely the scripts don't meet your needs - they could be undocumented, dysfunctional, utterly broken, or sometimes casually rm -rf ~
. Don't even think about looking for tests.
You have been warned.
Then this repository aims to be the default destination for your otherwise un-homed scripts. As such we are setting the bar for submission pretty low, and we aim to make the process as easy as possible:
However you want to send patches, we will probably cope:
Look, the rm -rf ~
thing was a joke, we will be keeping an eye on all of you for such shenanigans. But so long as your patches look sane with a cursory glance you can expect them to be applied. To be honest, even Perl will be considered moderately sane.
We don't ask for much, but you need to give us at least a Signed-off-by, and put your work under the Apache 2.0 license. Licensing everything under Apache 2.0 will just hurt our heads less. Lets keep the lawyers off our backs. ^
^ Any exceptions must be accompanied by a LICENSE file in the relevant subdirectory, and be compatible with Apache 2.0. You thought you would get away without any fine print?
Probably with difficulty. Don't expect the layout to remain static, or scripts to continue to exist from one commit to the next.