Config : cord vtn config with openstack, xos
connect details.
Its a config to be used for test scenarios.

Change-Id: I2b25315648443ec81a1a75f14c97252a7720e2da
diff --git a/src/test/cordvtn/vtn-cfg-1.json b/src/test/cordvtn/vtn-cfg-1.json
new file mode 100644
index 0000000..56b767c
--- /dev/null
+++ b/src/test/cordvtn/vtn-cfg-1.json
@@ -0,0 +1,48 @@
+{
+ "apps" : {
+   "org.opencord.vtn" : {
+     "cordvtn" : {
+       "controllers" : [ "10.1.0.1:6654" ],
+       "localManagementIp" : "172.27.0.1/24",
+       "nodes" : [ {
+         "bridgeId" : "of:0000525400201852",
+         "dataPlaneIntf" : "fabric",
+         "dataPlaneIp" : "10.6.1.2/24",
+         "hostManagementIp" : "10.1.0.14/24",
+         "hostname" : "cold-flag"
+       } ],
+       "openstack" : {
+         "endpoint" : "https://keystone.cord.lab:5000/v2.0",
+         "password" : "VeryLongKeystoneAdminPassword",
+         "tenant" : "admin",
+         "user" : "admin"
+       },
+       "ovsdbPort" : "6641",
+       "privateGatewayMac" : "00:00:00:00:00:01",
+       "publicGateways" : [ {
+         "gatewayIp" : "10.6.1.193",
+         "gatewayMac" : "02:42:0a:06:01:01"
+       }, {
+         "gatewayIp" : "10.6.1.129",
+         "gatewayMac" : "02:42:0a:06:01:01"
+       } ],
+       "ssh" : {
+         "sshKeyFile" : "/root/node_key",
+         "sshPort" : "22",
+         "sshUser" : "root"
+       },
+       "xos" : {
+         "endpoint" : "http://xos:8888/",
+         "password" : "letmein",
+         "user" : "padmin@vicci.org"
+       }
+     }
+   }
+ },
+ "devices" : { },
+ "ports" : { },
+ "layouts" : { },
+ "regions" : { },
+ "links" : { },
+ "hosts" : { }
+}