Adding vrouter

Change-Id: I5487ffdef0133415a9b56f2df190e0b3b453ab54
diff --git a/xos-services/fabric/templates/_helpers.tpl b/xos-services/fabric/templates/_helpers.tpl
index 07eb3b2..775d2c2 100644
--- a/xos-services/fabric/templates/_helpers.tpl
+++ b/xos-services/fabric/templates/_helpers.tpl
@@ -56,7 +56,6 @@
   - Instance
   - Tag
   - FabricService
-  - AddressManagerServiceInstance
 dependency_graph: "/opt/xos/synchronizers/fabric/model-deps"
 steps_dir: "/opt/xos/synchronizers/fabric/steps"
 sys_dir: "/opt/xos/synchronizers/fabric/sys"
diff --git a/xos-services/vrouter/templates/_helpers.tpl b/xos-services/vrouter/templates/_helpers.tpl
index 6f7795c..b5a307c 100644
--- a/xos-services/vrouter/templates/_helpers.tpl
+++ b/xos-services/vrouter/templates/_helpers.tpl
@@ -54,9 +54,8 @@
   endpoint: xos-core:50051
 required_models:
   - VRouterService
-  - VRouterDevice
-  - VRouterApp
-  - VRouterPort
+  - VRouterServiceInstance
+  - VRouterStaticRoute
 dependency_graph: "/opt/xos/synchronizers/vrouter/model-deps"
 steps_dir: "/opt/xos/synchronizers/vrouter/steps"
 sys_dir: "/opt/xos/synchronizers/vrouter/sys"