[sdc] docker file fix for cassandra
[sdc.git] / openecomp-be / lib / openecomp-sdc-translator-lib / openecomp-sdc-translator-core / src / test / resources / mock / services / heattotosca / porttonetconnection / 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 outputs:
19     shared_network_id:
20       value: {get_resource: test_net}