ansible-role-elasticsearch/test/integration/helpers/serverspec
Julien Mailleret a1c81884e2
[7.x] add support for elasticsearch 7.x and remove support for 5.x (#558)
- add support for elasticsearch 7.x
- remove support for elasticsearch 5.x
- update kitchen-ansible configuration (install ansible and jmespath dependencies using os repositories)
- replace geoip plugin in tests as this one is now embeded in elasticsearch since 6.7.0 (cf. https://www.elastic.co/guide/en/elasticsearch/plugins/6.7/ingest-geoip.html)
- update discovery configuration for 7.x (in ES 7.x, discovery.zen.ping.unicast.hosts is replaced by discovery.seed_hosts and transport.tcp.port is replaced by transport.port, also discovery.seed_hosts is disabled on master nodes to avoid "master_not_discovered_exception" error when creating templates in the same play)
- update index template structure for 7.x 
- update security realms settings for 7.x (cf. https://www.elastic.co/guide/en/elasticsearch/reference/current/breaking-changes-7.0.html#include-realm-type-in-setting)
2019-05-09 09:06:02 +02:00
..
Gemfile 2.0 Support + Plugin Directory Support + Supporting Tests + Defaults Change 2015-12-13 22:46:50 +00:00
issue_test_spec.rb Update tests to work with dynamic es_versions 2018-01-31 08:14:24 +01:00
multi_spec.rb [7.x] add support for elasticsearch 7.x and remove support for 5.x (#558) 2019-05-09 09:06:02 +02:00
oss_spec.rb Move all shared tests into the shared test helper 2018-06-19 21:17:10 +02:00
oss_to_xpack_upgrade_spec.rb Move all shared tests into the shared test helper 2018-06-19 21:17:10 +02:00
oss_upgrade_spec.rb Move all shared tests into the shared test helper 2018-06-19 21:17:10 +02:00
shared_spec.rb [7.x] add support for elasticsearch 7.x and remove support for 5.x (#558) 2019-05-09 09:06:02 +02:00
spec_helper.rb Test the returned results rather than an md5 hash of the json. These 2018-02-01 11:59:32 +01:00
xpack_spec.rb [7.x] add support for elasticsearch 7.x and remove support for 5.x (#558) 2019-05-09 09:06:02 +02:00
xpack_upgrade_spec.rb [7.x] add support for elasticsearch 7.x and remove support for 5.x (#558) 2019-05-09 09:06:02 +02:00