blob: ec26637462590948005b3155890a762459fd4855 [file] [log] [blame]
Lianhao Lude0e18b2018-11-07 16:39:31 +08001tosca_definitions_version: tosca_simple_yaml_1_1
2metadata:
3 invariantUUID: 05cfefb0-25e0-4aa6-a5c3-bb96a34372a0
4 UUID: 1da2c936-84df-4a98-a6aa-a53847cbebc9
5 name: VDU Cp
6 description: VDU Cp
7 type: CP
8 category: Generic
9 subcategory: Network Elements
10 resourceVendor: ATT (Tosca)
11 resourceVendorRelease: 1.0.0.wd03
12 resourceVendorModelNumber: ''
13imports:
14- nodes:
15 file: nodes.yml
16- datatypes:
17 file: data.yml
18- capabilities:
19 file: capabilities.yml
20- relationships:
21 file: relationships.yml
22- groups:
23 file: groups.yml
24- policies:
25 file: policies.yml
26- annotations:
27 file: annotations.yml
28node_types:
29 tosca.nodes.nfv.VduCp:
30 derived_from: tosca.nodes.nfv.Cp
31 description: VDU Cp
32 properties:
33 vnic_name:
34 type: string
35 virtual_network_interface_requirements:
36 type: list
37 entry_schema:
38 type: tosca.datatypes.nfv.VirtualNetworkInterfaceRequirements
39 bitrate_requirement:
40 type: integer
41 vnic_order:
42 type: integer
43 vnic_type:
44 type: string
45 requirements:
46 - virtual_link:
47 occurrences:
48 - 1
49 - UNBOUNDED
50 capability: tosca.capabilities.nfv.VirtualLinkable
51 node: tosca.nodes.nfv.VnfVirtualLink
52 relationship: tosca.relationships.nfv.VirtualLinksTo
53 - virtual_binding:
54 occurrences:
55 - 1
56 - UNBOUNDED
57 capability: tosca.capabilities.nfv.VirtualBindable
58 node: tosca.nodes.nfv.Vdu.Compute
59 relationship: tosca.relationships.nfv.VirtualBindsTo