aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-be/src/main/resources/import/tosca/normative-types/webServer/webServer.yml
blob: 7c957b5247003f7e694de7c4488ba1d553113e23 (plain)
1
2
3
4
5
6
7
8
9
10
11
tosca_definitions_version: tosca_simple_yaml_1_0_0
node_types: 
  tosca.nodes.WebServer:
    derived_from: tosca.nodes.SoftwareComponent
    capabilities:
      # Private, layer 4 endpoints 
      data_endpoint: tosca.capabilities.Endpoint
      admin_endpoint: tosca.capabilities.Endpoint.Admin
      host: 
        type: tosca.capabilities.Container
        valid_source_types: [ tosca.nodes.WebApplication ]