Skip to content

Commit 4d4aa4b

Browse files
Add FAN_TRAY component type. (#1094)
* Add FAN_TRAY component type.
1 parent b8391e3 commit 4d4aa4b

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

release/models/platform/openconfig-platform-types.yang

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,14 @@ module openconfig-platform-types {
2222
"This module defines data types (e.g., YANG identities)
2323
to support the OpenConfig component inventory model.";
2424

25-
oc-ext:openconfig-version "1.7.0";
25+
oc-ext:openconfig-version "1.8.0";
26+
27+
28+
revision "2024-04-30" {
29+
description
30+
"Add FAN_TRAY";
31+
reference "1.8.0";
32+
}
2633

2734
revision "2024-01-30" {
2835
description
@@ -326,6 +333,12 @@ module openconfig-platform-types {
326333
"Cooling fan, or could be some other heat-reduction component";
327334
}
328335

336+
identity FAN_TRAY {
337+
base OPENCONFIG_HARDWARE_COMPONENT;
338+
description
339+
"Contains multiple fans that work in unison to cool the router components.";
340+
}
341+
329342
identity SENSOR {
330343
base OPENCONFIG_HARDWARE_COMPONENT;
331344
description

0 commit comments

Comments
 (0)