5dedb78a45a5a0290ad13a5045ad649010ed5020
[sdc.git] /
1 tosca_definitions_version: tosca_simple_yaml_1_2
2 description: ETSI NFV SOL 001 Root node type definitions version 2.5.1
3
4 node_types:
5   tosca.nodes.Root:
6     description: The TOSCA Node Type all other TOSCA base Node Types derive from
7     attributes:
8       tosca_id:
9         type: string
10       tosca_name:
11         type: string
12       state:
13         type: string
14     capabilities:
15       feature:
16         type: tosca.capabilities.Node
17     requirements:
18       - dependency:
19           capability: tosca.capabilities.Node
20           node: tosca.nodes.Root
21           relationship: tosca.relationships.DependsOn
22           occurrences: [ 0, UNBOUNDED ]
23     interfaces:
24       Standard:
25         type: tosca.interfaces.node.lifecycle.Standard