From: andre.schmid Date: Fri, 21 Aug 2020 10:34:22 +0000 (+0100) Subject: Create Service category ETSI Network Service X-Git-Tag: 1.7.1~34 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=0f33ed2e6ee82dc2359c9cb7caaea5f24ae6b61f;p=sdc.git 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 --- 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 diff --git a/catalog-be/src/main/resources/import/tosca/categories/categoryTypes.yml b/catalog-be/src/main/resources/import/tosca/categories/categoryTypes.yml index f0aeb128cf..91fed025e7 100644 --- a/catalog-be/src/main/resources/import/tosca/categories/categoryTypes.yml +++ b/catalog-be/src/main/resources/import/tosca/categories/categoryTypes.yml @@ -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"