Implement redfish LogService
This commit implements an optional LogService endpoint for debugging
CPUs over Redish. It exposes both the ability to create a new log with
the LogImmediate action, as well as to pull a stored log using the
LogCollection schema. This feature is disabled by default, and should
be enabled in the meta-x86 layer.
Change-Id: Ied1d5e263a0857e09cd9a24fddec9c11a4066cd2
Signed-off-by: Ed Tanous <ed.tanous@intel.com>
diff --git a/static/redfish/v1/$metadata/index.xml b/static/redfish/v1/$metadata/index.xml
index c185baf..1d6e17f 100644
--- a/static/redfish/v1/$metadata/index.xml
+++ b/static/redfish/v1/$metadata/index.xml
@@ -44,6 +44,7 @@
<edmx:Include Namespace="LogEntry"/>
<edmx:Include Namespace="LogEntry.v1_0_3"/>
<edmx:Include Namespace="LogEntry.v1_1_1"/>
+ <edmx:Include Namespace="LogEntry.v1_3_0"/>
</edmx:Reference>
<edmx:Reference Uri="/redfish/v1/schema/LogEntryCollection_v1.xml">
<edmx:Include Namespace="LogEntryCollection"/>
@@ -51,6 +52,7 @@
<edmx:Reference Uri="/redfish/v1/schema/LogService_v1.xml">
<edmx:Include Namespace="LogService"/>
<edmx:Include Namespace="LogService.v1_0_3"/>
+ <edmx:Include Namespace="LogService.v1_1_0"/>
</edmx:Reference>
<edmx:Reference Uri="/redfish/v1/schema/LogServiceCollection_v1.xml">
<edmx:Include Namespace="LogServiceCollection"/>