Move to 2019.4
Make changes to update_schemas.py needed for the move and run
update_schemas.py.
To see an overview of 2019.4 see
https://www.dmtf.org/sites/default/files/Redfish_Release_2019.4_Overview.pdf
Tested: Built bmcweb, loaded on a Witherspoon, and ran
the validator. No errors.
See new schemas:
curl -k https://${bmc}/redfish/v1/JsonSchemas/VCATEntry
{
"@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
"@odata.id": "/redfish/v1/JsonSchemas/VCATEntry",
"@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
"Name": "VCATEntry Schema File",
"Schema": "#VCATEntry.VCATEntry",
Change-Id: I5ae6e3c655e44c82c4457515555bdb934dfb7763
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
diff --git a/static/redfish/v1/JsonSchemas/Chassis/Chassis.json b/static/redfish/v1/JsonSchemas/Chassis/Chassis.json
index 40a97f4..ff504b7 100644
--- a/static/redfish/v1/JsonSchemas/Chassis/Chassis.json
+++ b/static/redfish/v1/JsonSchemas/Chassis/Chassis.json
@@ -1,5 +1,5 @@
{
- "$id": "http://redfish.dmtf.org/schemas/v1/Chassis.v1_10_0.json",
+ "$id": "http://redfish.dmtf.org/schemas/v1/Chassis.v1_11_0.json",
"$ref": "#/definitions/Chassis",
"$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json",
"copyright": "Copyright 2014-2019 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright",
@@ -184,6 +184,27 @@
"null"
]
},
+ "MediaControllers": {
+ "$ref": "http://redfish.dmtf.org/schemas/v1/MediaControllerCollection.json#/definitions/MediaControllerCollection",
+ "description": "The link to the collection of media controllers located in this chassis.",
+ "longDescription": "This property shall contain a link to a Resource Collection of type MediaControllerCollection.",
+ "readonly": true,
+ "versionAdded": "v1_11_0"
+ },
+ "Memory": {
+ "$ref": "http://redfish.dmtf.org/schemas/v1/MemoryCollection.json#/definitions/MemoryCollection",
+ "description": "The link to the collection of memory located in this chassis.",
+ "longDescription": "This property shall contain a link to a Resource Collection of type MemoryCollection.",
+ "readonly": true,
+ "versionAdded": "v1_11_0"
+ },
+ "MemoryDomains": {
+ "$ref": "http://redfish.dmtf.org/schemas/v1/MemoryDomainCollection.json#/definitions/MemoryDomainCollection",
+ "description": "The link to the collection of memory domains located in this chassis.",
+ "longDescription": "This property shall contain a link to a Resource Collection of type MemoryDomainCollection.",
+ "readonly": true,
+ "versionAdded": "v1_11_0"
+ },
"Model": {
"description": "The model number of the chassis.",
"longDescription": "This property shall contain the name by which the manufacturer generally refers to the chassis.",
@@ -536,6 +557,13 @@
"Drives@odata.count": {
"$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
},
+ "Facility": {
+ "$ref": "http://redfish.dmtf.org/schemas/v1/Facility.json#/definitions/Facility",
+ "description": "The link to the facility that contains this chassis.",
+ "longDescription": "This property shall contain a link to the resource of type Facility and shall represent the smallest facility that contains this chassis. This property shall not appear in resources that include a ContainedBy property within the Links property.",
+ "readonly": false,
+ "versionAdded": "v1_11_0"
+ },
"ManagedBy": {
"description": "An array of links to the Managers responsible for managing this chassis.",
"items": {
@@ -784,6 +812,6 @@
}
},
"owningEntity": "DMTF",
- "release": "2019.2",
- "title": "#Chassis.v1_10_0.Chassis"
+ "release": "2019.4",
+ "title": "#Chassis.v1_11_0.Chassis"
}
\ No newline at end of file