|
Post by elyes on Jan 23, 2020 15:28:00 GMT
Hi, I'm trying to modelize Ethernet switches with Redfish data model within a rack manager providing a Redfish interface. These Ethernet switches are only used for out-of-band management and for compute nodes diskless boot, but they're not used to interconnect compute nodes. It's not clear for me what kind of Redfish representation could be used. Is it correct and consistent to use the Fabric object like this: /redfish/v1/Fabrics/EthernetFabric/Switches/<id> If yes, what "Protocol" can be used for "FabricType" and "SwitchType" properties? Or is it more suitable to use a Redfish OEM extension to represent these Ethernet switches, like this for instance: /redfish/v1/OEMEthernetSwitches/<id> I've noticed that intel RSD is doing that in its Redfish specification: www.intel.com/content/dam/www/public/us/en/documents/guides/podm-api-spec-v2-4-guide.pdfPlease don't hesitate to share you thoughts, any help is welcome. Thanks Elyes
|
|
|
Post by jleung on Feb 11, 2020 22:23:01 GMT
The Redfish Forum recently published a work-in-progress which contains the mapping for OpenConfig YANG modules to Redfish schema. www.dmtf.org/sites/default/files/standards/documents/DSP-IS0004_0.9b.zipWithin the 'mockups' directory,'SW_17' is an example mockup created by mapping the properties/values from the Ethernet switch in the Intel RSD specification that you referenced. John
|
|