Show vPGWC in service list & dependency graph
Change-Id: Icf0b8f5827eff2852799d6587352c7ebeb14f1ea
diff --git a/profile_manifests/mcord.yml b/profile_manifests/mcord.yml
index c0d9af1..8294e95 100644
--- a/profile_manifests/mcord.yml
+++ b/profile_manifests/mcord.yml
@@ -21,10 +21,10 @@
- vtn-service.yaml
- fabric-service.yaml
- management-net.yaml
+ - mcord-services.yaml # should unify this with services.yaml.j2 eventually
- shared-net.yaml
- wan-net.yaml
- vsg-net.yaml
- - mcord-services.yaml # should unify this with services.yaml.j2 eventually
# - public-net.yaml
# - volt-devices.yaml
# - vrouter.yaml
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