1fdabc829bf9d4326109ffe4c1bb06ec6436b8e7
[demo.git] / heat / vFW_CNF_CDS / templates / base / vpkg.yaml
1 ##########################################################################
2 #
3 #==================LICENSE_START==========================================
4 #
5 #
6 # Copyright © 2020 Samsung Electronics
7 # Copyright (c) 2018 AT&T Intellectual Property. All rights reserved.
8 #
9 # Licensed under the Apache License, Version 2.0 (the "License");
10 # you may not use this file except in compliance with the License.
11 # You may obtain a copy of the License at
12 #        http://www.apache.org/licenses/LICENSE-2.0
13 #
14 # Unless required by applicable law or agreed to in writing, software
15 # distributed under the License is distributed on an "AS IS" BASIS,
16 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17 # See the License for the specific language governing permissions and
18 # limitations under the License.
19 #
20 #==================LICENSE_END============================================
21 #
22 # ECOMP is a trademark and service mark of AT&T Intellectual Property.
23 #
24 ##########################################################################
25
26 heat_template_version: 2013-05-23
27
28 description: Dummy heat template for vPacketgen
29
30 ##############
31 #            #
32 # PARAMETERS #
33 #            #
34 ##############
35
36 parameters:
37   vnf_name:
38     type: string
39     label: VNF NAME
40     description: The VNF NAME is provided by ONAP
41   vnf_id:
42     type: string
43     label: VNF ID
44     description: The VNF ID is provided by ONAP
45   vf_module_id:
46     type: string
47     label: VF Module ID
48     description: The VF Module ID is provided by ONAP
49
50 #############
51 #           #
52 # RESOURCES #
53 #           #
54 #############
55
56 resources:
57   dummy:
58     type: OS::Heat::None
59     properties:
60       vnf_name:
61         get_param: vnf_name
62       vnf_id:
63         get_param: vnf_id
64       vf_module_id:
65         get_param: vf_module_id