[VVP] updating validation scripts in dublin
[vvp/validation-scripts.git] / ice_validator / tests / fixtures / test_nesting_level / fail / bad-level1.yaml
@@ -1,5 +1,5 @@
 # -*- coding: utf8 -*-
-# ============LICENSE_START=======================================================
+# ============LICENSE_START====================================================
 # org.onap.vvp/validation-scripts
 # ===================================================================
 # Copyright © 2017 AT&T Intellectual Property. All rights reserved.
 #
 # ECOMP is a trademark and service mark of AT&T Intellectual Property.
 #
+# VERSION: '1.0.0'
 ---
+nested_template_description: base
+
+parameters:
+    vm_type_volume_name_0:
+        type: string
+    vm_type_volume_size_0:
+        type: number
+
 resources:
-    vm_type_volume_id_0:
-        type: OS::Cinder::Volume
+    server_0:
+        type: bad-level2.yaml
         properties:
-            size: { get_param: vm_type_volume_size_0 }
-
-    vm_type_volume_id_1:
-        type: OS::Cinder::Volume
+            name: {get_param: server_name_0}
+    my_resource_group_1:
+        type: OS::Nova::Server
         properties:
-            size: { get_param: vm_type_volume_size_0 }
+            count: 5
+            resource_def: { type: bad-level3.yaml }
 
 outputs:
-
     vm_type_volume_id_0:
-        value: { get_param: vm_type_volume_id_0 }
-    
-    vm_type_volume_id_1:
-        value: { get_resource: vm_type_volume_id_1 }
-    
-    vm_type_volume_ids_0:
-        value: { get_attr: [vm_type_volume_0_RSG, refs] }
\ No newline at end of file
+        value: {get_resource: vm_type_volume_0}