Commit graph

545 commits

Author SHA1 Message Date
Dale McDiarmid
ce180520a8 Single template file 2017-08-17 12:25:25 +01:00
Dale McDiarmid
979ef94f77 Fix feedback from @barryib 2017-08-17 10:05:32 +01:00
Dale McDiarmid
7d97b35d63 Remove x-pack limited - readd later 2017-08-17 10:00:30 +01:00
Dale McDiarmid
ec27bc3fe4 keep current version of pip 2017-08-16 13:07:38 +01:00
Dale McDiarmid
87e32dc241 Reworking of templates 2017-08-16 12:41:10 +01:00
Dale McDiarmid
b00844a109 Merge branch 'lobsterdore-elasticsearch-template-fixes' 2017-08-16 11:08:16 +01:00
Dale McDiarmid
a9987e2fb4 Merged PR #300 2017-08-16 11:08:03 +01:00
Dale McDiarmid
0e2a0a5e99 Updated init, systemd, jvm.options and tests 2017-08-16 11:05:40 +01:00
Dale McDiarmid
88c272e2b2 New x-pack test 2017-08-15 18:42:13 +01:00
Dale McDiarmid
77f5a7bf3c Moving to 5.5.1 2017-08-15 18:42:13 +01:00
Dale McDiarmid
8f9314b312 Merge pull request #311 from companieshouse/master
Ensure elasticsearch is always started and fix yum proxy logic
2017-08-15 18:41:24 +01:00
Dale McDiarmid
32ff70601a Merge pull request #291 from rusnyder/role-mapping-xpack-dir
Moved up the x-pack directory logic to include role_mappings
2017-08-15 14:59:22 +01:00
Dale McDiarmid
ecdf80b4b9 Merge pull request #357 from gingerwizard/master
Proxy Env Fix + New Gems + Testing tweaks
2017-08-15 14:52:54 +01:00
Dale McDiarmid
b93493733d Fix for proxy settings into env var 2017-08-15 14:48:12 +01:00
Dale McDiarmid
911b2df9ac Test for plugin on standard 2017-08-15 14:31:56 +01:00
Dale McDiarmid
6ebeccfb01 skip some files on tests 2017-08-15 13:56:24 +01:00
Dale McDiarmid
762f2d44c9 Updated gems and fixing issues associated with copying symlinks in tests 2017-08-15 13:25:24 +01:00
Dale McDiarmid
ef4312e1e9 Version bumps 2017-08-15 12:03:16 +01:00
Dale McDiarmid
381ab57ab9 Merge pull request #299 from obalyuk87/master
fixed duplicate configuration in README
2017-08-15 10:02:54 +01:00
Dale McDiarmid
8ea71e7190 Merge pull request #356 from gingerwizard/master
Moving to https for instructions
2017-08-14 17:14:43 +01:00
Dale McDiarmid
c2b8f65deb Moving to https for instructions 2017-08-14 17:13:53 +01:00
Dale McDiarmid
624b78948f Merge pull request #275 from johnr-spindance/fix/restart_check
Fix - restart check
2017-08-14 17:10:09 +01:00
Dale McDiarmid
51d488c555 Merge pull request #271 from veger/improve_plugin_handling
Fix adding of plugins when es_plugins_reinstall is false
2017-08-14 16:38:36 +01:00
Dale McDiarmid
29ccc5a8ed Merge pull request #355 from gingerwizard/master
Clean up .gitinore and remove .iml file
2017-08-14 16:26:26 +01:00
Dale McDiarmid
f1330c63d9 Remove .gitignore 2017-08-14 16:25:22 +01:00
Dale McDiarmid
4d18c06283 Readme update re plugins 2017-08-14 16:21:02 +01:00
Jakob Reiter
0bffa37035 Merge pull request #325 from mgodlewski/fix_issue_324
fix: typo in jvm.options.j2
2017-06-28 09:09:29 +02:00
mgodlewski
758f7fae50 fix: typo
Fix issue #324
2017-06-27 15:46:47 +02:00
David Reed
4826f981d7 Fixes handler and file issues with ES templates
Fixes an issue with handlers in Ansible 2.2.1+
[https://github.com/ansible/ansible/issues/20603](). Moves the
load-templates handler to the top of the file to get around this
issue.

Fixes an issue loading installed templates into ES. The use of
file lookup meant that the template files are checked on the
machine that initiated the Ansible play, this only works if Ansible
has been run locally, breaking for remote machines. Switched to
using the slurp module to grab file contents on the target machine.
2017-05-17 13:18:44 +01:00
janderson2
7876a662ca Fix yum proxy logic in repo template
Previously if the proxy host was defined but empty, an invalid proxy was
config was added and the install would fail.  This is likely to occur
for instances where you conditionally set the proxy.
2017-05-15 15:17:34 +01:00
janderson2
9197f2fbcd Ensure elasticsearch is always started
Ensure that elasticsearch is started/running even if non of the handlers
are called.  Previously, if the host was provisioned correctly, but
elasticsearch was not running the role would not attempt to start it.
This can happen if elasticsearch was killed, or if the previous ansible
run failed prior to running the handlers.
2017-05-15 15:15:17 +01:00
Jakob Reiter
3621561473 Merge pull request #306 from elastic/revert-304-readme
Revert "fix version and add missing whitespace"
2017-05-11 12:28:27 +02:00
Jakob Reiter
8baa7318bb Revert "fix version and add missing whitespace" 2017-05-11 12:27:45 +02:00
Jakob Reiter
4f24eac8c6 Merge pull request #304 from davidak/readme
fix version and add missing whitespace
2017-05-11 09:27:24 +02:00
David Kleuker
2ec60261d6 fix version and add missing whitespace 2017-05-10 13:59:56 +02:00
obalyuk87
e754c2645f fixed duplicate configuration in settings block
sample warnings...

[obalyuk@obalyuk-t450s elk]$ ansible-playbook -i hosts elastic-setup.yml 
 [WARNING]: While constructing a mapping from /home/obalyuk/Projects/misc-scripts/ansible/elk/elastic-setup.yml, line 23, column 5, found a duplicate dict key (es_scripts). Using last defined value only.

 [WARNING]: While constructing a mapping from /home/obalyuk/Projects/misc-scripts/ansible/elk/elastic-setup.yml, line 23, column 5, found a duplicate dict key (es_templates). Using last defined value only.

 [WARNING]: While constructing a mapping from /home/obalyuk/Projects/misc-scripts/ansible/elk/elastic-setup.yml, line 23, column 5, found a duplicate dict key (es_version_lock). Using last defined value only.
2017-05-03 23:28:40 -04:00
Jakob Reiter
8002829bbe Merge pull request #288 from tw-cde/master
fix the check for the openjdk
2017-04-18 19:42:33 +02:00
Russell Snyder
eed6352dfb Moved up the x-pack directory logic to include role_mappings
Signed-off-by: Russell Snyder <russell@redowl.com>
2017-04-18 13:26:16 -04:00
sjkyspa
91310458c8 fix the check for the openjdk 2017-04-13 23:00:15 +08:00
Jakob Reiter
5a3805becb Merge pull request #279 from cinience/patch-1
Disable the Netty recycler
2017-04-06 17:06:09 +02:00
cinience
454bce4353 Disable the Netty recycler
https://github.com/elastic/elasticsearch/pull/22452
2017-03-25 12:34:05 +08:00
John Reed
692637f073 Check for restarts only when restart handler executes 2017-03-21 10:13:10 -04:00
Maarten Bezemer
f5e1a94869 Fix handling of plugins when es_plugins_reinstall is false
* Get (and use) list of plugins that need to be installed
* Just remove all plugins of the remove list
2017-03-20 14:30:43 +01:00
John Reed
64f9cdbc5c Copied when statement from restart handler to the service check in tasks/main.yml 2017-03-18 18:11:36 -04:00
Dale McDiarmid
fce5eac4ce Merge pull request #269 from gingerwizard/master
Support for plugin diffs + improved testing on minor upgrades + fixes
2017-03-17 18:39:40 +00:00
Jared Carey
cb85735fb6 Update package.yml 2017-03-17 11:46:07 -06:00
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