8c04171fddf7416020324ce7ae865c027cf4cc14
[sdc/sdc-distribution-client.git] /
1 tosca_definitions_version: tosca_simple_yaml_1_0
2
3 description: >
4   RSYSLOG is the Rocket-fast SYStem for LOG processing.
5
6 imports:
7   - test_import:
8        file: custom_types/logstash.yaml
9
10 node_types:
11   Rsyslog:
12     derived_from: tosca.nodes.SoftwareComponent
13     requirements:
14       - log_endpoint:
15           capability: tosca.capabilities.Endpoint
16           node: tosca.nodes.SoftwareComponent.Logstash
17           relationship: tosca.relationships.ConnectsTo