Show vPGWC in service list & dependency graph

Change-Id: Icf0b8f5827eff2852799d6587352c7ebeb14f1ea
diff --git a/roles/cord-profile/templates/mcord-services.yaml.j2 b/roles/cord-profile/templates/mcord-services.yaml.j2
index aa341c7..ec623fb 100644
--- a/roles/cord-profile/templates/mcord-services.yaml.j2
+++ b/roles/cord-profile/templates/mcord-services.yaml.j2
@@ -6,6 +6,8 @@
    - custom_types/xos.yaml
    - custom_types/vmme.yaml
    - custom_types/vbbu.yaml
+   - custom_types/vpgwc.yaml
+
 topology_template:
   node_templates:
 
@@ -55,10 +57,14 @@
       properties:
           view_url: /admin/vmme/vmmeservice/$id$/
           kind: vEPC
-          replaces: service_vmme
 
     service#vbbu:
       type: tosca.nodes.VBBUService
       properties:
           view_url: /admin/vbbu/vbbuservice/$id$/
-          replaces: service_vbbu
+
+    service#vpgwc:
+      type: tosca.nodes.VPGWCService
+      properties:
+          view_url: /admin/vpgwc/vpgwcservice/$id$/
+          kind: vEPC