Update ETSI NFV Network Service category 87/116487/2
authorandre.schmid <andre.schmid@est.tech>
Thu, 10 Dec 2020 18:00:32 +0000 (18:00 +0000)
committerChristophe Closset <christophe.closset@intl.att.com>
Thu, 7 Jan 2021 07:41:08 +0000 (07:41 +0000)
Change-Id: Idbc88a7a047e539d1826997e8d98af23c3ee9bbd
Issue-ID: SDC-3416
Signed-off-by: andre.schmid <andre.schmid@est.tech>
catalog-be-plugins/etsi-nfv-nsd-csar-plugin/src/main/java/org/openecomp/sdc/be/plugins/etsi/nfv/nsd/generator/EtsiNfvNsCsarEntryGenerator.java
catalog-be/src/main/docker/backend/chef-repo/cookbooks/sdc-catalog-be/templates/default/BE-configuration.yaml.erb
catalog-be/src/main/resources/import/tosca/categories/categoryTypes.yml

index 00aef05..217b334 100644 (file)
@@ -38,7 +38,7 @@ import org.slf4j.LoggerFactory;
 public class EtsiNfvNsCsarEntryGenerator implements CsarEntryGenerator {
 
     private static final Logger LOGGER = LoggerFactory.getLogger(EtsiNfvNsCsarEntryGenerator.class);
-    static final String ETSI_NS_COMPONENT_CATEGORY = "ETSI Network Service";
+    static final String ETSI_NS_COMPONENT_CATEGORY = "ETSI NFV Network Service";
     static final String NSD_FILE_PATH_FORMAT = "Artifacts/%s/%s.csar";
 
     private final EtsiNfvNsdCsarGenerator etsiNfvNsdCsarGenerator;
index 20f0095..8e62c4f 100644 (file)
@@ -1019,10 +1019,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
+  ETSI NFV Network Service: tosca.nodes.nfv.NS
 
 serviceNodeTypes:
-  ETSI Network Service: tosca.nodes.nfv.NS
+  ETSI NFV Network Service: tosca.nodes.nfv.NS
 
 workloadContext: Production
 
index 91fed02..7e185c5 100644 (file)
@@ -20,9 +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']
+    ETSI_NFV_Network_Service:
+      name: "ETSI NFV Network Service"
+      icons: ['etsi_nfv_network_service']
 resources:
   NetworkLayer23:
     name: "Network L2-3"