adding imports in MCORD-barcelna fabric

Change-Id: I8cf4ec5dd7d49e8c0c3c809ec3027a62db41a60e
diff --git a/tosca-configs/mcord/mcord-barcellona-fabric.yaml b/tosca-configs/mcord/mcord-barcellona-fabric.yaml
index d7b5c6e..16eab1d 100644
--- a/tosca-configs/mcord/mcord-barcellona-fabric.yaml
+++ b/tosca-configs/mcord/mcord-barcellona-fabric.yaml
@@ -20,6 +20,12 @@
   - custom_types/switchport.yaml
   - custom_types/portinterface.yaml
   - custom_types/fabricipaddress.yaml
+  - custom_types/site.yaml
+  - custom_types/deployment.yaml
+  - custom_types/sitedeployment.yaml
+  - custom_types/node.yaml
+  - custom_types/vrouterservice.yaml
+  - custom_types/vrouterserviceinstance.yaml
 
 description: Configures the ONF SEBA POD with AT&T workflow
 
@@ -85,6 +91,19 @@
                 node: site_deployment
                 relationship: tosca.relationships.BelongsToOne
 
+    # static routes
+
+    service#vrouter:
+        type: tosca.nodes.VRouterService
+        properties:
+            name: vrouter
+            must-exist: true
+        requirements:
+            - owner:
+                node: service#vrouter
+                relationship: tosca.relationships.BelongsToOne
+
+
     vroutersi#calico:
         type: tosca.nodes.VRouterServiceInstance
         properties: