blob: 45fc3065082cb8252985d8dd2f8a13d5c0912efb [file] [log] [blame]
Lianhao Lude0e18b2018-11-07 16:39:31 +08001tosca_definitions_version: tosca_simple_yaml_1_1
2imports:
3- nodes:
4 file: nodes.yml
5- datatypes:
6 file: data.yml
7- capabilities:
8 file: capabilities.yml
9- relationships:
10 file: relationships.yml
11- groups:
12 file: groups.yml
13- policies:
14 file: policies.yml
15- annotations:
16 file: annotations.yml
17node_types:
18 org.openecomp.service.Testns8:
19 derived_from: org.openecomp.resource.abstract.nodes.service
20 capabilities:
21 vgw11810490.virtualstorage_root_all.virtual_storage:
22 type: tosca.capabilities.nfv.VirtualStorage
23 occurrences:
24 - 1
25 - UNBOUNDED
26 valid_source_types: [
27 ]
28 vgw11810490.llu_vnf.feature:
29 type: tosca.capabilities.Node
30 occurrences:
31 - 1
32 - UNBOUNDED
33 valid_source_types: [
34 ]
35 vgw11810490.vdu_vgw_0.monitoring_parameter:
36 type: tosca.capabilities.nfv.Metric
37 occurrences:
38 - 0
39 - UNBOUNDED
40 valid_source_types: [
41 ]
42 vgw11810490.vl_mux_gw_private_net.monitoring_parameter:
43 type: tosca.capabilities.nfv.Metric
44 occurrences:
45 - 0
46 - UNBOUNDED
47 valid_source_types: [
48 ]
49 vgw11810490.cp_vgw_mux_gw_private_net.feature:
50 type: tosca.capabilities.Node
51 occurrences:
52 - 1
53 - UNBOUNDED
54 valid_source_types: [
55 ]
56 vgw11810490.vl_mux_gw_private_net.feature:
57 type: tosca.capabilities.Node
58 occurrences:
59 - 1
60 - UNBOUNDED
61 valid_source_types: [
62 ]
63 vgw11810490.vdu_vgw_0.feature:
64 type: tosca.capabilities.Node
65 occurrences:
66 - 1
67 - UNBOUNDED
68 valid_source_types: [
69 ]
70 vgw11810490.vl_mux_gw_private_net.virtual_linkable:
71 type: tosca.capabilities.nfv.VirtualLinkable
72 occurrences:
73 - 1
74 - UNBOUNDED
75 valid_source_types: [
76 ]
77 vgw11810490.vdu_vgw_0.virtual_binding:
78 type: tosca.capabilities.nfv.VirtualBindable
79 occurrences:
80 - 1
81 - UNBOUNDED
82 valid_source_types: [
83 ]
84 vgw11810490.virtualstorage_root_all.feature:
85 type: tosca.capabilities.Node
86 occurrences:
87 - 1
88 - UNBOUNDED
89 valid_source_types: [
90 ]
91 vgw11810490.vdu_vgw_0.virtual_compute:
92 type: tosca.capabilities.nfv.VirtualCompute
93 occurrences:
94 - 1
95 - UNBOUNDED
96 valid_source_types: [
97 ]
98 properties:
99 virtual_memory:
100 type: tosca.datatypes.nfv.VirtualMemory
101 required: true
102 requested_additional_capabilities:
103 type: map
104 required: false
105 entry_schema:
106 type: tosca.datatypes.nfv.RequestedAdditionalCapability
107 logical_node:
108 type: tosca.datatypes.nfv.LogicalNodeData
109 required: false
110 virtual_cpu:
111 type: tosca.datatypes.nfv.VirtualCpu
112 required: true
113 requirements:
114 - vgw11810490.llu_vnf.dependency:
115 occurrences:
116 - 0
117 - UNBOUNDED
118 capability: tosca.capabilities.Node
119 node: tosca.nodes.Root
120 relationship: tosca.relationships.DependsOn
121 - vgw11810490.vl_mux_gw_private_net.dependency:
122 occurrences:
123 - 0
124 - UNBOUNDED
125 capability: tosca.capabilities.Node
126 node: tosca.nodes.Root
127 relationship: tosca.relationships.DependsOn
128 - vgw11810490.cp_vgw_mux_gw_private_net.dependency:
129 occurrences:
130 - 0
131 - UNBOUNDED
132 capability: tosca.capabilities.Node
133 node: tosca.nodes.Root
134 relationship: tosca.relationships.DependsOn
135 - vgw11810490.virtualstorage_root_all.dependency:
136 occurrences:
137 - 0
138 - UNBOUNDED
139 capability: tosca.capabilities.Node
140 node: tosca.nodes.Root
141 relationship: tosca.relationships.DependsOn
142 - vgw11810490.vdu_vgw_0.dependency:
143 occurrences:
144 - 0
145 - UNBOUNDED
146 capability: tosca.capabilities.Node
147 node: tosca.nodes.Root
148 relationship: tosca.relationships.DependsOn
149 - vgw11810490.vdu_vgw_0.virtual_storage:
150 occurrences:
151 - 1
152 - UNBOUNDED
153 capability: tosca.capabilities.nfv.VirtualStorage
154 node: tosca.nodes.nfv.VDU.VirtualStorage
155 relationship: tosca.relationships.nfv.Vdu.AttachedTo
156 - vgw11810490.llu_vnf.virtual_link:
157 occurrences:
158 - 0
159 - UNBOUNDED
160 capability: tosca.capabilities.nfv.VirtualLinkable
161 node: tosca.nodes.nfv.VnfVirtualLink
162 relationship: tosca.relationships.nfv.VirtualLinksTo
163 - vgw11810490.cp_vgw_mux_gw_private_net.virtual_link:
164 occurrences:
165 - 1
166 - UNBOUNDED
167 capability: tosca.capabilities.nfv.VirtualLinkable
168 node: tosca.nodes.nfv.VnfVirtualLink
169 relationship: tosca.relationships.nfv.VirtualLinksTo
170 - vgw11810490.cp_vgw_mux_gw_private_net.virtual_binding:
171 occurrences:
172 - 1
173 - UNBOUNDED
174 capability: tosca.capabilities.nfv.VirtualBindable
175 node: tosca.nodes.nfv.Vdu.Compute
176 relationship: tosca.relationships.nfv.VirtualBindsTo