tosca_definitions_version: tosca_simple_yaml_1_0_0_wd03 template_name: tosca-normative-types-webApplication template_author: TOSCA TC template_version: 1.0.0.wd03-SNAPSHOT description: Contains the normative types definition. imports: - "tosca-normative-types-root:1.0.0.wd03-SNAPSHOT" - "tosca-normative-types-webServer:1.0.0.wd03-SNAPSHOT" node_types: tosca.nodes.WebApplication: derived_from: tosca.nodes.Root description: > 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. tags: icon: /images/network.png requirements: - host: tosca.nodes.WebServer type: tosca.relationships.HostedOn