monitor:configs: BlueRidge 2U new fan support
The BlueRidge 2U is similar to the Rainier 2U but uses different fans.
These fans require different factor/offset values.
Copy over the Rainier config.json and update these values.
Signed-off-by: Matt Spinler <spinler@us.ibm.com>
Change-Id: Icad2178559d6fa0cc67105d7112041c4b7c0fec2
diff --git a/monitor/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.BlueRidge2U/config.json b/monitor/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.BlueRidge2U/config.json
new file mode 100644
index 0000000..788631f
--- /dev/null
+++ b/monitor/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.BlueRidge2U/config.json
@@ -0,0 +1,176 @@
+// MAX31785revB w/ latest fan hardware
+// *Note: Sensor trust groups are removed with revB
+{
+ "fans": [
+ {
+ "inventory": "/system/chassis/motherboard/fan0",
+ "method": "count",
+ "count_interval": 1,
+ "deviation": 18,
+ "num_sensors_nonfunc_for_fan_nonfunc": 0,
+ "monitor_start_delay": 30,
+ "fan_missing_error_delay": 20,
+ "nonfunc_rotor_error_delay": 0,
+ "set_func_on_present": true,
+ "sensors": [
+ {
+ "name": "fan0_0",
+ "threshold": 30,
+ "has_target": true
+ },
+ {
+ "name": "fan0_1",
+ "threshold": 30,
+ "has_target": false,
+ "factor": 0.79,
+ "offset": 100
+ }
+ ]
+ },
+ {
+ "inventory": "/system/chassis/motherboard/fan1",
+ "method": "count",
+ "count_interval": 1,
+ "deviation": 18,
+ "num_sensors_nonfunc_for_fan_nonfunc": 0,
+ "monitor_start_delay": 30,
+ "fan_missing_error_delay": 20,
+ "nonfunc_rotor_error_delay": 0,
+ "set_func_on_present": true,
+ "sensors": [
+ {
+ "name": "fan1_0",
+ "threshold": 30,
+ "has_target": true
+ },
+ {
+ "name": "fan1_1",
+ "threshold": 30,
+ "has_target": false,
+ "factor": 0.79,
+ "offset": 100
+ }
+ ]
+ },
+ {
+ "inventory": "/system/chassis/motherboard/fan2",
+ "method": "count",
+ "count_interval": 1,
+ "deviation": 18,
+ "num_sensors_nonfunc_for_fan_nonfunc": 0,
+ "monitor_start_delay": 30,
+ "fan_missing_error_delay": 20,
+ "nonfunc_rotor_error_delay": 0,
+ "set_func_on_present": true,
+ "sensors": [
+ {
+ "name": "fan2_0",
+ "threshold": 30,
+ "has_target": true
+ },
+ {
+ "name": "fan2_1",
+ "threshold": 30,
+ "has_target": false,
+ "factor": 0.79,
+ "offset": 100
+ }
+ ]
+ },
+ {
+ "inventory": "/system/chassis/motherboard/fan3",
+ "method": "count",
+ "count_interval": 1,
+ "deviation": 18,
+ "num_sensors_nonfunc_for_fan_nonfunc": 0,
+ "monitor_start_delay": 30,
+ "fan_missing_error_delay": 20,
+ "nonfunc_rotor_error_delay": 0,
+ "set_func_on_present": true,
+ "sensors": [
+ {
+ "name": "fan3_0",
+ "threshold": 30,
+ "has_target": true
+ },
+ {
+ "name": "fan3_1",
+ "threshold": 30,
+ "has_target": false,
+ "factor": 0.79,
+ "offset": 100
+ }
+ ]
+ },
+ {
+ "inventory": "/system/chassis/motherboard/fan4",
+ "method": "count",
+ "count_interval": 1,
+ "deviation": 18,
+ "num_sensors_nonfunc_for_fan_nonfunc": 0,
+ "monitor_start_delay": 30,
+ "fan_missing_error_delay": 20,
+ "nonfunc_rotor_error_delay": 0,
+ "set_func_on_present": true,
+ "sensors": [
+ {
+ "name": "fan4_0",
+ "threshold": 30,
+ "has_target": true
+ },
+ {
+ "name": "fan4_1",
+ "threshold": 30,
+ "has_target": false,
+ "factor": 0.79,
+ "offset": 100
+ }
+ ]
+ },
+ {
+ "inventory": "/system/chassis/motherboard/fan5",
+ "method": "count",
+ "count_interval": 1,
+ "deviation": 18,
+ "num_sensors_nonfunc_for_fan_nonfunc": 0,
+ "monitor_start_delay": 30,
+ "fan_missing_error_delay": 20,
+ "nonfunc_rotor_error_delay": 0,
+ "set_func_on_present": true,
+ "sensors": [
+ {
+ "name": "fan5_0",
+ "threshold": 30,
+ "has_target": true
+ },
+ {
+ "name": "fan5_1",
+ "threshold": 30,
+ "has_target": false,
+ "factor": 0.79,
+ "offset": 100
+ }
+ ]
+ }
+ ],
+ "fault_handling": {
+ "num_nonfunc_rotors_before_error": 1,
+
+ "power_off_config": [
+ {
+ "type": "epow",
+ "cause": "missing_fan_frus",
+ "count": 1,
+ "service_mode_delay": 60,
+ "meltdown_delay": 60
+ },
+ {
+ "type": "epow",
+ "cause": "fan_frus_with_nonfunc_rotors",
+ "count": 2,
+ "service_mode_delay": 60,
+ "meltdown_delay": 60
+ }
+ ]
+ }
+}