commit | 5a64a6f309f118aa445e501f7c971b89639dfebc | [log] [tgz] |
---|---|---|
author | Joshi-Mansi <mansi.joshi@linux.intel.com> | Sat Mar 14 02:08:19 2020 +0530 |
committer | mansi.joshi <mansi.joshi@linux.intel.com> | Thu Mar 19 13:33:19 2020 +0000 |
tree | a14e9cb77c5263655e5d056b73f4556607b51ef5 | |
parent | a3316fc6f1684d38a2d2ccf227751a64a9cd719b [diff] |
[Redfish] Making LimitException OCP Compliant Setting PowerLimit.LimitException Attribute value to "NoAction" in Power Schema as its default value to make it OCP compliant. Tested: 1. Tested using GET: - https://bmc-ip/redfish/v1/Chassis/Baseboard/Power "PowerLimit": { "LimitException": "NoAction" } 2. Ran the Redfish validator and no new issues found. Signed-off-by: Joshi-Mansi <mansi.joshi@linux.intel.com> Change-Id: Ie8768ba250d29d23b791fcd60d749ab6081238b2
This component attempts to be a "do everything" embedded webserver for openbmc.
At this time, the webserver implements a few interfaces:
BMCWeb is configured by setting -D
flags that correspond to options in bmcweb/CMakeLists.txt
and then compiling. For example, cmake -DBMCWEB_ENABLE_KVM=NO ...
followed by make
. The option names become C++ preprocessor symbols that control which code is compiled into the program.
When BMCWeb starts running, it reads persistent configuration data (such as UUID and session data) from a local file. If this is not usable, it generates a new configuration.
When BMCWeb SSL support is enabled and a usable certificate is not found, it will generate a self-sign a certificate before launching the server. The keys are generated by the secp384r1
algorithm. The certificate
C=US, O=OpenBMC, CN=testhost
,SHA-256
algorithm.