Fix for radio buttons
[sdc.git] / asdc-tests / src / test / resources / CI / tests / importToscaResourceByCreateUrl / derivedFromWebAppDerivedReqCap.yml
1 tosca_definitions_version: tosca_simple_yaml_1_0_0
2 node_types: 
3   org.openecomp.resource.MyWebApp:
4     derived_from: tosca.nodes.WebApplication
5     properties:
6       context_root:
7         type: string
8     capabilities:
9       app_endpoint: 
10         type: tosca.capabilities.Endpoint.Admin #derived from WebApplication's tosca.capabilities.Endpoint "app_endpoint"
11     requirements:
12       - host: 
13           capability: tosca.capabilities.Container.Docker #derived from WebApplication's tosca.capabilities.Container "host"
14           node: tosca.nodes.WebServer
15           relationship: tosca.relationships.HostedOn