commit | e51c710ec6b369e0bf7f35e9be4f9ba17884d0bd | [log] [tgz] |
---|---|---|
author | James Feist <james.feist@linux.intel.com> | Tue Mar 17 10:38:18 2020 -0700 |
committer | James Feist <james.feist@linux.intel.com> | Thu Mar 19 17:41:44 2020 +0000 |
tree | 068ec562aa1bc9a998eec6fa80fdbdfd8bf8e8e9 | |
parent | 5a64a6f309f118aa445e501f7c971b89639dfebc [diff] |
Add TaskEvent registry This updates the parse registries script and adds the task registry to be used by task service. This templates the original Base Registry so it can be reused for all registries. Tested: script works, validator passes Change-Id: Id1cf3a41fb76ccaadace114725480f410bfba3e8 Signed-off-by: James Feist <james.feist@linux.intel.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.