Missing configs from demo rack

Change-Id: I7e8c599abb1beb6fc967cfa09d325afe42a8d868
diff --git a/p4-pod-configs/mwc-pod/sr-conf-int-to-compute-1.json b/p4-pod-configs/mwc-pod/sr-conf-int-to-compute-1.json
index 0fb7fe0..9852ab2 100644
--- a/p4-pod-configs/mwc-pod/sr-conf-int-to-compute-1.json
+++ b/p4-pod-configs/mwc-pod/sr-conf-int-to-compute-1.json
@@ -3,6 +3,9 @@
     "device:tofino:leaf2/160": {
       "interfaces": [ ]
     },
+    "device:tofino:leaf2/147": {
+      "interfaces": [ ]
+    },
     "device:tofino:leaf1/146": {
       "interfaces": [
         {
diff --git a/p4-pod-configs/mwc-pod/sr-conf-int-to-compute-2.json b/p4-pod-configs/mwc-pod/sr-conf-int-to-compute-2.json
new file mode 100644
index 0000000..2174094
--- /dev/null
+++ b/p4-pod-configs/mwc-pod/sr-conf-int-to-compute-2.json
@@ -0,0 +1,43 @@
+{
+  "ports": {
+    "device:tofino:leaf2/160": {
+      "interfaces": [ ]
+    },
+    "device:tofino:leaf1/146": {
+      "interfaces": [ ]
+    },
+    "device:tofino:leaf2/147": {
+      "interfaces": [
+        {
+          "name": "leaf2/3/3--compute-1--ens802f1",
+          "ips": [
+            "160.0.2.254/24"
+          ],
+          "vlan-untagged": 162
+        }
+      ]
+    }
+  },
+  "hosts": {
+    "52:74:B7:2C:04:F1/None": {
+      "basic": {
+        "name": "UE simulator (INT sink)",
+        "ips": [
+          "160.0.2.1",
+          "160.0.2.2",
+          "160.0.2.3",
+          "160.0.2.4",
+          "160.0.2.5",
+          "160.0.2.6",
+          "160.0.2.7",
+          "160.0.2.8",
+          "160.0.2.9",
+          "160.0.2.10"
+        ],
+        "locations": [
+          "device:tofino:leaf2/147"
+        ]
+      }
+    }
+  }
+}