Updating Global Types 03/31803/2
authorpriyanshu <pagarwal@amdocs.com>
Thu, 15 Feb 2018 08:56:54 +0000 (14:26 +0530)
committerAvi Gaffa <avi.gaffa@amdocs.com>
Thu, 15 Feb 2018 13:34:03 +0000 (13:34 +0000)
Issues in Global Types causing JTOSCA validation to fail

Change-Id: I20adb7eba614bf560093dfe01b16cdd78bf1d099
Issue-ID: SDC-1042
Signed-off-by: priyanshu <pagarwal@amdocs.com>
29 files changed:
common/openecomp-tosca-datatype/src/main/resources/globalTypes/onap/_index.yml
common/openecomp-tosca-datatype/src/main/resources/globalTypes/onap/capabilities.yml
common/openecomp-tosca-datatype/src/main/resources/globalTypes/onap/data.yml
common/openecomp-tosca-datatype/src/main/resources/globalTypes/onap/nodes.yml
common/openecomp-tosca-datatype/src/main/resources/globalTypes/onap/relationships.yml
common/openecomp-tosca-datatype/src/main/resources/globalTypes/openecomp-heat/_index.yml
common/openecomp-tosca-datatype/src/main/resources/globalTypes/openecomp-heat/data.yml
common/openecomp-tosca-datatype/src/main/resources/globalTypes/openecomp-heat/groups.yml
common/openecomp-tosca-datatype/src/main/resources/globalTypes/openecomp-heat/nodes.yml
common/openecomp-tosca-datatype/src/main/resources/globalTypes/openecomp-inventory/_index.yml
common/openecomp-tosca-datatype/src/main/resources/globalTypes/openecomp-inventory/capabilities.yml
common/openecomp-tosca-datatype/src/main/resources/globalTypes/openecomp-inventory/data.yml
common/openecomp-tosca-datatype/src/main/resources/globalTypes/openecomp-inventory/nodes.yml
common/openecomp-tosca-datatype/src/main/resources/globalTypes/openecomp-inventory/relationships.yml
common/openecomp-tosca-datatype/src/main/resources/globalTypes/openecomp/_index.yml
common/openecomp-tosca-datatype/src/main/resources/globalTypes/openecomp/capabilities.yml
common/openecomp-tosca-datatype/src/main/resources/globalTypes/openecomp/data.yml
common/openecomp-tosca-datatype/src/main/resources/globalTypes/openecomp/groups.yml
common/openecomp-tosca-datatype/src/main/resources/globalTypes/openecomp/nodes.yml
common/openecomp-tosca-datatype/src/main/resources/globalTypes/openecomp/relationships.yml
common/openecomp-tosca-datatype/src/main/resources/globalTypes/tosca/_index.yml
common/openecomp-tosca-datatype/src/main/resources/globalTypes/tosca/artifacts.yml
common/openecomp-tosca-datatype/src/main/resources/globalTypes/tosca/capabilities.yml
common/openecomp-tosca-datatype/src/main/resources/globalTypes/tosca/data.yml
common/openecomp-tosca-datatype/src/main/resources/globalTypes/tosca/groups.yml
common/openecomp-tosca-datatype/src/main/resources/globalTypes/tosca/interfaces.yml
common/openecomp-tosca-datatype/src/main/resources/globalTypes/tosca/nodes.yml
common/openecomp-tosca-datatype/src/main/resources/globalTypes/tosca/policies.yml
common/openecomp-tosca-datatype/src/main/resources/globalTypes/tosca/relationships.yml

index 2ddf499..145766b 100644 (file)
@@ -12,7 +12,7 @@
 # limitations under the License.
 #
 
-tosca_definitions_version: tosca_simple_onap_1_0
+tosca_definitions_version: tosca_simple_yaml_1_1
 
 metadata:
   filename: onap/_index.yml
index fdff979..3a7104f 100644 (file)
@@ -12,7 +12,7 @@
 # limitations under the License.
 #
 
-tosca_definitions_version: tosca_simple_onap_1_0
+tosca_definitions_version: tosca_simple_yaml_1_1
 
 metadata:
   filename: onap/capabilities.yml
index 6a8a9b8..de251c3 100644 (file)
@@ -12,7 +12,7 @@
 # limitations under the License.
 #
 
-tosca_definitions_version: tosca_simple_onap_1_0
+tosca_definitions_version: tosca_simple_yaml_1_1
 
 metadata:
   filename: onap/data.yml
index ab83bd3..643f731 100644 (file)
@@ -12,7 +12,7 @@
 # limitations under the License.
 #
 
-tosca_definitions_version: tosca_simple_onap_1_0
+tosca_definitions_version: tosca_simple_yaml_1_1
 
 metadata:
   filename: onap/nodes.yml
index 07667da..a8230c5 100644 (file)
@@ -12,7 +12,7 @@
 # limitations under the License.
 #
 
-tosca_definitions_version: tosca_simple_onap_1_0
+tosca_definitions_version: tosca_simple_yaml_1_1
 
 metadata:
   filename: onap/relationships.yml
index c1a8146..fa37f50 100644 (file)
@@ -12,7 +12,7 @@
 # limitations under the License.
 #
 
-tosca_definitions_version: tosca_simple_openecomp_1_0
+tosca_definitions_version: tosca_simple_yaml_1_1
 
 metadata:
   filename: openecomp-heat/_index.yml
@@ -26,5 +26,5 @@ imports:
     file: nodes.yml
 - groups:
     file: groups.yml
-  data:
+- data:
     file: data.yml
\ No newline at end of file
index c9dda19..bc1f5ef 100644 (file)
@@ -12,7 +12,7 @@
 # limitations under the License.
 #
 
-tosca_definitions_version: tosca_simple_openecomp_1_0
+tosca_definitions_version: tosca_simple_yaml_1_1
 
 metadata:
   filename: openecomp-heat/data.yml
@@ -633,7 +633,7 @@ data_types:
         - greater_or_equal: 0
       count:
         description: Count
-        type: string
+        type: integer
         status: SUPPORTED
         default: 1
         required: false
index 64cb598..ded2373 100644 (file)
@@ -12,7 +12,7 @@
 # limitations under the License.
 #
 
-tosca_definitions_version: tosca_simple_openecomp_1_0
+tosca_definitions_version: tosca_simple_yaml_1_1
 
 metadata:
   filename: openecomp-heat/groups.yml
index 6fceaac..5906243 100644 (file)
@@ -12,7 +12,7 @@
 # limitations under the License.
 #
 
-tosca_definitions_version: tosca_simple_openecomp_1_0
+tosca_definitions_version: tosca_simple_yaml_1_1
 
 metadata:
   filename: openecomp-heat/nodes.yml
index 29057f4..244a048 100644 (file)
@@ -12,7 +12,7 @@
 # limitations under the License.
 #
 
-tosca_definitions_version: tosca_simple_openecomp_1_0
+tosca_definitions_version: tosca_simple_yaml_1_1
 
 metadata:
   filename: openecomp-inventory/_index.yml
index bc245a9..4bbd133 100644 (file)
@@ -12,7 +12,7 @@
 # limitations under the License.
 #
 
-tosca_definitions_version: tosca_simple_openecomp_1_0
+tosca_definitions_version: tosca_simple_yaml_1_1
 
 metadata:
   filename: openecomp-inventory/data.yml
index ee94cc6..19db291 100644 (file)
@@ -12,7 +12,7 @@
 # limitations under the License.
 #
 
-tosca_definitions_version: tosca_simple_openecomp_1_0
+tosca_definitions_version: tosca_simple_yaml_1_1
 
 metadata:
   filename: openecomp-inventory/nodes.yml
index 8f6d419..02c4f76 100644 (file)
@@ -12,7 +12,7 @@
 # limitations under the License.
 #
 
-tosca_definitions_version: tosca_simple_openecomp_1_0
+tosca_definitions_version: tosca_simple_yaml_1_1
 
 metadata:
   filename: openecomp/_index.yml
index 18ea9bc..48425a7 100644 (file)
@@ -12,7 +12,7 @@
 # limitations under the License.
 #
 
-tosca_definitions_version: tosca_simple_openecomp_1_0
+tosca_definitions_version: tosca_simple_yaml_1_1
 
 metadata:
   filename: openecomp/capabilities.yml
index 526a801..47d424f 100644 (file)
@@ -12,7 +12,7 @@
 # limitations under the License.
 #
 
-tosca_definitions_version: tosca_simple_openecomp_1_0
+tosca_definitions_version: tosca_simple_yaml_1_1
 
 metadata:
   filename: openecomp/data.yml
@@ -383,7 +383,7 @@ data_types:
         - greater_or_equal: 0
       count:
         description: Count
-        type: string
+        type: integer
         status: SUPPORTED
         default: 1
         required: false
index 438dd07..0da8976 100644 (file)
@@ -12,7 +12,7 @@
 # limitations under the License.
 #
 
-tosca_definitions_version: tosca_simple_openecomp_1_0
+tosca_definitions_version: tosca_simple_yaml_1_1
 
 metadata:
   filename: openecomp/groups.yml
index e4fed62..58b06e4 100644 (file)
@@ -12,7 +12,7 @@
 # limitations under the License.
 #
 
-tosca_definitions_version: tosca_simple_openecomp_1_0
+tosca_definitions_version: tosca_simple_yaml_1_1
 
 metadata:
   filename: openecomp/nodes.yml
@@ -365,7 +365,6 @@ node_types:
         description: vfc naming
         type: org.openecomp.datatypes.Naming
         status: SUPPORTED
-        default: false
         required: false
       min_instances:
         description: Minimum number of VFC Instances
index 902b3bb..d15c56e 100644 (file)
@@ -12,7 +12,7 @@
 # limitations under the License.
 #
 
-tosca_definitions_version: tosca_simple_openecomp_1_0
+tosca_definitions_version: tosca_simple_yaml_1_1
 
 metadata:
   filename: openecomp/relationships.yml
index 50901ed..418744c 100644 (file)
@@ -12,7 +12,7 @@
 # limitations under the License.
 #
 
-tosca_definitions_version: tosca_simple_yaml_1_0
+tosca_definitions_version: tosca_simple_yaml_1_1
 
 metadata:
   filename: tosca/_index.yml
index bcb8280..a98c176 100644 (file)
@@ -12,7 +12,7 @@
 # limitations under the License.
 #
 
-tosca_definitions_version: tosca_simple_yaml_1_0
+tosca_definitions_version: tosca_simple_yaml_1_1
 
 metadata:
   filename: tosca/artifacts.yml
index d86e9e8..1b642cd 100644 (file)
@@ -12,7 +12,7 @@
 # limitations under the License.
 #
 
-tosca_definitions_version: tosca_simple_yaml_1_0
+tosca_definitions_version: tosca_simple_yaml_1_1
 
 metadata:
   filename: tosca/capabilities.yml
index c77b89c..a799d0d 100644 (file)
@@ -12,7 +12,7 @@
 # limitations under the License.
 #
 
-tosca_definitions_version: tosca_simple_yaml_1_0
+tosca_definitions_version: tosca_simple_yaml_1_1
 
 metadata:
   filename: tosca/data.yml
index 4c86523..0ddc151 100644 (file)
@@ -12,7 +12,7 @@
 # limitations under the License.
 #
 
-tosca_definitions_version: tosca_simple_yaml_1_0
+tosca_definitions_version: tosca_simple_yaml_1_1
 
 metadata:
   filename: tosca/groups.yml
index c90210f..32a6d43 100644 (file)
@@ -12,7 +12,7 @@
 # limitations under the License.
 #
 
-tosca_definitions_version: tosca_simple_yaml_1_0
+tosca_definitions_version: tosca_simple_yaml_1_1
 
 metadata:
   filename: tosca/interfaces.yml
index 336a473..af68802 100644 (file)
@@ -12,7 +12,7 @@
 # limitations under the License.
 #
 
-tosca_definitions_version: tosca_simple_yaml_1_0
+tosca_definitions_version: tosca_simple_yaml_1_1
 
 metadata:
   filename: tosca/nodes.yml
index d40a524..da9c14a 100644 (file)
@@ -12,7 +12,7 @@
 # limitations under the License.
 #
 
-tosca_definitions_version: tosca_simple_yaml_1_0
+tosca_definitions_version: tosca_simple_yaml_1_1
 
 metadata:
   filename: tosca/policies.yml
index 8a287d0..233b59b 100644 (file)
@@ -12,7 +12,7 @@
 # limitations under the License.
 #
 
-tosca_definitions_version: tosca_simple_yaml_1_0
+tosca_definitions_version: tosca_simple_yaml_1_1
 
 metadata:
   filename: tosca/relationships.yml