Specify that these tests are still using the oss package

This commit is contained in:
Michael Russell 2018-06-13 10:03:40 +02:00
parent c1b83a892f
commit 929a860fd3
No known key found for this signature in database
GPG key ID: A90C1696496085FE
3 changed files with 12 additions and 0 deletions

View file

@ -6,6 +6,8 @@
roles:
- { role: elasticsearch, es_config: { "http.port": 9200, "transport.tcp.port":9300, discovery.zen.ping.unicast.hosts: "localhost:9300" }, es_instance_name: "node1" }
vars:
es_enable_xpack: false
es_package_name: "elasticsearch-oss"
es_scripts: true
es_templates: true
es_heap_size: "1g"
@ -22,6 +24,8 @@
roles:
- { role: elasticsearch, es_config: { "http.port": 9200, "transport.tcp.port":9300, discovery.zen.ping.unicast.hosts: "localhost:9300" }, es_instance_name: "node1" }
vars:
es_enable_xpack: false
es_package_name: "elasticsearch-oss"
es_scripts: true
es_templates: true
es_heap_size: "1g"