Multi node plugin tests
This commit is contained in:
parent
50f1c6f153
commit
54dd51b8a1
9 changed files with 62 additions and 11 deletions
|
|
@ -7,4 +7,6 @@
|
|||
- { role: elasticsearch, es_instance_name: "node1", es_config: { "discovery.zen.ping.multicast.enabled": false, discovery.zen.ping.unicast.hosts: "localhost:9300", http.port: 9201, transport.tcp.port: 9301, node.data: true, node.master: false, discovery.zen.ping.multicast.enabled: false } }
|
||||
vars:
|
||||
es_scripts: true
|
||||
es_templates: true
|
||||
es_templates: true
|
||||
es_plugin_dir: "/opt/elasticsearch/plugins"
|
||||
#Plugins installed for this test are specified in .kitchen.yml under suite
|
||||
Loading…
Add table
Add a link
Reference in a new issue