ansible-role-elasticsearch/test/integration/package.yml

10 lines
387 B
YAML
Raw Normal View History

2015-07-16 15:56:09 +02:00
---
- name: Elasticsearch Package tests
hosts: localhost
roles:
- { role: elasticsearch, es_config: { "http.port": 9200, "transport.tcp.port":9300, discovery.zen.ping.unicast.hosts: "localhost:9300" }, es_instance_name: "node1" }
2015-11-25 17:13:45 +00:00
vars:
2015-11-26 10:20:58 +00:00
es_scripts: true
es_templates: true
2017-01-17 12:00:49 +00:00
es_heap_size: "1g"
2015-12-14 19:34:09 +00:00
#Plugins installed for this test are specified in .kitchen.yml under suite