From 0f33ed2e6ee82dc2359c9cb7caaea5f24ae6b61f Mon Sep 17 00:00:00 2001 From: "andre.schmid" Date: Fri, 21 Aug 2020 11:34:22 +0100 Subject: Create Service category ETSI Network Service Creates a new Service category ETSI Network Service, having the service base type as ETSI NS type tosca.nodes.nfv.NS. Change-Id: I2615a1e1f88330064b97516ed3865a408e1b51b2 Issue-ID: SDC-3250 Signed-off-by: andre.schmid --- .../sdc-catalog-be/templates/default/BE-configuration.yaml.erb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'catalog-be/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/templates/default/BE-configuration.yaml.erb') diff --git a/catalog-be/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/templates/default/BE-configuration.yaml.erb b/catalog-be/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/templates/default/BE-configuration.yaml.erb index 830ba40e66..d07a1949a3 100644 --- a/catalog-be/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/templates/default/BE-configuration.yaml.erb +++ b/catalog-be/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/templates/default/BE-configuration.yaml.erb @@ -1008,6 +1008,10 @@ genericAssetNodeTypes: CR : org.openecomp.resource.abstract.nodes.CR PNF: org.openecomp.resource.abstract.nodes.PNF Service: org.openecomp.resource.abstract.nodes.service + ETSI Network Service: tosca.nodes.nfv.NS + +serviceNodeTypes: + ETSI Network Service: tosca.nodes.nfv.NS workloadContext: Production -- cgit 1.2.3-korg