aboutsummaryrefslogtreecommitdiffstats
path: root/ice_validator/tests/fixtures/test_nested_parameters/fail/heat_template.yaml
diff options
context:
space:
mode:
authorstark, steven <steven.stark@att.com>2018-12-17 12:43:02 -0800
committerstark, steven <steven.stark@att.com>2018-12-17 13:04:00 -0800
commit1f4df7c7ad27b23773ad9cdbe4db1632ce388cf1 (patch)
tree8092104f8be23051ff81c9f71ee34116df4d33ba /ice_validator/tests/fixtures/test_nested_parameters/fail/heat_template.yaml
parentca9085f0f77d442d3741a8c754e65cc45b6a318d (diff)
[VVP] updating validation scripts in dublin
- adding backlog of new validation scripts for dublin - updating existing tests - removing outdated tests Issue-ID: VVP-123 Change-Id: Ib8260889ac957c1dd28d8ede450fc8edc6fb0ec0 Signed-off-by: stark, steven <steven.stark@att.com>
Diffstat (limited to 'ice_validator/tests/fixtures/test_nested_parameters/fail/heat_template.yaml')
-rw-r--r--ice_validator/tests/fixtures/test_nested_parameters/fail/heat_template.yaml25
1 files changed, 25 insertions, 0 deletions
diff --git a/ice_validator/tests/fixtures/test_nested_parameters/fail/heat_template.yaml b/ice_validator/tests/fixtures/test_nested_parameters/fail/heat_template.yaml
index a6a8a0e..3785474 100644
--- a/ice_validator/tests/fixtures/test_nested_parameters/fail/heat_template.yaml
+++ b/ice_validator/tests/fixtures/test_nested_parameters/fail/heat_template.yaml
@@ -48,12 +48,37 @@ parameters:
type: string
vm_type_volume_size_0:
type: number
+ vm_role:
+ type: string
+ vnf_id:
+ type: string
+ vf_module_id:
+ type: string
+ vnf_name:
+ type: string
+ vf_module_name:
+ type: string
+ vf_module_index:
+ type: string
+ environment_context:
+ type: string
+ workload_context:
+ type: string
resources:
server_0:
type: nested_template_1.yaml
properties:
name: { get_param: server_name_0 }
+ vm_1role: { get_param: vm_role }
+ vnf_1id: { get_param: vnf_id }
+ vf_module_1id: { get_param: vf_module_id }
+ vnf_1name: { get_param: vnf_name }
+ vf_module_1name: { get_param: vf_module_name }
+ vf_module_1index: { get_param: vf_module_index }
+ environment_cont1ext: { get_param: environment_context }
+ workload_cont1ext: { get_param: workload_context }
+
my_resource_group_1:
type: OS::Heat::ResourceGroup
properties: