[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 / VlanToNetConnection / nested / 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
11 resources:
12   test_net:
13     type: OS::Neutron::Net
14     properties:
15       name: {get_param: jsa_net_name}
16       shared: True
17   test_net1:
18     type: OS::Neutron::Net
19     properties:
20       name: {get_param: jsa_net_name}
21       shared: True
22
23   test_nested:
24     type: nested.yml
25     properties:
26       p1: { get_resource: test_net}
27       p2: { get_resource: test_net1}