1a5c61efbeaf5a58f61a9ea262482f5edbdb1dcd
[sdc.git] /
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 - onap_index:
16     file: onap/_index.yml
17 - GlobalSubstitutionTypes:
18     file: GlobalSubstitutionTypesServiceTemplate.yaml
19 topology_template:
20   node_templates:
21     SCU:
22       type: tosca.nodes.nfv.VDU.Compute
23       properties:
24         configurable_properties:
25           test:
26             additional_vnfc_configurable_properties:
27               aaa: '1'
28         name: SCU
29         descrption: the virtual machine of SCU
30       attributes:
31         tosca_name: SCU
32       requirements:
33       - virtual_storage:
34           capability: virtual_storage
35           node: SCU_Storage
36       capabilities:
37       - virtual_compute:
38           properties:
39             virtual_memory:
40               virtual_mem_size: 24G
41             requested_additional_capabilities: {
42               }
43             virtual_cpu:
44               num_virtual_cpu: 2