Updated configs to remove vendor name from device ID

Also running demo pod with two cavium spines

Change-Id: I3a220b0025f1eb5e4e80a7a7ae6737345b3e98ab
diff --git a/p4-pod-configs/mwc-pod/cavium-spine2.json b/p4-pod-configs/mwc-pod/cavium-spine2.json
new file mode 100644
index 0000000..a930931
--- /dev/null
+++ b/p4-pod-configs/mwc-pod/cavium-spine2.json
@@ -0,0 +1,40 @@
+{
+  "devices": {
+    "device:spine2": {
+      "generalprovider": {
+        "p4runtime": {
+          "ip": "10.128.13.102",
+          "deviceKeyId": "p4runtime:device:spine2",
+          "port": 50051,
+          "deviceId": 1
+        }
+      },
+      "piPipeconf": {
+        "piPipeconfId": "org.onosproject.pipelines.fabric"
+      },
+      "ports": {
+        "9": {
+          "name": "9",
+          "speed": 100000,
+          "enabled": true,
+          "number": 9,
+          "removed": false,
+          "type": "copper"
+        },
+        "10": {
+          "name": "10",
+          "speed": 100000,
+          "enabled": true,
+          "number": 10,
+          "removed": false,
+          "type": "copper"
+        }
+      },
+      "basic": {
+        "driver": "cavium-pro",
+        "name": "spine2"
+      }
+    }
+  }
+}
+