ROBOT e2e test cases improvements for csar/zip tosca package validation in VNFSDK...
[demo.git] / heat / vFW_CNF_CDS / templates / base / vfw.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 vFirewall
29
30 ##############
31 #            #
32 # PARAMETERS #
33 #            #
34 ##############
35
36 parameters:
37   vnf_id:
38     type: string
39     label: VNF ID
40     description: The VNF ID is provided by ONAP
41   vnf_name:
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 #           #
53 # RESOURCES #
54 #           #
55 #############
56
57 resources:
58   dummy:
59     type: OS::Heat::None
60     properties:
61       vnf_id:
62         get_param: vnf_id
63       vnf_name:
64         get_param: vnf_name
65       vf_module_id:
66         get_param: vf_module_id