push addional code
[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   cmaui_names:
19     type: comma_delimited_list
20     description: CMAUI1, CMAUI2 server names
21   cmaui_image:
22     type: string
23     description: Image for CMAUI server
24   cmaui_flavor:
25     type: string
26     description: Flavor for CMAUI server
27   cmaui_cinder_volume_size:
28      type: number
29      label: CMAUI Cinder volume size
30      description: the size of the CMAUI Cinder volume
31   availability_zone_0:
32     type: string
33     label: availabilityzone name
34     description: availabilityzone name
35   oam_net_name:
36     type: string
37     description: UID of OAM network
38   oam_network_netmask:
39     type: string
40     label: oam network netmask
41     description: oam network gateway
42   oam_network_gateway:
43     type: string
44     label: oam network gateway
45     description: oam network gateway
46   external_dns:
47     type: string
48     label: dns server
49     description: dns server
50   external_ntp:
51     type: string
52     label: ntp server
53     description: ntp server
54   security_group_name:
55     type: string
56     label: security group name
57     description: the name of security group
58   timezone:
59     type: string
60     label: timezone
61     description: timezone
62   cmaui_oam_ips:
63     type: comma_delimited_list
64     label: CMAUI oam_net IP addresses
65     description: CMAUI oam_net IP addresses
66   CMAUI_volume_type:
67     type: string
68     label: CMAUI vm volume type
69     description: the name of the target volume backend
70
71 resources:
72
73   stam_nested:
74     type: nested.yml
75     properties:
76       inner_cmaui_volume_a1: { get_param: inner_cmaui_volume_a1}
77       inner_cmaui_volume_b2: { get_param: inner_cmaui_volume_a2}