openbmc / phosphor-state-manager

Apache License 2.0
11 stars 21 forks source link

support a configurable host reboot count #15

Open geissonator opened 4 years ago

geissonator commented 4 years ago

The amount of times the host is rebooted is a config option (boot-count-max-allowed in https://github.com/openbmc/phosphor-state-manager/blob/master/meson_options.txt#L69)

A new Redfish schema now allows this value to be updated via Redfish. We should move this value over to a setting so that bmcweb has easier access to it (vs. hard coding 3) and will be able to configure it.

See https://gerrit.openbmc-project.xyz/c/openbmc/bmcweb/+/32513

geissonator commented 2 years ago

@NodeMan97 is working on this one.

NodeMan97 commented 2 years ago

https://gerrit.openbmc.org/c/openbmc/bmcweb/+/53745 Waiting to finish CR in order to be merged.