[sdc] docker file fix for cassandra
[sdc.git] / openecomp-be / lib / openecomp-sdc-validation-lib / openecomp-sdc-validation-impl / src / test / resources / openecomp / org / validation / validators / heat_validator / invalid_heat_format / negative_test / input / hot-nimbus-psm_v1.0.yaml
1 heat_template_version: 2013-05-23
2
3 description: heat template that creates PCRF Session Manager stack
4
5 parameters:
6   num_instances:
7     type: comma_delimited_list
8     label: PCRF SM server names
9     description: name of the PCRF SM instance
10   pcrf_psm_server_names:
11     type: comma_delimited_list
12     label: PCRF SM server names
13     description: name of the PCRF SM instance
14   pcrf_psm_image_name:
15     type: string
16
17   pcrf_pps_image_name:
18     type: string
19   pcrf_pps_flavor_name:
20     type: string
21   availability_zone_0:
22     type: string
23 resources:
24   resource_with_resources_group_1:
25     kuku: kuku
26     type: OS::Heat::ResourceGroup
27     properties:
28       count: { get_param: num_instances }
29       resource_def:
30         type: {get_param: pcrf_vnf_id}
31         properties:
32           pcrf_psm_server_name: { get_param: pcrf_pps_server_names }
33           pcrf_psm_image_name:  { get_param: pcrf_pps_image_name }
34
35
36
37
38   resource_with_resources_group_2:
39     blabla: blabla
40     type: OS::Heat::ResourceGroup
41     properties:
42       count: { get_param: num_instances }
43       resource_def:
44         type: OS::Nova::Server
45         properties:
46           cloud_zone_id: { get_param: pcrf_pps_server_names }
47           vf_name:  { get_param: pcrf_pps_image_name }
48
49
50
51
52