X-Git-Url: https://gerrit.onap.org/r/gitweb?p=vvp%2Fvalidation-scripts.git;a=blobdiff_plain;f=ice_validator%2Ftests%2Ffixtures%2Ftest_nested_parameters%2Fpass%2Fheat_template.yaml;fp=ice_validator%2Ftests%2Ffixtures%2Ftest_nested_templates%2Fpass%2Fvalid_nested_heat_template.yaml;h=bb9585b08333d2ce9c1cde1f6f6e1a9a9801a1e1;hp=74b795f72cae0962733cb163e9ab95ffb07d055c;hb=60d5ad7d00eadd6395eca186e6fa76a43df3c6cf;hpb=31d5da59b39d38760cc519a2c5e5b70357b539e8 diff --git a/ice_validator/tests/fixtures/test_nested_templates/pass/valid_nested_heat_template.yaml b/ice_validator/tests/fixtures/test_nested_parameters/pass/heat_template.yaml similarity index 86% rename from ice_validator/tests/fixtures/test_nested_templates/pass/valid_nested_heat_template.yaml rename to ice_validator/tests/fixtures/test_nested_parameters/pass/heat_template.yaml index 74b795f..bb9585b 100644 --- a/ice_validator/tests/fixtures/test_nested_templates/pass/valid_nested_heat_template.yaml +++ b/ice_validator/tests/fixtures/test_nested_parameters/pass/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. @@ -37,7 +37,18 @@ # # ECOMP is a trademark and service mark of AT&T Intellectual Property. # + +# VERSION = '1.0.0' + --- +description: base + +parameters: + vm_type_volume_name_0: + type: string + vm_type_volume_size_0: + type: number + resources: server_0: type: nested_template_1.yaml @@ -47,4 +58,8 @@ resources: type: OS::Heat::ResourceGroup properties: count: 5 - resource_def: { type: nested_template_2.yaml } \ No newline at end of file + resource_def: { type: nested_template_good.yaml } + +outputs: + vm_type_volume_id_0: + value: {get_resource: vm_type_volume_0}