Dale McDiarmid
01992fdb77
Fixes for mlock all test
2017-03-17 00:20:50 +00:00
Dale McDiarmid
af30f882dd
Fixes for multi + config tests
2017-03-16 23:59:13 +00:00
Dale McDiarmid
c8d0173fb8
fixing spelling mistake in test
2017-03-16 22:23:20 +00:00
Dale McDiarmid
1bc817a378
Support for plugin diffs + improved testing on minor upgrades + fixes
2017-03-16 21:06:17 +00:00
Dale McDiarmid
c294110a6b
Documentation updates for plugins and multi node usage
2017-01-18 11:40:19 +00:00
Dale McDiarmid
0aa42b6731
Restructure multi test to overcome limitations with same role on same instance multiple times
2017-01-18 11:20:23 +00:00
Dale McDiarmid
608df1ecf0
Test fixes
2017-01-17 15:33:51 +00:00
Dale McDiarmid
a0c0ab9837
Test fix for config
2017-01-17 15:24:25 +00:00
Dale McDiarmid
b9c9fd109e
set api port in config test + doc clarification
2017-01-17 15:19:50 +00:00
Dale McDiarmid
b6b9d19082
wait for startup added
2017-01-17 12:00:49 +00:00
Dale McDiarmid
fedccafb67
remove work dir for 5.x
2017-01-17 10:50:19 +00:00
Dale McDiarmid
8d84b57941
Xpack tests + protection against reserved roles and users
2017-01-16 15:17:18 +00:00
Dale McDiarmid
75d750a43e
Protect reserved elastic user + doc clarification on configuring native realm
2017-01-16 12:32:03 +00:00
Dale McDiarmid
719bd67fde
X-Pack fixes - no more license file needed
2017-01-16 12:04:10 +00:00
Dale McDiarmid
3218191ee0
Multi tests fixed to test for mlockall and no work dir
2017-01-16 11:36:05 +00:00
Dale McDiarmid
dcbebf79c6
Multi cast removed
2017-01-16 11:18:45 +00:00
Dale McDiarmid
4edc56f104
Move to memory_lock
2017-01-16 10:40:01 +00:00
Dale McDiarmid
7efec96ea9
Plugin fixes for 5.x
2017-01-13 15:28:53 +00:00
Dale McDiarmid
ffc417c766
remove path.work from tests
2017-01-13 12:51:25 +00:00
Dale McDiarmid
661ec80447
move to 5.1.2
2017-01-13 12:18:33 +00:00
Dale McDiarmid
b2dd44e9d5
x-pack test cleanup
2017-01-11 13:05:13 +00:00
Dale McDiarmid
197cf05a0e
Shield to Security and other X-Pack clear up
2017-01-11 13:02:23 +00:00
Dale McDiarmid
dffb17e59a
Tests moved to 5.x
2017-01-06 11:34:19 +00:00
Dale McDiarmid
06d156fd57
Moving to 5.x tests
2017-01-06 11:24:52 +00:00
Dale McDiarmid
36613a947e
Bump to 2.4.3
2017-01-05 15:02:25 +00:00
Dale McDiarmid
5fb4350a63
Tests back to kopf + checks to fix java cert issues
2017-01-05 14:34:47 +00:00
Dale McDiarmid
b82f1bdce5
Moving to testing murmur3 for plugins as stable download
2017-01-05 12:15:59 +00:00
Dale McDiarmid
2ea0842a6c
Changes to support license
2017-01-04 13:23:22 +00:00
Dale McDiarmid
6768a15b89
Merge branch 'activate-elasticsearch-license' of https://github.com/barryib/ansible-elasticsearch into barryib-activate-elasticsearch-license
2017-01-04 11:00:40 +00:00
Thierno IB. BARRY
5da67786e2
use include_vars to include license during tests
2016-09-27 16:59:20 +02:00
Thierno IB. BARRY
61a3ba32c5
add xpack license activation tests
2016-09-21 17:04:31 +02:00
Dale McDiarmid
a95127905b
Support for message auth + test
2016-09-19 17:09:27 +01:00
Dale McDiarmid
a8a0676b59
Tests for role mapping
2016-09-19 14:39:36 +01:00
Dale McDiarmid
77612a9d8e
Support for role mapping
2016-09-19 13:57:09 +01:00
Dale McDiarmid
605baf9a96
More tests
2016-07-24 19:18:04 +01:00
Dale McDiarmid
9eacd3a5e0
Fix for detecting es version changed
2016-07-24 17:39:44 +01:00
Dale McDiarmid
0a269a3d82
Fix for plugin version check
2016-07-24 16:17:39 +01:00
Dale McDiarmid
57fa9e432b
Support for all xpack features through generic install + improved tests
2016-07-24 15:25:32 +01:00
Dale McDiarmid
fdf1bda155
Shield config tests + prevent use of xpack in version < 2.0
2016-07-24 12:25:34 +01:00
Dale McDiarmid
5d3616bd20
Support for removal for shield and license
2016-07-23 21:47:27 +01:00
Dale McDiarmid
9a83511801
Templates with shield tested
2016-07-23 20:23:56 +01:00
Dale McDiarmid
d3d9bbca17
Templates load user credentials if provided
2016-07-23 20:18:58 +01:00
Dale McDiarmid
4a86c9c482
Multi tests plugin directories correct
2016-07-23 19:51:53 +01:00
Dale McDiarmid
d73e515de3
Test improvements for xpack + httplib2 support
2016-07-23 19:48:50 +01:00
Dale McDiarmid
a149328ae8
Test fixes + ensuring node is started for templates
2016-07-23 16:41:37 +01:00
Dale McDiarmid
ab592724d8
Initial Shield support + latest gems + single plugin dir + new port/host vars
2016-07-22 23:44:27 +01:00
David Reagan
8393b86a27
Added support for optionally creating the elasticsearch user and group before installing elasticsearch.
...
Renamed vars, set the tasks to use the es_user and es_group vars in elasticsearch-optional-user.yml. Modifed README.md to list the es_user_id and es_group_id vars, made note that both vars are required if they are used. Removed the commented out instances of the vars in defaults/main.yml.
Added es_user, es_group, es_user_id, es_group_id vars to config testing.
Made conditionals use explicit 'is defined' test.
Add tests for es_user_id and es_group_id.
Update defaults/main.yml and test/integration/config.yml to match master plus test config additions.
2016-04-13 09:42:12 -07:00
Dale McDiarmid
44d1d3200c
Test changes to test for 2.2
2016-03-21 23:26:36 +00:00
Dale McDiarmid
bc4ee9e0f1
Better error handling for plugin install and test for removal of logging.yml
2016-03-21 22:36:22 +00:00
Dale McDiarmid
f55f5c3c01
Fix for checking init and systemd in scripts
2016-03-21 16:40:10 +00:00