configs: add rainier chassis
Add configurations for the Rainier system enclosures.
Change-Id: If2538a9e519513860f0f3f0db2c554533b74dc6a
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/configurations/Rainier 2U Chassis.json b/configurations/Rainier 2U Chassis.json
new file mode 100644
index 0000000..2ed3f30
--- /dev/null
+++ b/configurations/Rainier 2U Chassis.json
@@ -0,0 +1,19 @@
+{
+ "Exposes": [
+ {
+ "Name": "Compatible System",
+ "Type": "IBMCompatibleSystem",
+ "Names": [
+ "ibm,rainier-2u",
+ "ibm,rainier"
+ ]
+ }
+ ],
+ "Name": "Rainier 2U Chassis",
+ "Probe": [
+ "com.ibm.ipzvpd.VSBP({'IM': [80, 0, 16, 1]})",
+ "OR",
+ "com.ibm.ipzvpd.VSBP({'IM': [80, 0, 16, 3]})"
+ ],
+ "Type": "Chassis"
+}