[SDC-29] Amdocs OnBoard 1707 initial commit.
[sdc.git] / openecomp-be / lib / openecomp-sdc-translator-lib / openecomp-sdc-translator-core / src / test / resources / mock / services / heattotosca / novatovolumeconnection / innernestedconnection / inputfiles / main.yml
1 heat_template_version: 2013-05-23
2
3 description: cmaui server template for vMMSC
4
5 parameters:
6   vnf_id:
7     type: string
8     description: Unique ID for this VNF instance
9     default: This_is_ths_MMSC-CMAUI_id
10   inner_cmaui_volume_a1:
11     type: string
12     description: Unique ID for this VNF instance
13     default: This_is_ths_MMSC-CMAUI_id
14   inner_cmaui_volume_a2:
15     type: string
16     description: Unique ID for this VNF instance
17     default: This_is_ths_MMSC-CMAUI_id
18   inner_cmaui_volume_b3:
19     type: comma_delimited_list
20   cmaui_names:
21     type: comma_delimited_list
22     description: CMAUI1, CMAUI2 server names
23   cmaui_image:
24     type: string
25     description: Image for CMAUI server
26   cmaui_flavor:
27     type: string
28     description: Flavor for CMAUI server
29   cmaui_cinder_volume_size:
30      type: number
31      label: CMAUI Cinder volume size
32      description: the size of the CMAUI Cinder volume
33   availability_zone_0:
34     type: string
35     label: availabilityzone name
36     description: availabilityzone name
37   oam_net_name:
38     type: string
39     description: UID of OAM network
40   oam_network_netmask:
41     type: string
42     label: oam network netmask
43     description: oam network gateway
44   oam_network_gateway:
45     type: string
46     label: oam network gateway
47     description: oam network gateway
48   external_dns:
49     type: string
50     label: dns server
51     description: dns server
52   external_ntp:
53     type: string
54     label: ntp server
55     description: ntp server
56   security_group_name:
57     type: string
58     label: security group name
59     description: the name of security group
60   timezone:
61     type: string
62     label: timezone
63     description: timezone
64   cmaui_oam_ips:
65     type: comma_delimited_list
66     label: CMAUI oam_net IP addresses
67     description: CMAUI oam_net IP addresses
68   CMAUI_volume_type:
69     type: string
70     label: CMAUI vm volume type
71     description: the name of the target volume backend
72
73 resources:
74
75   stam_nested:
76     type: nested.yml
77     properties:
78       inner_cmaui_volume_a1: { get_param: inner_cmaui_volume_a1}
79       inner_cmaui_volume_b2: { get_param: inner_cmaui_volume_a2}
80       inner_cmaui_volume_b3: { get_param: [inner_cmaui_volume_b3,0]}