configs: add everest chassis

Add a configuration for the Everest system enclosure.

Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Change-Id: I440fb6176fa302e7c082db8547862fd4eceed034
diff --git a/configurations/Everest.json b/configurations/Everest.json
new file mode 100644
index 0000000..2859248
--- /dev/null
+++ b/configurations/Everest.json
@@ -0,0 +1,16 @@
+{
+    "Exposes": [
+        {
+            "Name": "Compatible System",
+            "Type": "IBMCompatibleSystem",
+            "Names": [
+                "ibm,everest"
+            ]
+        }
+    ],
+    "Name": "Everest Chassis",
+    "Probe": [
+        "com.ibm.ipzvpd.VSBP({'IM': [80, 0, 48, 0]})"
+    ],
+    "Type": "Chassis"
+}