blob: 100883e39959e18c30e6a9174006601f70459ee5 [file] [log] [blame]
Michael Lando451a3402017-02-19 10:28:42 +02001tosca_definitions_version: tosca_simple_yaml_1_0_0
2
3node_types:
4
5 org.openecomp.resource.vf.vFW:
6 derived_from: tosca.nodes.Root
7 properties:
8 att-part-number:
9 type: string
10 vendor-name:
11 type: string
12 vendor-part-number:
13 type: string
14 vendor-model:
15 type: string
16 vendor-model-description:
17 type: string
18 vcpu-default:
19 type: integer
20 vcpu-min:
21 type: integer
22 vcpu-max:
23 type: integer
24 vmemory-default:
25 type: integer
26 vmemory-units:
27 type: string
28 default: "GB"
29 vmemory-min:
30 type: integer
31 vmemory-max:
32 type: integer
33 vdisk-default:
34 type: integer
35 vdisk-units:
36 type: string
37 default: "GB"
38 vdisk-min:
39 type: integer
40 vdisk-max:
41 type: integer
42 vnf-type:
43 type: string
44 software-version:
45 type: version
46 software-version-state:
47 type: integer
48 software-file-name:
49 type: string
50 vnf-feature:
51 type: string
52 requirements:
53 - host:
54 capability: tosca.capabilities.Container
55 relationship: tosca.relationships.HostedOn
56 capabilities:
57 binding:
58 type: tosca.capabilities.network.Bindable