[SDC-29] Amdocs OnBoard 1707 initial commit.
[sdc.git] / openecomp-be / lib / openecomp-sdc-validation-lib / openecomp-sdc-validation-impl / src / test / resources / org / openecomp / validation / validators / heat_validator / get_attr_from_nested / 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   pcrf_psm_server_names:
7     type: comma_delimited_list
8     label: PCRF SM server names
9     description: name of the PCRF SM instance
10   pcrf_psm_image_name:
11     type: string
12     label: PCRF SM image name
13     description: PCRF SM image name
14   pcrf_psm_flavor_name:
15     type: string
16     label: PCRF SM flavor name
17     description: flavor name of PCRF SM instance 
18   availabilityzone_name:
19     type: string
20     label: availabilityzone name
21     description: availabilityzone name
22   pcrf_cps_net_name:
23     type: string
24     label: CPS network name
25     description: CPS network name
26   pcrf_cps_net_ips:
27     type: comma_delimited_list
28     label: CPS network ips
29     description: CPS network ips
30   pcrf_cps_net_mask:
31     type: string
32     label: CPS network mask
33     description: CPS network mask
34   pcrf_security_group_name:
35     type: string
36     label: security group name
37     description: the name of security group
38   pcrf_vnf_id:
39     type: string
40     label: PCRF VNF Id
41     description: PCRF VNF Id
42
43 resources:
44   server_pcrf_psm_001:
45     type: nested-psm_v1.0.yaml
46     properties:
47       pcrf_psm_server_name: { get_param: [pcrf_psm_server_names, 0] }
48       pcrf_psm_image_name: { get_param: pcrf_psm_image_name }
49       pcrf_psm_flavor_name: { get_param: pcrf_psm_flavor_name }
50       availabilityzone_name: { get_param: availabilityzone_name }
51       pcrf_security_group_name: { get_param: pcrf_security_group_name }
52       pcrf_cps_net_name: { get_param: pcrf_cps_net_name }
53       pcrf_cps_net_ip: { get_param: [pcrf_cps_net_ips, 0] }
54       pcrf_cps_net_mask: { get_param: pcrf_cps_net_mask }
55       pcrf_vnf_id: {get_param: pcrf_vnf_id}
56
57
58
59 outputs:
60   server_pcrf_psm_001_output:
61     description: the pcrf_server
62     value: { get_attr: [ server_pcrf_psm_001, nested_output ] }
63
64
65   server_pcrf_psm_002_output:
66     description: the pcrf_server
67     value: { get_attr:   }
68
69   server_pcrf_psm_003_output:
70     description: the pcrf_server
71     value: { get_attr: []}
72