summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2021-04-14 23:26:08 +0300
committerGunnar Mills <gmills@us.ibm.com>2021-04-14 23:34:34 +0300
commitc47b845812c16495803a858a7bc63f5511daf27d (patch)
tree20f3fcf5b9e9f6a30af11543fc02dca6aa21ea41
parent09e7afdc5aad573dbdb21b523893f2ac02477686 (diff)
downloadbmcweb-c47b845812c16495803a858a7bc63f5511daf27d.tar.xz
Remove OemCrashdump_v1 from index.xml
8401529 removed OemCrashdump.json but didn't from $metadata/index.xml and the update_schemas.py. This is causing the following validator fail and holding up the bump: ERROR - The following schema URIs referenced from $metadata could not be retrieved: /redfish/v1/schema/OemCrashdump_v1.xml See https://gerrit.openbmc-project.xyz/c/openbmc/openbmc/+/42245 Tested: None. Change-Id: I6106bb19c725c088b7343722c1001f4e188e216d Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
-rwxr-xr-xscripts/update_schemas.py5
-rw-r--r--static/redfish/v1/$metadata/index.xml3
2 files changed, 0 insertions, 8 deletions
diff --git a/scripts/update_schemas.py b/scripts/update_schemas.py
index 315522cea7..633615334c 100755
--- a/scripts/update_schemas.py
+++ b/scripts/update_schemas.py
@@ -213,11 +213,6 @@ with open(metadata_index_path, 'w') as metadata_index:
metadata_index.write(" </edmx:Reference>\n")
metadata_index.write(
- " <edmx:Reference Uri=\"/redfish/v1/schema/OemCrashdump_v1.xml\">\n")
- metadata_index.write(" <edmx:Include Namespace=\"OemCrashdump.v1_0_0\"/>\n")
- metadata_index.write(" </edmx:Reference>\n")
-
- metadata_index.write(
" <edmx:Reference Uri=\"/redfish/v1/schema/OemComputerSystem_v1.xml\">\n")
metadata_index.write(" <edmx:Include Namespace=\"OemComputerSystem\"/>\n")
metadata_index.write(" </edmx:Reference>\n")
diff --git a/static/redfish/v1/$metadata/index.xml b/static/redfish/v1/$metadata/index.xml
index fced6c932a..9d9fd1fe5b 100644
--- a/static/redfish/v1/$metadata/index.xml
+++ b/static/redfish/v1/$metadata/index.xml
@@ -2142,9 +2142,6 @@
<edmx:Reference Uri="/redfish/v1/schema/OemManager_v1.xml">
<edmx:Include Namespace="OemManager"/>
</edmx:Reference>
- <edmx:Reference Uri="/redfish/v1/schema/OemCrashdump_v1.xml">
- <edmx:Include Namespace="OemCrashdump.v1_0_0"/>
- </edmx:Reference>
<edmx:Reference Uri="/redfish/v1/schema/OemComputerSystem_v1.xml">
<edmx:Include Namespace="OemComputerSystem"/>
</edmx:Reference>