[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 / VMInterfaceToNettworkConnection / nestedArrayParam / inputfiles / main.yml
1 heat_template_version: 2013-05-23
2
3 description: >
4   Version 2.0 02-09-2016 (Authors: John Doe, user PROD)
5
6 parameters:
7   jsa_net_name:
8     type: string
9     description: network name of jsa log network
10   untrusted_vlan_networks:
11     type: comma_delimited_list
12
13 resources:
14   test_net:
15     type: OS::Neutron::Net
16     properties:
17       name: {get_param: jsa_net_name}
18       shared: True
19   test_net1:
20     type: OS::Neutron::Net
21     properties:
22       name: {get_param: jsa_net_name}
23       shared: True
24
25   test_nested:
26     type: nested.yml
27     properties:
28       p1: { get_param: untrusted_vlan_networks }
29       p2: { get_resource: test_net1}