Update tests to work with dynamic es_versions

This commit is contained in:
Michael Russell 2018-01-31 08:14:24 +01:00
parent 92244a7a71
commit 94b059080b
No known key found for this signature in database
GPG key ID: A90C1696496085FE
23 changed files with 127 additions and 65 deletions

View file

@ -2,6 +2,8 @@
#Test ability to deploy multiple instances to a machine
- name: Elasticsearch Multi test - master on 9200
hosts: localhost
tasks:
- include: elasticsearch/test/integration/debug.yml
vars:
es_scripts: true
es_templates: true
@ -14,6 +16,8 @@
- name: Elasticsearch Multi test - data on 9201
hosts: localhost
tasks:
- include: elasticsearch/test/integration/debug.yml
vars:
es_scripts: true
es_templates: true