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/Base/index.json b/static/redfish/v1/Registries/Base/index.json
new file mode 100644
index 0000000..bf5ebda
--- /dev/null
+++ b/static/redfish/v1/Registries/Base/index.json
@@ -0,0 +1,21 @@
+{
+ "@odata.context": "/redfish/v1/$metadata#MessageRegistryFile.MessageRegistryFile",
+ "@odata.id": "/redfish/v1/Registries/Base",
+ "@odata.type": "#MessageRegistryFile.v1_1_0.MessageRegistryFile",
+ "Name": "Base MessageRegistry File",
+ "Description": "DMTF Base MessageRegistry File Location",
+ "Id": "Base",
+ "Registry": "Base.1.4",
+ "Languages": [
+ "en"
+ ],
+ "Languages@odata.count": 1,
+ "Location": [
+ {
+ "Language": "en",
+ "PublicationUri": "https://redfish.dmtf.org/registries/Base.1.4.0.json",
+ "Uri": "/redfish/v1/Registries/Base/Base.1.4.0.json"
+ }
+ ],
+ "Location@odata.count": 1
+}
\ No newline at end of file