Normative alignemet 55/35255/2
authorGitelman, Tal (tg851x) <tg851x@intl.att.com>
Mon, 12 Mar 2018 16:33:32 +0000 (18:33 +0200)
committerMichael Lando <ml636r@att.com>
Mon, 12 Mar 2018 17:31:28 +0000 (17:31 +0000)
Change-Id: I4ec063f938f9bde2f5727c338177e6d99ef5bc9a
Issue-ID: SDC-1104
Signed-off-by: Gitelman, Tal (tg851x) <tg851x@intl.att.com>
catalog-be/src/main/resources/import/tosca/categories/categoryTypes.yml
catalog-be/src/main/resources/import/tosca/categories/categoryTypes.zip
catalog-be/src/main/resources/import/tosca/data-types/dataTypes.yml
catalog-be/src/main/resources/import/tosca/data-types/dataTypes.zip
catalog-be/src/main/resources/import/tosca/group-types/groupTypes.yml
catalog-be/src/main/resources/import/tosca/group-types/groupTypes.zip
catalog-be/src/main/resources/import/tosca/heat-types/Generic_CR/Generic_CR.yml
catalog-be/src/main/resources/import/tosca/heat-types/Generic_CR/Generic_CR.zip
catalog-be/src/main/resources/import/tosca/onap-types/vduCpd/vduCpd.zip
catalog-be/src/main/resources/import/tosca/policy-types/policyTypes.zip

index 519d1ee..6e8b448 100644 (file)
@@ -11,12 +11,6 @@ services:
     VoIP_Call_Control:
       name: "VoIP Call Control"
       icons: ['call_controll']
-    E2E_Service:
-      name: "E2E Service"
-      icons: ['network_l_1-3']
-    Network_Service:
-      name: "Network Service"
-      icons: ['network_l_1-3']
 resources:
   NetworkLayer23:
     name: "Network L2-3"
@@ -87,9 +81,6 @@ resources:
       Rules:
           name: "Rules"
           icons: ['networkrules','securityrules']
-      NetworkService:
-          name: "Network Service"
-          icons: ['network']
   NetworkConnectivity:
     name: "Network Connectivity"
     subcategories:
@@ -135,6 +126,9 @@ resources:
   Template:
     name: "Template"
     subcategories:
+      BaseMonitoringTemplate:
+          name: "Base Monitoring Template"
+          icons: ['monitoring_template']
       MonitoringTemplate:
           name: "Monitoring Template"
           icons: ['monitoring_template']
index de33b5b..a139e43 100644 (file)
Binary files a/catalog-be/src/main/resources/import/tosca/categories/categoryTypes.zip and b/catalog-be/src/main/resources/import/tosca/categories/categoryTypes.zip differ
index 493f399..282595d 100644 (file)
@@ -866,7 +866,6 @@ org.openecomp.datatypes.Root:
   properties:
     supplemental_data:
       type: map
-      required: true
       entry_schema:
         description: > 
            A placeholder for missing properties that would be included in future ecomp model versions.
index 75f9f73..401bb7f 100644 (file)
Binary files a/catalog-be/src/main/resources/import/tosca/data-types/dataTypes.zip and b/catalog-be/src/main/resources/import/tosca/data-types/dataTypes.zip differ
index 9711bfd..394ffb1 100644 (file)
@@ -86,21 +86,11 @@ org.openecomp.groups.NetworkCollection:
   derived_from: tosca.groups.Root
   description: groups l3-networks in network collection
   properties:
-    network_collection_type: 
+    network_collection_function:
       type: string
       required: true
-      description: network collection type, defined with default value
-      default: l3-network
-    network_collection_subtype: 
-      type: string
-      required: true
-      description: network collection subtype, defined with default value
-      default: sub-interface
-    network_collection_role:
-      type: string
-      required: true
-      description: network collection role
-    network_collection_description: 
+      description: network collection function
+    network_collection_description:
       type: string
       required: true
       description: network collection description, free format text
@@ -108,18 +98,18 @@ org.openecomp.groups.VfcInstanceGroup:
   derived_from: tosca.groups.Root
   description: groups VFCs with same parent port role
   properties:
-    vfc_instance_group_role:
+    vfc_instance_group_function:
       type: string
       required: true
-      description: role of this VFC group
+      description: function of this VFC group
     vfc_parent_port_role:
       type: string
       required: true
       description: common role of parent ports of VFCs in this group
-    network_collection_role:
+    network_collection_function:
       type: string
       required: true
-      description: network collection role assigned to this group
+      description: network collection function assigned to this group
     subinterface_role:
       type: string
       required: true
index 71a4af9..3a26c09 100644 (file)
Binary files a/catalog-be/src/main/resources/import/tosca/group-types/groupTypes.zip and b/catalog-be/src/main/resources/import/tosca/group-types/groupTypes.zip differ
index 941bc45..85cff11 100644 (file)
@@ -3,13 +3,9 @@ node_types:
   org.openecomp.resource.abstract.nodes.CR:
     derived_from: tosca.nodes.Root
     properties:
-      nf_function:
+      cr_function:
         type: string
-      nf_role:
+      cr_role:
         type: string
-      nf_naming_code:
+      cr_type:
         type: string
-      nf_type:
-        type: string
-      nf_naming:
-        type: org.openecomp.datatypes.Naming
index 5ea130c..c5dc361 100644 (file)
Binary files a/catalog-be/src/main/resources/import/tosca/heat-types/Generic_CR/Generic_CR.zip and b/catalog-be/src/main/resources/import/tosca/heat-types/Generic_CR/Generic_CR.zip differ
index e1b5be9..e1bb32d 100644 (file)
Binary files a/catalog-be/src/main/resources/import/tosca/onap-types/vduCpd/vduCpd.zip and b/catalog-be/src/main/resources/import/tosca/onap-types/vduCpd/vduCpd.zip differ
index fbc09f2..29dd88e 100644 (file)
Binary files a/catalog-be/src/main/resources/import/tosca/policy-types/policyTypes.zip and b/catalog-be/src/main/resources/import/tosca/policy-types/policyTypes.zip differ