Create Service category ETSI Network Service 65/111765/3
authorandre.schmid <andre.schmid@est.tech>
Fri, 21 Aug 2020 10:34:22 +0000 (11:34 +0100)
committerSébastien Determe <sebastien.determe@intl.att.com>
Mon, 7 Sep 2020 09:15:29 +0000 (09:15 +0000)
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 <andre.schmid@est.tech>
catalog-be/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/templates/default/BE-configuration.yaml.erb
catalog-be/src/main/resources/import/tosca/categories/categoryTypes.yml

index 830ba40..d07a194 100644 (file)
@@ -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
 
index f0aeb12..91fed02 100644 (file)
@@ -20,6 +20,9 @@ services:
     Partner_Domain_Service:
       name: "Partner Domain Service"
       icons: ['partner_domain_service']
+    ETSI_Network_Service:
+      name: "ETSI Network Service"
+      icons: ['etsi_network_service']
 resources:
   NetworkLayer23:
     name: "Network L2-3"