[VVP] udpating scripts for casablanca 2
[vvp/validation-scripts.git] / ice_validator / tests / fixtures / test_nested_parameters / fail / heat_template.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
+description: base
 
 parameters:
     vm_type_volume_name_0:
@@ -50,13 +53,13 @@ resources:
     server_0:
         type: nested_template_1.yaml
         properties:
-            name: {get_param: server_name_0}
+            name: { get_param: server_name_0 }
     my_resource_group_1:
-        type: OS::Nova::Server
+        type: OS::Heat::ResourceGroup
         properties:
             count: 5
-            resource_def: { type: nested_template_2.yaml }
+            resource_def: { type: nested_template_bad.yaml }
 
 outputs:
     vm_type_volume_id_0:
-        value: {get_resource: vm_type_volume_0}
\ No newline at end of file
+        value: {get_resource: vm_type_volume_0}