commit | e12bdda33b50fcd5d1d1f75d4f9bfa3695593158 | [log] [tgz] |
---|---|---|
author | James Feist <james.feist@linux.intel.com> | Thu Nov 01 14:23:44 2018 -0700 |
committer | Ed Tanous <ed.tanous@intel.com> | Mon Jan 07 18:16:34 2019 +0000 |
tree | 999cd1010415ba5563e1c3793f645e0155692e95 | |
parent | 0158eb38b67f8a6751e6b28165456e102a61a5a9 [diff] |
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/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" },