Set older version for 5.x and 6.x to test that upgrading works as

expected
This commit is contained in:
Michael Russell 2018-01-31 14:39:20 +01:00
parent 29f2c6a17e
commit c30c263aa3
No known key found for this signature in database
GPG key ID: A90C1696496085FE

View file

@ -10,8 +10,7 @@
vars:
es_heap_size: "1g"
es_templates: true
es_major_version: "5.x"
es_version: "5.5.1"
es_version: "{{ '6.1.1' if es_major_version == '6.x' else '5.4.0'}}" # This is set to an older version than the current default to force an upgrade
es_enable_xpack: true
es_xpack_license: "{{ lookup('file', '/tmp/license.json') }}"
es_plugins:
@ -113,8 +112,6 @@
vars:
es_heap_size: "1g"
es_templates: true
es_major_version: "6.x"
es_version: "6.1.2"
es_enable_xpack: true
es_xpack_license: "{{ lookup('file', '/tmp/license.json') }}"
es_plugins: