push addional code
[sdc.git] / openecomp-be / lib / openecomp-sdc-validation-lib / openecomp-sdc-validation-impl / src / test / resources / openecomp / org / validation / validators / heat_validator / default_value_align_with_type / negative_test / input / hot-nimbus-pps_v1.0.yaml
1 heat_template_version: 2013-05-23
2
3 description: heat template that creates PCRF Policy Server stack
4
5 parameters:
6   pcrf_pps_server_names:
7     type: comma_delimited_list
8     label: PCRF PS server names
9     description: PCRF PS server names
10   pcrf_pps_image_name_1:
11     type: number
12     default: True
13     label: PCRF PS image name
14     description: PCRF PS image name
15   pcrf_pps_image_name_2:
16     type:
17     default: True
18     label: PCRF PS image name
19     description: PCRF PS image name
20   pcrf_pps_image_name_3:
21     type: number
22     default:
23     label: PCRF PS image name
24     description: PCRF PS image name
25   pcrf_pps_flavor_name:
26     type: string
27     label: PCRF PS flavor name
28     description: flavor name of PCRF PS instance
29   availabilityzone_name:
30     type: string
31     label: availabilityzone name
32     description: availabilityzone name
33   pcrf_cps_net_name:
34     type: string
35     label: CPS network name
36     description: CPS network name
37   pcrf_cps_net_ips:
38     type: comma_delimited_list
39     label: CPS network ips
40     description: CPS network ips
41   pcrf_cps_net_mask:
42     type: string
43     label: CPS network mask
44     description: CPS network mask
45   pcrf_security_group_name:
46     type: string
47     label: security group name
48     description: the name of security group
49   pcrf_vnf_id:
50     type: string
51     label: PCRF VNF Id
52     description: PCRF VNF Id
53
54 resources:
55   server_pcrf_pps_001:
56     type: OS::Heat::CloudConfig
57     properties:
58       pcrf_pps_server_name: { get_param: [pcrf_pps_server_names, 0] }
59
60