2015-07-16 15:56:09 +02:00
|
|
|
---
|
|
|
|
|
- name: Elasticsearch Package tests
|
|
|
|
|
hosts: localhost
|
|
|
|
|
roles:
|
2015-12-13 22:46:50 +00:00
|
|
|
- { 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
|
2015-12-13 22:46:50 +00:00
|
|
|
es_templates: true
|
2015-12-14 19:34:09 +00:00
|
|
|
#Plugins installed for this test are specified in .kitchen.yml under suite
|