check point of code to identify and provision switches

Change-Id: I692d83127cbb718f03d359911689d0f688fa4a3d
diff --git a/switchq/vendors.json b/switchq/vendors.json
new file mode 100644
index 0000000..03d888f
--- /dev/null
+++ b/switchq/vendors.json
@@ -0,0 +1,17 @@
+[
+    {
+	"prefix" : "CC:37:AB",
+	"vendor" : "Edgecore Networks Corportation",
+	"provision" : true
+    },
+    {
+        "prefix" : "70:72:CF",
+        "vendor" : "Edgecore Networks Corportation",
+        "provision" : true
+    },
+    {
+        "prefix" : "60:5B:B4",
+        "vendor" : "Fake",
+        "provision" : false
+    }
+]