[SDC] update configuration template in chef os
[sdc.git] / catalog-fe / src / test / resources / CI / originalResources / normative-types-softwareComponent.yml
1 tosca_definitions_version: tosca_simple_yaml_1_0_0_wd03
2
3 template_name: tosca-normative-types-softwareComponent
4 template_author: TOSCA TC
5 template_version: 1.0.0.wd03-SNAPSHOT
6
7 description: Contains the normative types definition.
8 imports:
9   - "tosca-normative-types-root:1.0.0.wd03-SNAPSHOT"
10   - "tosca-normative-types-compute:1.0.0.wd03-SNAPSHOT"
11
12 node_types:
13
14   tosca.nodes.SoftwareComponent:
15     abstract: true
16     derived_from: tosca.nodes.Root
17     description: >
18       The TOSCA SoftwareComponent Node Type represents a generic software component
19       that can be managed and run by a TOSCA Compute Node Type.
20     requirements:
21       - host: tosca.nodes.Compute
22         type: tosca.relationships.HostedOn
23     tags:
24       icon: /images/software.png
25