[SDC] update configuration template in chef os
[sdc.git] / catalog-fe / src / test / resources / CI / originalResources / normative-types-webServer.yml
1 tosca_definitions_version: tosca_simple_yaml_1_0_0_wd03
2
3 template_name: tosca-normative-types-webServer
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-softwareComponent:1.0.0.wd03-SNAPSHOT"
11
12 node_types:
13   tosca.nodes.WebServer:
14     abstract: true
15     derived_from: tosca.nodes.SoftwareComponent
16     description: >
17       The TOSCA WebServer Node Type represents an abstract software component or service that is capable of hosting and providing management operations for one or more WebApplication nodes
18     capabilities:
19       app_endpoint: tosca.capabilities.Endpoint
20       secure_endpoint: tosca.capabilities.Endpoint
21       host:
22         type: tosca.capabilities.Container
23         properties:
24           valid_node_types: [ tosca.nodes.WebApplication ]