commit | aa9bb6b1115c79b795f4c1f79154e1f2f00613c5 | [log] [tgz] |
---|---|---|
author | Gunnar Mills <gmills@us.ibm.com> | Wed Feb 19 16:32:43 2020 -0600 |
committer | Gunnar Mills <gmills@us.ibm.com> | Thu Feb 20 19:40:47 2020 +0000 |
tree | da3e626381c006948c4b14babf4f9ba526ada4a4 | |
parent | a33a7e0e20c11da5471290838e1477ad4d275bbe [diff] |
message registry: Remove odata.context Redfish made odata.context optional (1.6.0 of DSP0266) and has removed odata.context from example payloads in the specification (1.7.0 of DSP0266), removed it from the mockups, and Redfish recommended not using. This removes the last odata.type. Tested: Built this commit and the commits below and loaded on a Witherspoon. No validator errors. Change-Id: I4cff07b9196f7e9461ea49bb8bcc706e3945e033 Signed-off-by: Gunnar Mills <gmills@us.ibm.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 prime256v1
algorithm. The certificate
C=US, O=OpenBMC, CN=testhost
,SHA-256
algorithm.