Support for plugin diffs + improved testing on minor upgrades + fixes

This commit is contained in:
Dale McDiarmid 2017-03-16 21:06:17 +00:00
parent 4e8af6ced5
commit 1bc817a378
17 changed files with 155 additions and 54 deletions

View file

@ -1,8 +1,10 @@
---
- name: wrapper playbook for kitchen testing "elasticsearch"
- name: Standard test for single node setup. Tests idempotence.
hosts: localhost
roles:
- { role: elasticsearch, es_instance_name: "node1" }
vars:
es_use_repository: "true"
es_heap_size: "1g"
es_heap_size: "1g"
#Do not add tests here. This test is run twice and confirms idempotency.