CORD-2281: Declare networks for each ServiceInstancLink

Change-Id: I19fd8161fb303c82348e4e8aa4f9900709e17987
(cherry picked from commit baafb9f0664e188d7c05b2c961211c8ceeb84dee)
diff --git a/xos/synchronizer/vepc_config.yaml b/xos/synchronizer/vepc_config.yaml
index f3ec743..3e2d56d 100644
--- a/xos/synchronizer/vepc_config.yaml
+++ b/xos/synchronizer/vepc_config.yaml
@@ -20,34 +20,37 @@
       - name: sbi_network
         subnet: 114.0.0.0/24
         permit_all_slices: True
-        template: nbi_template
+        template: sbi_template
       - name: sgi_network
         subnet: 115.0.0.0/24
         permit_all_slices: True
-        template: nbi_template
+        template: sgi_template
       - name: spgw_network
         subnet: 117.0.0.0/24
         permit_all_slices: True
-        template: nbi_template
-      - name: flat
-        subnet: 103.0.0.0/24
-        permit_all_slices: True
-        template: flat_template
-
+        template: spgw_template
     graph:
+      - name: VENBServiceInstance
+        networks: 
+          - management
       - name: VSPGWCTenant
-        networks:
-          - spgw_network
-          - sgi_network
+        networks: 
+          - management
         links:
           - name: VENBServiceInstance
             networks:
               - s11_network
-              - sgi_network
-              - flat_network
-          - name: VSPGWUTenant:
-            network: 
+          - name: VSPGWUTenant
+            networks: 
               - spgw_network
+      - name: VSPGWUTenant
+        networks: 
+          - management
+        links:
+          - name: VENBServiceInstance
+            networks:
+              - s1u_network
+              - sgi_network
 
 dependency_graph: "/opt/xos/synchronizers/epc-service/model-deps"
 #steps_dir: "/opt/xos/synchronizers/epc-service/steps"