commit | 93f5d7c72a50b710f9fd6f011212011d6913a816 | [log] [tgz] |
---|---|---|
author | Wludzik, Jozef <jozef.wludzik@intel.com> | Fri Jul 24 17:05:38 2020 +0200 |
committer | AppaRao Puli <apparao.puli@linux.intel.com> | Wed Sep 09 02:19:06 2020 +0000 |
tree | a86bde8e26bbd77f4448d17f951fe349f4780efc | |
parent | dd28ba829972906cbe2d372cf4ec00fdf82fbb83 [diff] |
EventService: Fix type mismatch in MetricReport Fix the type mismatch in MetricReport data which is sent to Event Subscribers. Change below properties type to match with MetricReport schema. - Timestamp: It should be uint32_t type. - MetricValue: It should be string type. Tested: - Create MetricReport subscription and report contains correct data types for Timestamp and MetricValue. Signed-off-by: Wludzik, Jozef <jozef.wludzik@intel.com> Signed-off-by: AppaRao Puli <apparao.puli@linux.intel.com> Change-Id: I0a52b6963e7bedda89a216256f64764cd8799bf1
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.