Add fan redundancy configurations
For R1000 and R2000 chassis
Change-Id: I12f51fcb71a9df25a3a6f0b840315eabc1bb4589
Signed-off-by: James Feist <james.feist@linux.intel.com>
diff --git a/configurations/R1000 Chassis.json b/configurations/R1000 Chassis.json
index 69eb6aa..2264353 100644
--- a/configurations/R1000 Chassis.json
+++ b/configurations/R1000 Chassis.json
@@ -422,6 +422,11 @@
"MinThermalRpm": 3000,
"Name": "Pid 1",
"Type": "Pid.Zone"
+ },
+ {
+ "AllowedFailures": 1,
+ "Name": "FanRedundancy",
+ "Type": "FanRedundancy"
}
],
"Name": "R1000 Chassis",
diff --git a/configurations/R2000 Chassis.json b/configurations/R2000 Chassis.json
index 0a4424e..23dbc47 100644
--- a/configurations/R2000 Chassis.json
+++ b/configurations/R2000 Chassis.json
@@ -299,6 +299,11 @@
"MinThermalRpm": 3000,
"Name": "Pid 1",
"Type": "Pid.Zone"
+ },
+ {
+ "AllowedFailures": 1,
+ "Name": "FanRedundancy",
+ "Type": "FanRedundancy"
}
],
"Name": "R2000 Chassis",
diff --git a/schemas/global.json b/schemas/global.json
index ebf7195..ded5e2a 100644
--- a/schemas/global.json
+++ b/schemas/global.json
@@ -232,6 +232,12 @@
"MinThermalRpm": {
"type": "integer"
},
+ "Count": {
+ "type": "integer"
+ },
+ "BindPresence": {
+ "type": "string"
+ },
"Pwm": {
"type": "integer"
},