summaryrefslogtreecommitdiffstats
path: root/tosca2heat/tosca-parser-0.3.0/toscaparser/tests/data/custom_types/nested_rsyslog.yaml
blob: 622acab8c459b12b93c9c41eb959c791a6236ce2 (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:
  tosca.nodes.SoftwareComponent.Rsyslog:
    derived_from: tosca.nodes.SoftwareComponent
    requirements:
      - log_endpoint:
          capability: tosca.capabilities.Endpoint
          node: tosca.nodes.SoftwareComponent.Logstash
          relationship: tosca.relationships.ConnectsTo