summaryrefslogtreecommitdiff
path: root/meta-ibm/recipes-phosphor/fans/phosphor-fan-monitor-config
diff options
context:
space:
mode:
authorMatthew Barth <msbarth@us.ibm.com>2021-08-19 18:45:32 +0300
committerMatthew Barth <msbarth@linux.ibm.com>2021-09-13 18:39:16 +0300
commit810504de6665d0c48040787c7bbd52d1c90ee0cc (patch)
tree4c470d6a7a1017077161b0aa090529ac0d0c4dab /meta-ibm/recipes-phosphor/fans/phosphor-fan-monitor-config
parentf90670136a3fe051b8b8e09215f790cac3c110ee (diff)
downloadopenbmc-810504de6665d0c48040787c7bbd52d1c90ee0cc.tar.xz
meta-ibm:fans:monitor: Use JSON config files installed from repo
The `witherspoon` and `p10bmc` machines' JSON config files should now use the JSON config files installed from the repository. Change-Id: I47669745aa7047c4de64ee8aedc98437593a3b62 Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
Diffstat (limited to 'meta-ibm/recipes-phosphor/fans/phosphor-fan-monitor-config')
-rw-r--r--meta-ibm/recipes-phosphor/fans/phosphor-fan-monitor-config/p10bmc/everest/config.json133
-rw-r--r--meta-ibm/recipes-phosphor/fans/phosphor-fan-monitor-config/p10bmc/rainier-1s4u/config.json94
-rw-r--r--meta-ibm/recipes-phosphor/fans/phosphor-fan-monitor-config/p10bmc/rainier-2u/config.json195
-rw-r--r--meta-ibm/recipes-phosphor/fans/phosphor-fan-monitor-config/p10bmc/rainier-4u/config.json128
-rw-r--r--meta-ibm/recipes-phosphor/fans/phosphor-fan-monitor-config/witherspoon/config.json125
5 files changed, 0 insertions, 675 deletions
diff --git a/meta-ibm/recipes-phosphor/fans/phosphor-fan-monitor-config/p10bmc/everest/config.json b/meta-ibm/recipes-phosphor/fans/phosphor-fan-monitor-config/p10bmc/everest/config.json
deleted file mode 100644
index 632c76b52..000000000
--- a/meta-ibm/recipes-phosphor/fans/phosphor-fan-monitor-config/p10bmc/everest/config.json
+++ /dev/null
@@ -1,133 +0,0 @@
-{
- "fans": [
- {
- "inventory": "/system/chassis/motherboard/fan0",
- "method": "count",
- "count_interval": 1,
- "deviation": 15,
- "num_sensors_nonfunc_for_fan_nonfunc": 1,
- "monitor_start_delay": 30,
- "fan_missing_error_delay": 20,
- "nonfunc_rotor_error_delay": 0,
- "sensors": [
- {
- "name": "fan0_0",
- "threshold": 30,
- "has_target": true
- },
- {
- "name": "fan0_1",
- "threshold": 30,
- "has_target": false
- }
- ]
- },
- {
- "inventory": "/system/chassis/motherboard/fan1",
- "method": "count",
- "count_interval": 1,
- "deviation": 15,
- "num_sensors_nonfunc_for_fan_nonfunc": 1,
- "monitor_start_delay": 30,
- "fan_missing_error_delay": 20,
- "nonfunc_rotor_error_delay": 0,
- "sensors": [
- {
- "name": "fan1_0",
- "threshold": 30,
- "has_target": true
- },
- {
- "name": "fan1_1",
- "threshold": 30,
- "has_target": false
- }
- ]
- },
- {
- "inventory": "/system/chassis/motherboard/fan2",
- "method": "count",
- "count_interval": 1,
- "deviation": 15,
- "num_sensors_nonfunc_for_fan_nonfunc": 1,
- "monitor_start_delay": 30,
- "fan_missing_error_delay": 20,
- "nonfunc_rotor_error_delay": 0,
- "sensors": [
- {
- "name": "fan2_0",
- "threshold": 30,
- "has_target": true
- },
- {
- "name": "fan2_1",
- "threshold": 30,
- "has_target": false
- }
- ]
- },
- {
- "inventory": "/system/chassis/motherboard/fan3",
- "method": "count",
- "count_interval": 1,
- "deviation": 15,
- "num_sensors_nonfunc_for_fan_nonfunc": 1,
- "monitor_start_delay": 30,
- "fan_missing_error_delay": 20,
- "nonfunc_rotor_error_delay": 0,
- "sensors": [
- {
- "name": "fan3_0",
- "threshold": 30,
- "has_target": true
- },
- {
- "name": "fan3_1",
- "threshold": 30,
- "has_target": false
- }
- ]
- }
- ],
- "sensor_trust_groups": [
- {
- "class": "NonzeroSpeed",
- "group": [
- {
- "name": "fan0_1"
- },
- {
- "name": "fan1_1"
- },
- {
- "name": "fan2_1"
- },
- {
- "name": "fan3_1"
- }
- ]
- }
- ],
- "fault_handling":
- {
- "num_nonfunc_rotors_before_error": 1,
-
- "power_off_config":
- [
- {
- "type": "hard",
- "cause": "missing_fan_frus",
- "count": 1,
- "delay": 25,
- "state": "at_pgood"
- },
- {
- "type": "epow",
- "cause": "nonfunc_fan_rotors",
- "count": 3,
- "service_mode_delay": 300,
- "meltdown_delay": 300
- }
- ]
- }
-}
diff --git a/meta-ibm/recipes-phosphor/fans/phosphor-fan-monitor-config/p10bmc/rainier-1s4u/config.json b/meta-ibm/recipes-phosphor/fans/phosphor-fan-monitor-config/p10bmc/rainier-1s4u/config.json
deleted file mode 100644
index eb519d9b4..000000000
--- a/meta-ibm/recipes-phosphor/fans/phosphor-fan-monitor-config/p10bmc/rainier-1s4u/config.json
+++ /dev/null
@@ -1,94 +0,0 @@
-{
- "fans": [
- {
- "inventory": "/system/chassis/motherboard/fan0",
- "method": "count",
- "count_interval": 1,
- "deviation": 15,
- "num_sensors_nonfunc_for_fan_nonfunc": 1,
- "monitor_start_delay": 30,
- "fan_missing_error_delay": 20,
- "nonfunc_rotor_error_delay": 0,
- "sensors": [
- {
- "name": "fan0_0",
- "threshold": 30,
- "has_target": true
- }
- ]
- },
- {
- "inventory": "/system/chassis/motherboard/fan1",
- "method": "count",
- "count_interval": 1,
- "deviation": 15,
- "num_sensors_nonfunc_for_fan_nonfunc": 1,
- "monitor_start_delay": 30,
- "fan_missing_error_delay": 20,
- "nonfunc_rotor_error_delay": 0,
- "sensors": [
- {
- "name": "fan1_0",
- "threshold": 30,
- "has_target": true
- }
- ]
- },
- {
- "inventory": "/system/chassis/motherboard/fan2",
- "method": "count",
- "count_interval": 1,
- "deviation": 15,
- "num_sensors_nonfunc_for_fan_nonfunc": 1,
- "monitor_start_delay": 30,
- "fan_missing_error_delay": 20,
- "nonfunc_rotor_error_delay": 0,
- "sensors": [
- {
- "name": "fan2_0",
- "threshold": 30,
- "has_target": true
- }
- ]
- },
- {
- "inventory": "/system/chassis/motherboard/fan4",
- "method": "count",
- "count_interval": 1,
- "deviation": 15,
- "num_sensors_nonfunc_for_fan_nonfunc": 1,
- "monitor_start_delay": 30,
- "fan_missing_error_delay": 20,
- "nonfunc_rotor_error_delay": 0,
- "sensors": [
- {
- "name": "fan4_0",
- "threshold": 30,
- "has_target": true
- }
- ]
- }
- ],
- "fault_handling":
- {
- "num_nonfunc_rotors_before_error": 1,
-
- "power_off_config":
- [
- {
- "type": "hard",
- "cause": "missing_fan_frus",
- "count": 1,
- "delay": 25,
- "state": "at_pgood"
- },
- {
- "type": "epow",
- "cause": "nonfunc_fan_rotors",
- "count": 2,
- "service_mode_delay": 300,
- "meltdown_delay": 300
- }
- ]
- }
-}
diff --git a/meta-ibm/recipes-phosphor/fans/phosphor-fan-monitor-config/p10bmc/rainier-2u/config.json b/meta-ibm/recipes-phosphor/fans/phosphor-fan-monitor-config/p10bmc/rainier-2u/config.json
deleted file mode 100644
index b4143adba..000000000
--- a/meta-ibm/recipes-phosphor/fans/phosphor-fan-monitor-config/p10bmc/rainier-2u/config.json
+++ /dev/null
@@ -1,195 +0,0 @@
-{
- "fans": [
- {
- "inventory": "/system/chassis/motherboard/fan0",
- "method": "count",
- "count_interval": 1,
- "deviation": 15,
- "num_sensors_nonfunc_for_fan_nonfunc": 1,
- "monitor_start_delay": 30,
- "fan_missing_error_delay": 20,
- "nonfunc_rotor_error_delay": 0,
- "sensors": [
- {
- "name": "fan0_0",
- "threshold": 30,
- "has_target": true,
- "factor": 0.627,
- "offset": 750
- },
- {
- "name": "fan0_1",
- "threshold": 30,
- "has_target": false
- }
- ]
- },
- {
- "inventory": "/system/chassis/motherboard/fan1",
- "method": "count",
- "count_interval": 1,
- "deviation": 15,
- "num_sensors_nonfunc_for_fan_nonfunc": 1,
- "monitor_start_delay": 30,
- "fan_missing_error_delay": 20,
- "nonfunc_rotor_error_delay": 0,
- "sensors": [
- {
- "name": "fan1_0",
- "threshold": 30,
- "has_target": true,
- "factor": 0.627,
- "offset": 750
- },
- {
- "name": "fan1_1",
- "threshold": 30,
- "has_target": false
- }
- ]
- },
- {
- "inventory": "/system/chassis/motherboard/fan2",
- "method": "count",
- "count_interval": 1,
- "deviation": 15,
- "num_sensors_nonfunc_for_fan_nonfunc": 1,
- "monitor_start_delay": 30,
- "fan_missing_error_delay": 20,
- "nonfunc_rotor_error_delay": 0,
- "sensors": [
- {
- "name": "fan2_0",
- "threshold": 30,
- "has_target": true,
- "factor": 0.627,
- "offset": 750
- },
- {
- "name": "fan2_1",
- "threshold": 30,
- "has_target": false
- }
- ]
- },
- {
- "inventory": "/system/chassis/motherboard/fan3",
- "method": "count",
- "count_interval": 1,
- "deviation": 15,
- "num_sensors_nonfunc_for_fan_nonfunc": 1,
- "monitor_start_delay": 30,
- "fan_missing_error_delay": 20,
- "nonfunc_rotor_error_delay": 0,
- "sensors": [
- {
- "name": "fan3_0",
- "threshold": 30,
- "has_target": true,
- "factor": 0.627,
- "offset": 750
- },
- {
- "name": "fan3_1",
- "threshold": 30,
- "has_target": false
- }
- ]
- },
- {
- "inventory": "/system/chassis/motherboard/fan4",
- "method": "count",
- "count_interval": 1,
- "deviation": 15,
- "num_sensors_nonfunc_for_fan_nonfunc": 1,
- "monitor_start_delay": 30,
- "fan_missing_error_delay": 20,
- "nonfunc_rotor_error_delay": 0,
- "sensors": [
- {
- "name": "fan4_0",
- "threshold": 30,
- "has_target": true,
- "factor": 0.627,
- "offset": 750
- },
- {
- "name": "fan4_1",
- "threshold": 30,
- "has_target": false
- }
- ]
- },
- {
- "inventory": "/system/chassis/motherboard/fan5",
- "method": "count",
- "count_interval": 1,
- "deviation": 15,
- "num_sensors_nonfunc_for_fan_nonfunc": 1,
- "monitor_start_delay": 30,
- "fan_missing_error_delay": 20,
- "nonfunc_rotor_error_delay": 0,
- "sensors": [
- {
- "name": "fan5_0",
- "threshold": 30,
- "has_target": true,
- "factor": 0.627,
- "offset": 750
- },
- {
- "name": "fan5_1",
- "threshold": 30,
- "has_target": false
- }
- ]
- }
- ],
- "sensor_trust_groups": [
- {
- "class": "NonzeroSpeed",
- "group": [
- {
- "name": "fan0_1"
- },
- {
- "name": "fan1_1"
- },
- {
- "name": "fan2_1"
- },
- {
- "name": "fan3_1"
- },
- {
- "name": "fan4_1"
- },
- {
- "name": "fan5_1"
- }
- ]
- }
- ],
- "fault_handling":
- {
- "num_nonfunc_rotors_before_error": 1,
-
- "power_off_config":
- [
- {
- "type": "hard",
- "cause": "missing_fan_frus",
- "count": 1,
- "delay": 25,
- "state": "at_pgood"
- },
- {
- "type": "epow",
- "cause": "nonfunc_fan_rotors",
- "count": 3,
- "service_mode_delay": 300,
- "meltdown_delay": 300
- }
- ]
- }
-}
diff --git a/meta-ibm/recipes-phosphor/fans/phosphor-fan-monitor-config/p10bmc/rainier-4u/config.json b/meta-ibm/recipes-phosphor/fans/phosphor-fan-monitor-config/p10bmc/rainier-4u/config.json
deleted file mode 100644
index 1bfb5378b..000000000
--- a/meta-ibm/recipes-phosphor/fans/phosphor-fan-monitor-config/p10bmc/rainier-4u/config.json
+++ /dev/null
@@ -1,128 +0,0 @@
-{
- "fans": [
- {
- "inventory": "/system/chassis/motherboard/fan0",
- "method": "count",
- "count_interval": 1,
- "deviation": 15,
- "num_sensors_nonfunc_for_fan_nonfunc": 1,
- "monitor_start_delay": 30,
- "fan_missing_error_delay": 20,
- "nonfunc_rotor_error_delay": 0,
- "sensors": [
- {
- "name": "fan0_0",
- "threshold": 30,
- "has_target": true
- }
- ]
- },
- {
- "inventory": "/system/chassis/motherboard/fan1",
- "method": "count",
- "count_interval": 1,
- "deviation": 15,
- "num_sensors_nonfunc_for_fan_nonfunc": 1,
- "monitor_start_delay": 30,
- "fan_missing_error_delay": 20,
- "nonfunc_rotor_error_delay": 0,
- "sensors": [
- {
- "name": "fan1_0",
- "threshold": 30,
- "has_target": true
- }
- ]
- },
- {
- "inventory": "/system/chassis/motherboard/fan2",
- "method": "count",
- "count_interval": 1,
- "deviation": 15,
- "num_sensors_nonfunc_for_fan_nonfunc": 1,
- "monitor_start_delay": 30,
- "fan_missing_error_delay": 20,
- "nonfunc_rotor_error_delay": 0,
- "sensors": [
- {
- "name": "fan2_0",
- "threshold": 30,
- "has_target": true
- }
- ]
- },
- {
- "inventory": "/system/chassis/motherboard/fan3",
- "method": "count",
- "count_interval": 1,
- "deviation": 15,
- "num_sensors_nonfunc_for_fan_nonfunc": 1,
- "monitor_start_delay": 30,
- "fan_missing_error_delay": 20,
- "nonfunc_rotor_error_delay": 0,
- "sensors": [
- {
- "name": "fan3_0",
- "threshold": 30,
- "has_target": true
- }
- ]
- },
- {
- "inventory": "/system/chassis/motherboard/fan4",
- "method": "count",
- "count_interval": 1,
- "deviation": 15,
- "num_sensors_nonfunc_for_fan_nonfunc": 1,
- "monitor_start_delay": 30,
- "fan_missing_error_delay": 20,
- "nonfunc_rotor_error_delay": 0,
- "sensors": [
- {
- "name": "fan4_0",
- "threshold": 30,
- "has_target": true
- }
- ]
- },
- {
- "inventory": "/system/chassis/motherboard/fan5",
- "method": "count",
- "count_interval": 1,
- "deviation": 15,
- "num_sensors_nonfunc_for_fan_nonfunc": 1,
- "monitor_start_delay": 30,
- "fan_missing_error_delay": 20,
- "nonfunc_rotor_error_delay": 0,
- "sensors": [
- {
- "name": "fan5_0",
- "threshold": 30,
- "has_target": true
- }
- ]
- }
- ],
- "fault_handling":
- {
- "num_nonfunc_rotors_before_error": 1,
-
- "power_off_config":
- [
- {
- "type": "hard",
- "cause": "missing_fan_frus",
- "count": 1,
- "delay": 25,
- "state": "at_pgood"
- },
- {
- "type": "epow",
- "cause": "nonfunc_fan_rotors",
- "count": 2,
- "service_mode_delay": 300,
- "meltdown_delay": 300
- }
- ]
- }
-}
diff --git a/meta-ibm/recipes-phosphor/fans/phosphor-fan-monitor-config/witherspoon/config.json b/meta-ibm/recipes-phosphor/fans/phosphor-fan-monitor-config/witherspoon/config.json
deleted file mode 100644
index f0df15788..000000000
--- a/meta-ibm/recipes-phosphor/fans/phosphor-fan-monitor-config/witherspoon/config.json
+++ /dev/null
@@ -1,125 +0,0 @@
-{
- "fans": [
- {
- "inventory": "/system/chassis/motherboard/fan0",
- "functional_delay": 5,
- "allowed_out_of_range_time": 30,
- "deviation": 15,
- "num_sensors_nonfunc_for_fan_nonfunc": 1,
- "monitor_start_delay": 20,
- "sensors": [
- {
- "name": "fan0_0",
- "has_target": true
- },
- {
- "name": "fan0_1",
- "has_target": false
- }
- ]
- },
- {
- "inventory": "/system/chassis/motherboard/fan1",
- "functional_delay": 5,
- "allowed_out_of_range_time": 30,
- "deviation": 15,
- "num_sensors_nonfunc_for_fan_nonfunc": 1,
- "monitor_start_delay": 20,
- "sensors": [
- {
- "name": "fan1_0",
- "has_target": true
- },
- {
- "name": "fan1_1",
- "has_target": false
- }
- ],
- "condition": {
- "name": "propertiesMatch",
- "properties": [
- {
- "object": "/xyz/openbmc_project/inventory/system/chassis",
- "interface": "xyz.openbmc_project.Inventory.Decorator.CoolingType",
- "property": {
- "name": "WaterCooled",
- "type": "bool",
- "value": false
- }
- }
- ]
- }
- },
- {
- "inventory": "/system/chassis/motherboard/fan2",
- "functional_delay": 5,
- "allowed_out_of_range_time": 30,
- "deviation": 15,
- "num_sensors_nonfunc_for_fan_nonfunc": 1,
- "monitor_start_delay": 20,
- "sensors": [
- {
- "name": "fan2_0",
- "has_target": true
- },
- {
- "name": "fan2_1",
- "has_target": false
- }
- ]
- },
- {
- "inventory": "/system/chassis/motherboard/fan3",
- "functional_delay": 5,
- "allowed_out_of_range_time": 30,
- "deviation": 15,
- "num_sensors_nonfunc_for_fan_nonfunc": 1,
- "monitor_start_delay": 20,
- "sensors": [
- {
- "name": "fan3_0",
- "has_target": true
- },
- {
- "name": "fan3_1",
- "has_target": false
- }
- ]
- }
- ],
- "sensor_trust_groups": [
- {
- "class": "NonzeroSpeed",
- "group": [
- {
- "name": "fan0_1"
- },
- {
- "name": "fan1_1"
- },
- {
- "name": "fan2_1"
- },
- {
- "name": "fan3_1"
- },
- {
- "name": "fan0_0",
- "in_trust": false
- },
- {
- "name": "fan1_0",
- "in_trust": false
- },
- {
- "name": "fan2_0",
- "in_trust": false
- },
- {
- "name": "fan3_0",
- "in_trust": false
- }
- ]
- }
- ]
-}