Add vBBU and vSGW service to mcord-services.yml

Change-Id: Iba628fb64f9e121d5e437e4269e9692f4105c857
diff --git a/roles/cord-profile/templates/mcord-services.yaml.j2 b/roles/cord-profile/templates/mcord-services.yaml.j2
index dbd34ca..aa341c7 100644
--- a/roles/cord-profile/templates/mcord-services.yaml.j2
+++ b/roles/cord-profile/templates/mcord-services.yaml.j2
@@ -5,6 +5,7 @@
 imports:
    - custom_types/xos.yaml
    - custom_types/vmme.yaml
+   - custom_types/vbbu.yaml
 topology_template:
   node_templates:
 
@@ -55,3 +56,9 @@
           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