summaryrefslogtreecommitdiffstats
path: root/control/example/zones.yaml
diff options
context:
space:
mode:
authorMatt Spinler <spinler@us.ibm.com>2017-05-09 11:03:14 -0500
committerMatthew Barth <msbarth@us.ibm.com>2017-05-16 17:27:46 -0500
commitee7f64283f2fe728fd4bd67280bf59daaec9df54 (patch)
tree94df674fdcd96606d10ed55976dffda9d87fa78b /control/example/zones.yaml
parent389ca67fcd47dbc5375fe9993f3b35ba1af32cff (diff)
downloadphosphor-fan-presence-ee7f64283f2fe728fd4bd67280bf59daaec9df54.tar.gz
phosphor-fan-presence-ee7f64283f2fe728fd4bd67280bf59daaec9df54.zip
Add modes to phosphor-fan-control
phosphor-fan-control can behave differently based on its command line arguments --init: Set fans to full speed, delay for a configurable amount of time to allow fans to ramp up, start the fan control ready target, and then exit. --control: Start the control algorithm. Never exits. Will be started as part of the fan control ready target. Change-Id: I453daf8cc05a5c85a19c098e1cca64cac2ad9520 Signed-off-by: Matt Spinler <spinler@us.ibm.com>
Diffstat (limited to 'control/example/zones.yaml')
-rw-r--r--control/example/zones.yaml56
1 files changed, 33 insertions, 23 deletions
diff --git a/control/example/zones.yaml b/control/example/zones.yaml
index 5f3b549..00929cd 100644
--- a/control/example/zones.yaml
+++ b/control/example/zones.yaml
@@ -17,33 +17,43 @@
#case, the fan yaml would have a cooling_profile of 'air' to match
#the zone cooling profile.
-#- zone_conditions:
-# - name: [Name of a condition, if any. Valid names are TBD]
+#manager_configuration:
+# power_on_delay: [Number of seconds that phosphor-fan-control --init
+# should delay after setting fans to full speed on
+# a power on.]
#
-# zones:
-# - zone: [zone number]
-# cooling_profiles:
-# - [cooling profile]
-# initial_speed: [Speed to set the zone to when app starts]
+#zone_configuration:
+# - zone_conditions:
+# - name: [Name of a condition, if any. Valid names are TBD.]
+#
+# zones:
+# - zone: [zone number]
+# cooling_profiles:
+# - [cooling profile]
+# initial_speed: [Speed to set the zone to when app starts.]
#Example:
-#- zone_conditions:
-# - name: air_cooled_chassis
+#manager_configuration:
+# power_on_delay: 20
+#
+#zone_configuration:
+# - zone_conditions:
+# - name: air_cooled_chassis
#
-# zones:
-# - zone: 0
-# cooling_profiles:
-# - air
-# - all
-# initial_speed: 10500
+# zones:
+# - zone: 0
+# cooling_profiles:
+# - air
+# - all
+# initial_speed: 10500
#
-#- zone_conditions:
-# - name: water_and_air_cooled_chassis
+# - zone_conditions:
+# - name: water_and_air_cooled_chassis
#
-# zones:
-# - zone: 0
-# cooling_profiles:
-# - water
-# - all
-# initial_speed: 4000
+# zones:
+# - zone: 0
+# cooling_profiles:
+# - water
+# - all
+# initial_speed: 4000
OpenPOWER on IntegriCloud