Update tosca lib to version 0.5
[parser.git] / tosca2heat / heat-translator / translator / tests / data / custom_types / elasticsearch.yaml
1 tosca_definitions_version: tosca_simple_yaml_1_0
2
3 description: >
4   Elasticsearch is an open-source search engine built on top of Apache Lucene,
5   a full-text search-engine library.
6
7 node_types:
8   tosca.nodes.SoftwareComponent.Elasticsearch:
9     derived_from: tosca.nodes.SoftwareComponent
10     capabilities:
11       search_endpoint:
12          type: tosca.capabilities.Endpoint