Add the Redfish message registries
This change adds the message registries used by bmcweb.
It includes the OEM OpenBMC.0.1.0 message registry and the
DMTF Base.1.4.0 message registry for reference.
Tested: Ran the Redfish Service Validator and got passing
results for the MessageRegistryCollection and the two
MessageRegsitryFiles.
Change-Id: I3e5756103006f065530253b5dbc0d7720cf616b9
Signed-off-by: Jason M. Bills <jason.m.bills@linux.intel.com>
diff --git a/static/redfish/v1/Registries/index.json b/static/redfish/v1/Registries/index.json
new file mode 100644
index 0000000..674cd04
--- /dev/null
+++ b/static/redfish/v1/Registries/index.json
@@ -0,0 +1,16 @@
+{
+ "@odata.id": "/redfish/v1/Registries",
+ "@odata.context": "/redfish/v1/$metadata#MessageRegistryFileCollection.MessageRegistryFileCollection",
+ "@odata.type": "#MessageRegistryFileCollection.MessageRegistryFileCollection",
+ "Name": "MessageRegistryFile Collection",
+ "Description": "Collection of MessageRegistryFiles",
+ "Members@odata.count": 2,
+ "Members": [
+ {
+ "@odata.id": "/redfish/v1/Registries/Base"
+ },
+ {
+ "@odata.id": "/redfish/v1/Registries/OpenBMC"
+ }
+ ]
+}
\ No newline at end of file