vHSS and vPGWC services are ready to be loaded

Change-Id: I4462e93db04da5891f951b1647a8c3947d702c13
diff --git a/roles/cord-profile/templates/mcord-services.yaml.j2 b/roles/cord-profile/templates/mcord-services.yaml.j2
index 4b59558..e751169 100644
--- a/roles/cord-profile/templates/mcord-services.yaml.j2
+++ b/roles/cord-profile/templates/mcord-services.yaml.j2
@@ -7,8 +7,8 @@
    - custom_types/vmme.yaml
    - custom_types/vbbu.yaml
    - custom_types/vsgw.yaml
-#   - custom_types/vhss.yaml
-#   - custom_types/vpgwc.yaml
+   - custom_types/vhss.yaml
+   - custom_types/vpgwc.yaml
 
 topology_template:
   node_templates:
@@ -64,15 +64,22 @@
       type: tosca.nodes.VBBUService
       properties:
           view_url: /admin/vbbu/vbbuservice/$id$/
+          kind: vRAN
 
-#    service#vpgwc:
-#      type: tosca.nodes.VPGWCService
-#      properties:
-#          view_url: /admin/vpgwc/vpgwcservice/$id$/
-#          kind: vEPC
+    service#vpgwc:
+      type: tosca.nodes.VPGWCService
+      properties:
+          view_url: /admin/vpgwc/vpgwcservice/$id$/
+          kind: vEPC
 
     service#vsgw:
       type: tosca.nodes.VSGWService
       properties:
           view_url: /admin/vsgw/vsgwservice/$id$/
           kind: vEPC
+
+    service#vhss:
+      type: tosca.nodes.VHSSService
+      properties:
+          view_url: /admin/vhss/vhssservice/$id$/
+          kind: vEPC