commit | 391428ac7175c3d266fb37af2319547ee961004f | [log] [tgz] |
---|---|---|
author | Yunpeng Zhang <zyp8884625@gmail.com> | Sat Jul 15 15:23:47 2017 -0400 |
committer | Pingping Lin <pingping@onlab.us> | Mon Jul 17 13:16:57 2017 -0700 |
tree | a12555ea496cc56be28dc9dbfc7bdd29fd3f52d3 | |
parent | cf7945277fc8b044075512d13297b59e734cfba2 [diff] |
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