[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 / sharedAddOn / 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
18   test_net1:
19     type: OS::Neutron::Net
20     properties:
21       name: {get_param: jsa_net_name}
22       shared: True
23
24 outputs:
25     shared_network_id:
26       value: {get_resource: test_net}
27     shared_network_id1:
28       value: {get_resource: test_net1}