aboutsummaryrefslogtreecommitdiffstats
path: root/jython-tosca-parser/src/main/resources/Lib/site-packages/tosca_parser-0.7.0-py2.7.egg/toscaparser/tests/data/custom_types/nested_rsyslog.yaml
blob: 8c04171fddf7416020324ce7ae865c027cf4cc14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
tosca_definitions_version: tosca_simple_yaml_1_0

description: >
  RSYSLOG is the Rocket-fast SYStem for LOG processing.

imports:
  - test_import:
       file: custom_types/logstash.yaml

node_types:
  Rsyslog:
    derived_from: tosca.nodes.SoftwareComponent
    requirements:
      - log_endpoint:
          capability: tosca.capabilities.Endpoint
          node: tosca.nodes.SoftwareComponent.Logstash
          relationship: tosca.relationships.ConnectsTo