Update tosca lib to version 0.5
[parser.git] / tosca2heat / tosca-parser / toscaparser / tests / data / CSAR / tosca_elk / Definitions / rsyslog.yaml
1 tosca_definitions_version: tosca_simple_yaml_1_0
2
3 description: >
4   RSYSLOG is the Rocket-fast SYStem for LOG processing.
5
6 node_types:
7   tosca.nodes.SoftwareComponent.Rsyslog:
8     derived_from: tosca.nodes.SoftwareComponent
9     requirements:
10       - log_endpoint:
11           capability: tosca.capabilities.Endpoint
12           node: tosca.nodes.SoftwareComponent.Logstash
13           relationship: tosca.relationships.ConnectsTo