summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorLakshmi Yadlapati <lakshmiy@us.ibm.com>2023-01-11 07:22:09 +0300
committerEd Tanous <ed@tanous.net>2023-01-12 03:34:04 +0300
commit71abefe40e8b4b7769183bbd5f49512a3842a82c (patch)
tree7309798f56352c871a8236e2c0f7b67a4713356b /scripts
parenta4326fe2710d12e30cf39dee2aaaba2e4fd0abfd (diff)
downloadbmcweb-71abefe40e8b4b7769183bbd5f49512a3842a82c.tar.xz
Add FabricAdapter schema
Will be used in commit https://gerrit.openbmc.org/c/openbmc/bmcweb/+/41216 From the Redfish schema "A FabricAdapter represents the physical fabric adapter capable of connecting to an interconnect fabric. Examples include but are not limited to Ethernet, NVMe over Fabrics, Gen-Z, and SAS fabric adapters." Tested: built bmcweb successfully and validator passes Change-Id: I9f8fb3bfc5b68a86b078b1261445437bdd5c550a Signed-off-by: Lakshmi Yadlapati <lakshmiy@us.ibm.com>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/update_schemas.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/update_schemas.py b/scripts/update_schemas.py
index ba7811336d..b0bf0d4cb1 100755
--- a/scripts/update_schemas.py
+++ b/scripts/update_schemas.py
@@ -49,6 +49,8 @@ include_list = [
"EventDestination",
"EventDestinationCollection",
"EventService",
+ "FabricAdapter",
+ "FabricAdapterCollection",
"Fan",
"FanCollection",
"IPAddresses",