summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrandon Wyman <v2cib530@us.ibm.com>2017-03-24 16:00:59 -0500
committerBrandon Wyman <bjwyman@gmail.com>2017-03-30 15:47:19 -0500
commit2b1e8c6b3513d94c0b000f040ea54448c8fab7b8 (patch)
tree87b745ec6a21877c9b1e696c1599e2f735f9fc5f
parentd0e67b3c4f34a59fb0337e4b51fd8ab66f6e21a1 (diff)
downloadphosphor-dbus-interfaces-2b1e8c6b3513d94c0b000f040ea54448c8fab7b8.tar.gz
phosphor-dbus-interfaces-2b1e8c6b3513d94c0b000f040ea54448c8fab7b8.zip
New YAML definition for CoolingType properties.
Add property AirCooled that will be set to true if cooled by air (fans). Add property WaterCooled that will be set to true if cooled by water. Change-Id: I816b41a7205ede1583718ae1ec8e27031ba392c8 Signed-off-by: Brandon Wyman <bjwyman@gmail.com>
-rw-r--r--xyz/openbmc_project/Inventory/Decorator/CoolingType.interface.yaml13
1 files changed, 13 insertions, 0 deletions
diff --git a/xyz/openbmc_project/Inventory/Decorator/CoolingType.interface.yaml b/xyz/openbmc_project/Inventory/Decorator/CoolingType.interface.yaml
new file mode 100644
index 0000000..49a0429
--- /dev/null
+++ b/xyz/openbmc_project/Inventory/Decorator/CoolingType.interface.yaml
@@ -0,0 +1,13 @@
+description: >
+ Implement properties to indicate the element cooling type (air, water, etc.).
+properties:
+ - name: AirCooled
+ type: boolean
+ description: >
+ The element uses air/fans for cooling when set to true.
+ - name: WaterCooled
+ type: boolean
+ description: >
+ The element uses water for cooling when set to true.
+
+# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4
OpenPOWER on IntegriCloud