blob: 43a9a174f8e69f8102ada60e61c2b7938d604d71 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
tosca_definitions_version: tosca_simple_yaml_1_0_0
node_types:
org.openecomp.resource.MyWebApp:
derived_from: tosca.nodes.WebApplication
properties:
context_root:
type: string
capabilities:
app_endpoint:
type: tosca.capabilities.Endpoint
requirements:
- HOSt:
capability: tosca.capabilities.Container.Docker
node: tosca.nodes.WebServer
relationship: tosca.relationships.HostedOn
occurrences: [ 1, 2 ]
|