summaryrefslogtreecommitdiffstats
path: root/tosca2heat/heat-translator-0.3.0/translator/tests/data/custom_types/kibana.yaml
blob: 5701e690ff67df1f04ece4d371e79b0f75be8482 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
tosca_definitions_version: tosca_simple_yaml_1_0

description: >
  Kibana is an open source analytics and visualization platform designed to work with Elasticsearch.
  You use Kibana to search, view, and interact with data stored in Elasticsearch.

node_types:
  tosca.nodes.SoftwareComponent.Kibana:
    derived_from: tosca.nodes.SoftwareComponent
    requirements:
        - search_endpoint:
            capability: tosca.capabilities.Endpoint
            node: tosca.nodes.SoftwareComponent.Elasticsearch
            relationship: tosca.relationships.ConnectsTo