push addional code
[sdc.git] / openecomp-be / backend / openecomp-sdc-vendor-software-product-manager / src / test / resources / emptyComposition / ep-jsa_net.yaml
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       snapshot02:
8         type: string
9         description: prop
10       network_name:
11         type: string
12         description: prop
13
14 resources:
15
16   pcrf_server_init:
17     type: OS::Heat::MultipartMime
18     properties:
19       parts:
20       - config: { get_param: network_name}
21       - config: { get_param: snapshot02}