Add missing 'scalar-unit.bitrate' data type 38/132638/3
authorvasraz <vasyl.razinkov@est.tech>
Thu, 8 Dec 2022 14:27:23 +0000 (14:27 +0000)
committerMichael Morris <michael.morris@est.tech>
Mon, 12 Dec 2022 12:46:11 +0000 (12:46 +0000)
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
Change-Id: I33faf90f04667ef2b8a334dfba39fe256a21c223
Issue-ID: SDC-4300

catalog-be/src/main/resources/import/tosca/data-types/dataTypes.yml
catalog-be/src/main/resources/import/tosca/models/init/acm/tosca/data-types/dataTypes.yml
catalog-be/src/main/resources/import/tosca/models/init/etsi-SOL001-v2.5.1/tosca/data-types/dataTypes.yml
catalog-be/src/main/resources/import/tosca/models/upgrade/acm/tosca/data-types/dataTypes.yml
catalog-be/src/main/resources/import/tosca/models/upgrade/etsi-SOL001-v2.5.1/tosca/data-types/dataTypes.yml
catalog-be/src/test/resources/yamlValidation/test-no-valid.yml
common/onap-tosca-datatype/src/main/resources/globalTypes/tosca/data.yml
openecomp-be/backend/openecomp-sdc-vendor-software-product-manager/src/test/resources/extractServiceComposition/toscaGlobalServiceTemplates/tosca/data.yml
openecomp-be/lib/openecomp-sdc-enrichment-lib/openecomp-sdc-enrichment-impl/src/test/resources/mock/toscaGlobalServiceTemplates/tosca/data.yml
openecomp-be/lib/openecomp-tosca-lib/src/test/resources/mock/globalServiceTemplates/data.yml

index 5ff50bf..aec4531 100644 (file)
@@ -40,6 +40,9 @@ scalar-unit.time:
 scalar-unit.frequency:
   derived_from: scalar-unit
 
+scalar-unit.bitrate:
+  derived_from: scalar-unit
+
 tosca.datatypes.Credential:
   derived_from: tosca.datatypes.Root
   properties:
index b879179..5a34ccb 100644 (file)
@@ -26,6 +26,8 @@ scalar-unit.time:
   derived_from: scalar-unit
 scalar-unit.frequency:
   derived_from: scalar-unit
+scalar-unit.bitrate:
+  derived_from: scalar-unit
 onap.datatypes.ToscaConceptIdentifier:
   derived_from: tosca.datatypes.Root
   properties:
index fa5e0e1..8d8b779 100644 (file)
@@ -40,6 +40,9 @@ scalar-unit.time:
 scalar-unit.frequency:
   derived_from: scalar-unit
 
+scalar-unit.bitrate:
+  derived_from: scalar-unit
+
 tosca.datatypes.nfv.L2AddressData:
   derived_from: tosca.datatypes.Root
   description: Describes the information on the MAC addresses to be assigned to a connection point.
index b879179..5a34ccb 100644 (file)
@@ -26,6 +26,8 @@ scalar-unit.time:
   derived_from: scalar-unit
 scalar-unit.frequency:
   derived_from: scalar-unit
+scalar-unit.bitrate:
+  derived_from: scalar-unit
 onap.datatypes.ToscaConceptIdentifier:
   derived_from: tosca.datatypes.Root
   properties:
index fa5e0e1..8d8b779 100644 (file)
@@ -40,6 +40,9 @@ scalar-unit.time:
 scalar-unit.frequency:
   derived_from: scalar-unit
 
+scalar-unit.bitrate:
+  derived_from: scalar-unit
+
 tosca.datatypes.nfv.L2AddressData:
   derived_from: tosca.datatypes.Root
   description: Describes the information on the MAC addresses to be assigned to a connection point.
index 4d6bd89..ae98ac0 100644 (file)
@@ -34,17 +34,19 @@ scalar-unit.time:
 scalar-unit.frequency:
   derived_from: scalar-unit
 
-  
-tosca.datatypes.Credential: 
+scalar-unit.bitrate:
+  derived_from: scalar-unit
+
+tosca.datatypes.Credential:
   derived_from: tosca.datatypes.Root
-  properties: 
-    protocol: 
+  properties:
+    protocol:
       type: string
       required: false
-    token_type: 
+    token_type:
       type: string
       default: password
-    token: 
+    token:
       type: string
     keys:
       type: map
index a799d0d..3d3d553 100644 (file)
@@ -62,6 +62,9 @@ data_types:
   scalar-unit.time:
     derived_from: tosca.datatypes.Root
 
+  scalar-unit.bitrate:
+    derived_from: tosca.datatypes.Root
+
   tosca.datatypes.network.NetworkInfo:
     derived_from: tosca.datatypes.Root
     description: The Network type is a complex TOSCA data type used to describe logical network information.
index c77b89c..b0e74d3 100644 (file)
@@ -62,6 +62,9 @@ data_types:
   scalar-unit.time:
     derived_from: tosca.datatypes.Root
 
+  scalar-unit.bitrate:
+    derived_from: tosca.datatypes.Root
+
   tosca.datatypes.network.NetworkInfo:
     derived_from: tosca.datatypes.Root
     description: The Network type is a complex TOSCA data type used to describe logical network information.
index 68e3363..36ea256 100644 (file)
@@ -32,6 +32,8 @@ data_types:
     derived_from: tosca.datatypes.Root
   scalar-unit.time:
     derived_from: tosca.datatypes.Root
+  scalar-unit.bitrate:
+    derived_from: tosca.datatypes.Root
   tosca.datatypes.network.NetworkInfo:
     derived_from: tosca.datatypes.Root
     description: The Network type is a complex TOSCA data type used to describe logical network information.
index 3197845..38aa6c8 100644 (file)
@@ -62,6 +62,9 @@ data_types:
   scalar-unit.time:
     derived_from: tosca.datatypes.Root
 
+  scalar-unit.bitrate:
+    derived_from: tosca.datatypes.Root
+
   tosca.datatypes.network.NetworkInfo:
     derived_from: tosca.datatypes.Root
     description: The Network type is a complex TOSCA data type used to describe logical network information.