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

description: >
  Elasticsearch is an open-source search engine built on top of Apache Lucene,
  a full-text search-engine library.

node_types:
  tosca.nodes.SoftwareComponent.Elasticsearch:
    derived_from: tosca.nodes.SoftwareComponent
    capabilities:
      search_endpoint:
         type: tosca.capabilities.Endpoint