import tosca bug
[sdc.git] / openecomp-be / lib / openecomp-tosca-converter-lib / openecomp-tosca-converter-core / src / test / resources / mock / toscaConverter / conversionWithInt / out / MainServiceTemplate.yaml
1 tosca_definitions_version: tosca_simple_yaml_1_0
2 metadata:
3   vnfdVersion: v1.0
4   template_name: Main
5   vendor: Huawei
6   csarVersion: v1.0
7   vnfmType: hwvnfm
8   csarProvider: Huawei
9   id: vSBC_vP-CSCF
10   version: v1.0
11   csarType: NFAR
12 imports:
13 - openecomp_heat_index:
14     file: openecomp-heat/_index.yml
15 - GlobalSubstitutionTypes:
16     file: GlobalSubstitutionTypesServiceTemplate.yaml
17 topology_template:
18   node_templates:
19     SCU:
20       type: tosca.nodes.nfv.VDU.Compute
21       properties:
22         configurable_properties:
23           test:
24             additional_vnfc_configurable_properties:
25               aaa: '1'
26         name: SCU
27         descrption: the virtual machine of SCU
28       attributes:
29         tosca_name: SCU
30       requirements:
31       - virtual_storage:
32           capability: virtual_storage
33           node: SCU_Storage
34       capabilities:
35       - virtual_compute:
36           properties:
37             virtual_memory:
38               virtual_mem_size: 24G
39             requested_additional_capabilities: {
40               }
41             virtual_cpu:
42               num_virtual_cpu: 2