summaryrefslogtreecommitdiffstats
path: root/presence/example/fan-detect.yaml
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2017-07-12 15:57:14 -0400
committerPatrick Williams <patrick@stwcx.xyz>2017-08-02 20:18:19 +0000
commit372b22c3ebcdfa606c95f4b9afac5cfcbb7eaebb (patch)
tree62c25bdd9f4d9ad4772185b0b1026c7aae8f4ef8 /presence/example/fan-detect.yaml
parent76596b2190d82ff00707ff6fb4e751cfff4c8ae8 (diff)
downloadphosphor-fan-presence-372b22c3ebcdfa606c95f4b9afac5cfcbb7eaebb.tar.gz
phosphor-fan-presence-372b22c3ebcdfa606c95f4b9afac5cfcbb7eaebb.zip
presence: Switch to new framework
Switch the main application logic to the output produced by the new parser previously. Remove unused code. Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com> Change-Id: If8b262bd80fd0f0135aeea55e578fb3c7f44339a
Diffstat (limited to 'presence/example/fan-detect.yaml')
-rw-r--r--presence/example/fan-detect.yaml24
1 files changed, 0 insertions, 24 deletions
diff --git a/presence/example/fan-detect.yaml b/presence/example/fan-detect.yaml
deleted file mode 100644
index 5a9e1bd..0000000
--- a/presence/example/fan-detect.yaml
+++ /dev/null
@@ -1,24 +0,0 @@
-# Example fan presence detection definitions
-
-# List each fan requiring presence detection and creation of an inventory object
-# within a system with the following parameters. The 'Detection' method must
-# have an associated fan presence detection application to properly handle
-# detecting fans using that type.
-
-#- [Detection method]:
-# - PrettyName: [pretty name of the fan]
-# Sensors: [List of sensors associated with this fan enclosure]
-# - i.e) For tach feedback detection:
-# The hwmon name for a detected fan rotor's tach feedback
-# For gpio detection:
-# The gpio pin name for the fan's presence line
-# Inventory: [The system inventory location for the fan]
-# Description: (Optional)
-
-# Example entry for a single fan's presence detected by 'Tach' feedback
-#- Tach:
-# - PrettyName: fan0
-# Sensors:
-# - fan0
-# Inventory: /system/chassis/fan0
-# Description: Chassis location A1
OpenPOWER on IntegriCloud