vHSS and vPGWC services are ready to be loaded

Change-Id: I4462e93db04da5891f951b1647a8c3947d702c13
diff --git a/profile_manifests/mcord.yml b/profile_manifests/mcord.yml
index ae3043a..85fcbe6 100644
--- a/profile_manifests/mcord.yml
+++ b/profile_manifests/mcord.yml
@@ -83,10 +83,10 @@
     path: orchestration/xos_services/vsgw
     keypair: mcord_rsa
     synchronizer: true
-#  - name: vpgwc
-#    path: orchestration/xos_services/vpgwc
-#    keypair: mcord_rsa
-#    synchronizer: true
+  - name: vpgwc
+    path: orchestration/xos_services/vpgwc
+    keypair: mcord_rsa
+    synchronizer: true
 # needed onboarding synchronizer doesn't require service code to be present when started
   - name: exampleservice
     path: orchestration/xos_services/exampleservice
@@ -96,10 +96,10 @@
     path: orchestration/xos_services/monitoring
     keypair: monitoringservice_rsa
     synchronizer: false
-#  - name: vhss
-#    path: orchestration/xos_services/vhss
-#    keypaird: mcord_rsa
-#    synchronizer: true
+  - name: vhss
+    path: orchestration/xos_services/vhss
+    keypaird: mcord_rsa
+    synchronizer: true
 
 xos_service_sshkeys:
   - name: onos_rsa
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