Skip to content

Commit

Permalink
Add FAN_TRAY component type. (#1094)
Browse files Browse the repository at this point in the history
* Add FAN_TRAY component type.
  • Loading branch information
SydneyCaulfeild authored May 7, 2024
1 parent b8391e3 commit 4d4aa4b
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion release/models/platform/openconfig-platform-types.yang
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,14 @@ module openconfig-platform-types {
"This module defines data types (e.g., YANG identities)
to support the OpenConfig component inventory model.";

oc-ext:openconfig-version "1.7.0";
oc-ext:openconfig-version "1.8.0";


revision "2024-04-30" {
description
"Add FAN_TRAY";
reference "1.8.0";
}

revision "2024-01-30" {
description
Expand Down Expand Up @@ -326,6 +333,12 @@ module openconfig-platform-types {
"Cooling fan, or could be some other heat-reduction component";
}

identity FAN_TRAY {
base OPENCONFIG_HARDWARE_COMPONENT;
description
"Contains multiple fans that work in unison to cool the router components.";
}

identity SENSOR {
base OPENCONFIG_HARDWARE_COMPONENT;
description
Expand Down

0 comments on commit 4d4aa4b

Please sign in to comment.