commit | 013487e5d56e4e7964e85a38d6c3044f081a753b | [log] [tgz] |
---|---|---|
author | raviteja-b <raviteja28031990@gmail.com> | Tue Mar 03 03:20:48 2020 -0600 |
committer | Ravi Teja <raviteja28031990@gmail.com> | Thu May 28 00:33:01 2020 +0000 |
tree | fc14a3f33cff56861a0dd3a288f23917443c98a7 | |
parent | 0657843a00da62c3a076dacbf6203867a4fb5eb5 [diff] |
Redfish: ClearLog action support for system dump log entries Tested By: POST https://${IP}/redfish/v1/Systems/system/LogServices/SystemDump/Actions/LogService.ClearLog Change-Id: I28af3ccc1d7bd54c521e79d93e6ccb1436eefc4f Signed-off-by: Ravi Teja <raviteja28031990@gmail.com>
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.