[SDC] update configuration template in chef os
[sdc.git] / catalog-fe / src / test / resources / CI / originalResources / normative-types-webApplication.yml
1 tosca_definitions_version: tosca_simple_yaml_1_0_0_wd03
2
3 template_name: tosca-normative-types-webApplication
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-webServer:1.0.0.wd03-SNAPSHOT"
11   
12 node_types:
13   tosca.nodes.WebApplication:
14     derived_from: tosca.nodes.Root
15     description: >
16       The TOSCA WebApplication node represents a software application that can be managed and run by a TOSCA WebServer node.  Specific types of web applications such as Java, etc. could be derived from this type.
17     tags:
18       icon: /images/network.png
19     requirements:
20       - host: tosca.nodes.WebServer
21         type: tosca.relationships.HostedOn