CORD-793 Config for CiaB vswitches

Change-Id: I949832de708aed540c4ed314be2db1da8a31e76a
diff --git a/config/ciab-fabric-xconnect.json b/config/ciab-fabric-xconnect.json
new file mode 100644
index 0000000..df1ee86
--- /dev/null
+++ b/config/ciab-fabric-xconnect.json
@@ -0,0 +1,15 @@
+{
+    "apps": {
+        "org.onosproject.segmentrouting": {
+            "xconnect": {
+                "of:0000cc37ab000011": [
+                    {
+                        "vlan": 222,
+                        "ports": [1, 2],
+                        "name": "test client"
+                    }
+                ]
+            }
+        }
+    }
+}