Add dependency to router_iface

Avoid issues when we trying to remove router and
subnets while it has some ports.

Related-Prod: PRODX-00000
Change-Id: I2157d29e27566b70192916d8d6d455a42dbbd424
diff --git a/de/heat-templates/top.yaml b/de/heat-templates/top.yaml
index dca7823..30736be 100644
--- a/de/heat-templates/top.yaml
+++ b/de/heat-templates/top.yaml
@@ -122,6 +122,7 @@
     type: OS::Heat::ResourceGroup
     depends_on:
      - ucp
+     - router_iface
     properties:
       count: { get_param: masters_size }
       resource_def:
@@ -142,6 +143,7 @@
     type: OS::Heat::ResourceGroup
     depends_on:
      - ucp
+     - router_iface
     properties:
       count: { get_param: worker_size }
       resource_def:
@@ -162,6 +164,7 @@
     type: OS::Heat::ResourceGroup
     depends_on:
      - ucp
+     - router_iface
     properties:
       count: { get_param: cmp_size }
       resource_def:
@@ -182,6 +185,7 @@
     type: OS::Heat::ResourceGroup
     depends_on:
      - ucp
+     - router_iface
     properties:
       count: { get_param: gtw_size }
       resource_def:
@@ -202,6 +206,7 @@
     type: OS::Heat::ResourceGroup
     depends_on:
      - ucp
+     - router_iface
     properties:
       count: { get_param: lma_size }
       resource_def:
@@ -222,6 +227,7 @@
     type: OS::Heat::ResourceGroup
     depends_on:
      - ucp
+     - router_iface
     properties:
       count: { get_param: osd_size }
       resource_def: