Commit graph

1000 commits

Author SHA1 Message Date
Dale McDiarmid
987a46dce5 Kitchen Docker 2.3.0 2016-03-22 19:25:32 +00:00
Jakob Reiter
fcabe4ed1f Merge branch 'master' of github.com:elastic/ansible-elasticsearch 2016-03-22 12:45:56 +01:00
Dale McDiarmid
44d1d3200c Test changes to test for 2.2 2016-03-21 23:26:36 +00:00
Dale McDiarmid
2b852df5af Default of ES 2.2.0 2016-03-21 22:41:10 +00:00
Dale McDiarmid
9b916ccaf5 Formatting and removal of unneccessary line 2016-03-21 22:39:15 +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
gingerwizard
3c5adf9961 Merge pull request #60 from barryib/add-proxy-for-plugins-installation
Define a proxy for plugin installation
2016-03-21 21:57:59 +00:00
gingerwizard
b7d8300d8f Merge pull request #82 from gingerwizard/master
Improved Plugin Support, More Tests, Refactors, Consistent Ansible version
2016-03-21 17:49:20 +00:00
Dale McDiarmid
f55f5c3c01 Fix for checking init and systemd in scripts 2016-03-21 16:40:10 +00:00
Jakob Reiter
b5ed2fd9f3 Merged debian init script changes from https://github.com/elastic/elasticsearch/pull/16718.
Fixes #69
2016-03-21 17:12:29 +01:00
Dale McDiarmid
870035b385 Fixes for evaluating systemd and init 2016-03-21 14:34:43 +00:00
Dale McDiarmid
cea57cdd73 Scripts and Templates to use default files directory 2016-03-21 13:21:35 +00:00
Dale McDiarmid
b8a077e8bd Fixes for ansible version not consistent across images 2016-03-21 12:28:07 +00:00
Dale McDiarmid
abf422e0e3 Moving to gem file 0.40.1 for kitchen ansible 2016-03-21 11:17:21 +00:00
Dale McDiarmid
65b6f966bf Remove Gem 2016-03-18 23:19:02 +00:00
Dale McDiarmid
ce56bb6e48 Change in Gem File 2016-03-18 22:25:26 +00:00
Dale McDiarmid
378fb6302d Earlier kitchen ansible 2016-03-18 21:58:05 +00:00
Dale McDiarmid
25e5620fb7 Gemfile spec for ansible kitchen 2016-03-18 21:42:32 +00:00
Dale McDiarmid
ed8ca6f271 Proxy disabled 2016-03-18 21:17:25 +00:00
Dale McDiarmid
b4342170d4 Attempted fix at issues associated with kitchen OS test 2016-03-18 20:50:55 +00:00
Dale McDiarmid
0fd1f34852 Fixes issue 70, Improves plugin management, Refactoring, Updates tests, Introduces multiple data dir support 2016-03-18 19:30:11 +00:00
gingerwizard
40fd3516c4 Merge pull request #68 from dekhtyarev/master
path meta/main.yml for fix problem(KeyError) in ansible 1.9.4=< :
2016-03-18 15:17:50 +00:00
gingerwizard
8859c49268 Merge pull request #72 from strootman/custom_scripts_templates_57
Custom scripts templates 57
2016-03-18 15:01:53 +00:00
Jonathan Strootman
cea242ff3c Updated README for template/script fileglobs
Issue #57
2016-03-09 16:55:48 -07:00
Jonathan Strootman
d36f1dd497 Added with_fileglob loop to script and template
This allows the user to set the `es_template_fileglob` or
`es_scripts_fileglob` variables in order to specify a directory of index
templates or scripts.

Issue #57
2016-03-09 16:55:39 -07:00
Дехтярёв Евгений Артурович
4eb9ec16f4 path meta/main.yml for fix problem in ansible 1.9.4=< :
$ cat ./requirements.yml
---

- name: elastic.ansible-elasticsearch
  src: https://github.com/elastic/ansible-elasticsearch
  scm: git
  version: master

$ ansible-galaxy install -r ./requirements.yml -p ./roles
- executing: git clone https://github.com/elastic/ansible-elasticsearch elastic.ansible-elasticsearch
- executing: git archive --prefix=elastic.ansible-elasticsearch/ --output=/tmp/tmpQHJSY6.tar master
- extracting elastic.ansible-elasticsearch to ./roles/elastic.ansible-elasticsearch
- elastic.ansible-elasticsearch was installed successfully
Traceback (most recent call last):
  File "/usr/bin/ansible-galaxy", line 959, in <module>
    main()
  File "/usr/bin/ansible-galaxy", line 953, in main
    fn(args, options, parser)
  File "/usr/bin/ansible-galaxy", line 845, in execute_install
    role_dependencies = role_data['dependencies']
KeyError: 'dependencies'
2016-03-01 11:59:35 +06:00
Jakob Reiter
7a2db5deda Merge pull request #66 from jakommo/master
Small cosmetically fixes in the REAMDME
2016-02-06 13:07:05 +01:00
Jakob Reiter
492fdc3750 Fixed discovery.zen.ping.unicast.hosts example. <host>:<port> didn't work without code formating. 2016-02-06 13:00:30 +01:00
Jakob Reiter
504dded158 Fixed ubuntu 14.04 version typo 2016-02-06 12:53:14 +01:00
Thierno IB. BARRY
965f647c7b Merge remote-tracking branch 'elastic/master' into add-proxy-for-plugins-installation 2016-02-01 23:49:01 +01:00
Richard Pijnenburg
774d32d159 Merge pull request #63 from electrical/fix_gemfile
Pin net-ssh
2016-01-28 19:20:25 +00:00
Richard Pijnenburg
930ae1237f Pin net-ssh 2016-01-28 18:16:41 +01:00
Thierno IB. BARRY
48348df46e fix typo
fix typo
2016-01-27 19:48:19 +01:00
Thierno IB. BARRY
3f213a3b64 Define a proxy for plugin installation
Address the issue [ansible-elasticsearch
#4](https://github.com/elastic/ansible-elasticsearch/issues/4) which
add proxy for plugin installation and more generally es_proxy_host and
es_proxy_port for global usage.

Right now, it’s only used for plugins installation. In the futur, it
can be used (or defined) in the java_opts within the default file for
instance (elasticsearch.j2)
2016-01-27 17:37:07 +01:00
gingerwizard
0fd268ca3f Merge pull request #56 from gingerwizard/master
Restart on Change, Cleanup + better restart
2016-01-19 16:07:39 +01:00
Dale McDiarmid
183513ecbc Minor formatting 2016-01-19 11:50:02 +01:00
Dale McDiarmid
ba8fed0063 Adds support for optional restart on change 2016-01-18 14:38:22 +00:00
Dale McDiarmid
7b620eadf9 Issue 40 + refactoring for better layout and more efficient restart process 2016-01-18 14:37:15 +00:00
gingerwizard
5d785413b3 Merge pull request #54 from gingerwizard/master
Fix for when plugins are not defined
2016-01-15 22:22:18 +00:00
Dale McDiarmid
731d4b20fe Fix if plugins are not defined 2016-01-15 22:13:51 +00:00
Dale McDiarmid
4aee0098ce Changes to restart correctly on multi node install 2016-01-15 22:13:51 +00:00
Robin Clarke
0767456e22 Clearer documentation around 2.x version selection 2016-01-11 14:28:01 +01:00
gingerwizard
0f471588c6 Merge pull request #51 from gingerwizard/master
Documentation Changes
2015-12-23 20:02:58 +00:00
gingerwizard
e06afde21d Merge pull request #1 from gingerwizard/Documentation-Update
Update README.md
2015-12-23 20:02:23 +00:00
gingerwizard
0d76d2725c Update README.md 2015-12-23 20:02:03 +00:00
gingerwizard
e568db9e54 Merge pull request #50 from gingerwizard/master
No Proxy option for localhost
2015-12-23 14:40:42 +00:00
Dale McDiarmid
1605010127 No Proxy option for localhost 2015-12-23 14:31:29 +00:00
gingerwizard
3a556f8743 Merge pull request #48 from gingerwizard/master
Proxy Support for Tests
2015-12-22 15:00:39 +00:00
Dale McDiarmid
7fc51a6d70 Proxy Support 2015-12-22 13:56:01 +00:00
gingerwizard
0fb9de7e2f Merge pull request #47 from gingerwizard/master
Fixes for Plugin on 1.x
2015-12-22 11:22:10 +00:00