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 4U Chassis.json b/configurations/Rainier 4U Chassis.json
new file mode 100644
index 0000000..a93ba73
--- /dev/null
+++ b/configurations/Rainier 4U Chassis.json
@@ -0,0 +1,19 @@
+{
+    "Exposes": [
+        {
+            "Name": "Compatible System",
+            "Type": "IBMCompatibleSystem",
+            "Names": [
+                "ibm,rainier-4u",
+                "ibm,rainier"
+            ]
+        }
+    ],
+    "Name": "Rainier 4U Chassis",
+    "Probe": [
+        "com.ibm.ipzvpd.VSBP({'IM': [80, 0, 16, 2]})",
+        "OR",
+        "com.ibm.ipzvpd.VSBP({'IM': [80, 0, 16, 4]})"
+    ],
+    "Type": "Chassis"
+}