aboutsummaryrefslogtreecommitdiffstats
path: root/asdc-tests/src/test/resources/CI/importResource/webApplication/normative-types-new-webApplication.yml
blob: 5f9a775fe070d5c06ddcd079f7dec9f6df99a85c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
tosca_definitions_version: tosca_simple_yaml_1_0_0
node_types: 
  tosca.nodes.WebApplication:
    derived_from: tosca.nodes.Root
    properties:
      context_root:
        type: string
    capabilities:
      app_endpoint: 
        type: tosca.capabilities.Endpoint
    requirements:
      - host: 
          capability: tosca.capabilities.Container
          node: tosca.nodes.WebServer
          relationship: tosca.relationships.HostedOn