Read files from resources to create HELM VFM
[sdc.git] / openecomp-be / dist / sdc-onboard-backend-docker / artifacts / chef-repo / cookbooks / sdc-onboard-backend / files / default / base_template.yaml
1
2
3 heat_template_version: 2013-05-23
4
5 description: Dummy base heat template
6
7 ##############
8 #            #
9 # PARAMETERS #
10 #            #
11 ##############
12
13 parameters:
14   vnf_name:
15     type: string
16     description: VNF_NAME
17   vnf_id:
18     type: string
19     label: VNF ID
20     description: The VNF ID is provided by ONAP
21   vf_module_id:
22     type: string
23     label: VF Module ID
24     description: The VF Module ID is provided by ONAP
25
26 #############
27 #           #
28 # RESOURCES #
29 #           #
30 #############
31
32 resources:
33   dummy:
34     type: OS::Heat::None
35     properties:
36       vnf_name:
37         get_param: vnf_name
38       vnf_id:
39         get_param: vnf_id
40       vf_module_id:
41         get_param: vf_module_id
42
43   #SDC won't allow too dummy resource as it has to find 'topology_template' TOSCA equivalent in heat templates
44   dummy_base:
45     type: OS::Nova::Server
46     properties:
47       name: test
48       image: test
49       flavor: test