rubar çelik
69c8997a83
Update elasticsearch-Debian.yml ( #761 )
...
Co-authored-by: Julien Mailleret <8582351+jmlrt@users.noreply.github.com>
2021-02-03 15:10:13 +01:00
Julien Mailleret
87946a8305
[meta] fix again jjbb template for jenkins jobs ( #763 )
...
This commit fix PR test job for 6.x following #762 .
2021-01-27 21:34:28 +01:00
Julien Mailleret
fb6c0c9876
[meta] fix jobs template following #760 ( #762 )
...
This commit fix the test job templates following #760 .
- add VERSION parameter for 7.x jobs
- move axis to jobs templates
2021-01-27 19:30:00 +01:00
Julien Mailleret
e863695018
[meta] add dedicated ci jobs for 6.x ( #760 )
...
This commit create dedicated Jenkins jobs for 6.x for master branch and
PRs. This is required to allow having different test suites for 7.x and
6.x in a following PR.
2021-01-27 17:37:00 +01:00
Nassim Kammah
fec4907c4b
Update 7.10.2 changelog ( #755 )
2021-01-14 17:17:04 +01:00
Elastic Machine
dcef5b7e91
7.10.2 release ( #754 )
2021-01-14 16:25:39 +01:00
Julien Mailleret
e1fd7d770d
Fix java install path when system has multiple java ( #753 )
...
This commit fix the command to get Java install path when the system has
multiple java installed
Fix #721
2021-01-06 18:22:27 +01:00
Julien Mailleret
470eae90ed
[meta] fix ansible galaxy install command ( #751 )
...
This commit fix the Ansible Galaxy install command to use the new
versioning implemented in 7.10.1 release.
ansible-beats tags are now prefixed by v which makes Ansible Galaxy
versions also including this prefix.
Fix #750
2020-12-10 17:37:17 +01:00
Elastic Machine
ffeb286150
7.10.1 release ( #749 )
2020-12-09 16:16:36 +01:00
Robin Opletal
5b3976cd20
Fix idempotency for both supported CentOS versions ( #747 )
...
* Fix idempotency for version lock broken in CentOS8
2020-12-03 08:59:44 -06:00
Victor Martinez
cc4d7fa98c
Support CentOS 8 ( #744 )
2020-11-17 19:43:41 +01:00
Julien Mailleret
64f92ed170
Fix test-kitchen net-scp-error ( #736 )
...
This commit report setting added to ansible-beats repo to fix the
transient Net::SCP::Error reported in ansible-beats and
ansible-elasticsearch during test-kitchen CI tests.
2020-11-17 18:17:40 +01:00
Elastic Machine
36c451d3f1
7.10.0 release ( #743 )
2020-11-11 10:05:49 -05:00
Julien Mailleret
f01f19a4d3
convert custom filter to python3 ( #742 )
...
This commit convert the custom filters to python 3 using 2to3
source: https://docs.python.org/2/library/2to3.html
2020-11-10 06:38:21 +01:00
Julien Mailleret
6901f7141b
[meta] clean deprecated bumper script ( #741 )
2020-11-05 17:02:53 +01:00
Julien Mailleret
c91892ac92
fix some typos ( #740 )
2020-11-04 16:14:49 +01:00
Samuel Mutel
674cea7938
Improve the documentation for TLS ( #728 )
...
Co-authored-by: Julien Mailleret <8582351+jmlrt@users.noreply.github.com>
2020-11-04 12:33:44 +01:00
0xflotus
ca39bf107e
fix: small error ( #739 )
...
fix some typos
2020-11-04 11:33:15 +01:00
Elastic Machine
389a3ff45f
7.9.3 release ( #734 )
...
* 7.9.3 release
Co-authored-by: Nassim Kammah <nassim.kammah@elastic.co>
2020-10-22 15:50:23 +02:00
Samuel Mutel
fdfaa5c888
Add an option to not upload SSL/TLS certs ( #727 )
2020-10-12 10:02:25 +02:00
vielfarbig
2a3793ce82
Add note to only using es_data_dirs and es_log_dir for customizing th… ( #726 )
2020-10-05 18:03:51 +02:00
Nassim Kammah
ef36f105b7
7.9.2 release ( #723 )
...
Co-authored-by: Julien Mailleret <8582351+jmlrt@users.noreply.github.com>
2020-09-24 19:08:32 +02:00
Luke Snyder
a933f3c90e
Use run_once for api related tasks ( #716 )
...
Co-authored-by: Luke Snyder <lksnyder0@gmail.com>
2020-09-07 15:57:11 +02:00
Julien Mailleret
b6a07ee61c
7.9.1 release ( #718 )
...
* 7.9.1 as default version
2020-09-03 10:43:28 -05:00
joshschmitter
37e93217fe
add ansible var for ES_TMPDIR env var ( #714 )
...
Elasticsearch requires its temp directory to be mounted as executable (see executable-jna-tmpdir). However, the CIS guidelines (e.g., CIS_Red_Hat_Enterprise_Linux_7_Benchmark_v2.1.1, 1.1.5) recommend mounting /tmp with noexec. Therefore, users of this ansible role may have reason to set elasticsearch's temp dir to a non-default location.
(The elasticsearch environment variable ES_TMPDIR gets set to /tmp by default. This PR preserves this default behavior.)
2020-09-02 09:10:28 +02:00
Wade Rossmann
50bf641b8c
Properly quote password in shell command ( #715 )
2020-08-26 08:42:43 +02:00
Yuriy
202676b121
7.9.0 release ( #712 )
...
* 7.9.0 as default version
* 6.8.12 as 6.x tested version
2020-08-18 10:32:49 -05:00
Julien Mailleret
37fc61bc2e
7.8.1 release ( #708 )
2020-07-28 16:32:23 +02:00
Julien Mailleret
76d9f64c95
[meta] add auth-token-credential-id entry for slack ( #707 )
...
This commit adds a new auth-token-credential-id entry in addition of auth-token-id for slack token.
This is due to a bug in JJB which requires having both entries to prevent having an empty authTokenCredentialId in job config.xml (https://storyboard.openstack.org/#!/story/2007953 ).
2020-07-27 15:28:34 +02:00
Julien Mailleret
51f7ddf920
[meta] add slack notifications to CI jobs ( #706 )
...
This PR add Slack notifications to Elastic Release team Slack channel
for [elastic+ansible-elasticsearch+master]((https://devops-ci.elastic.co/job/elastic+ansible-elasticsearch+master/ )
test job.
2020-07-22 15:26:34 +02:00
Andris Strazdiņš
f339345a0b
Update elasticsearch-security-file.yml ( #705 )
...
Without become option stat operation for old users file will work only if user is in elasticsearch group, but copying of old file will fail because user have no write access in elasticsearch config dir.
2020-07-16 16:42:41 +02:00
SuRaMoN
d99c0c86c5
Fixed running ansible in check mode ( #701 )
...
Co-authored-by: Julien Mailleret <8582351+jmlrt@users.noreply.github.com>
2020-06-29 13:46:51 +02:00
anisf
9539712bd7
add AMZN Linux 2 support ( #703 )
2020-06-26 09:42:23 +02:00
Julien Mailleret
adbec9db3f
7.8.0 Release ( #700 )
2020-06-18 17:05:19 +02:00
Julien Mailleret
8a2ab0ce0e
add debian 10 support ( #699 )
...
* add debian 10 support
* install jdk11 for debian 10 and elasticsearch 6
2020-06-15 16:03:14 +02:00
Julien Mailleret
cab03ece10
xpack features refactoring ( #653 )
...
- rename es_enable_xpack variable to oss_version
this variable name should be more explicit and consistent with the xpack changes made in 6.3
es_enable_xpack can still be used but is deprecated and will be removed in a later version.
- remove es_xpack-features variables
this variable was not working anymore since 6.3 [0]
[0]: https://github.com/elastic/ansible-elasticsearch/issues/608
2020-06-12 18:15:03 +02:00
Julien Mailleret
c12542836e
[meta] 7.7.1 release ( #698 )
2020-06-04 21:06:33 +02:00
Alberto Martínez Ballesteros
4420df6927
Use a template to write override.conf file ( #697 )
2020-05-27 14:56:03 +02:00
jurim76
16fad55bfe
Update users_roles.j2 ( #693 )
2020-05-25 17:19:25 +02:00
Julien Mailleret
9e327e7437
7.7.0 release ( #692 )
...
- 7.7.0 as default version
- 6.8.9 as 6.x tested version
2020-05-13 18:11:10 +02:00
Julien Mailleret
b32481a2d3
Update jvm options with default values for 7.6.0 ( #691 )
...
* update jvm options with default values for 7.6.0
* allow overriding heap dump path
2020-05-06 20:51:51 +02:00
Julien Mailleret
744e65c7a5
[meta] bump minimal ansible version to 2.5.0 ( #690 )
...
This is required following 20d2a8f as `version` replace `version_compare` in Ansible 2.5.
2020-05-06 15:51:50 +02:00
Cristian Pupazan
1de2bf7e07
Removed port from initial_master_nodes setting ( #689 )
...
* Updated Readme - removed port from initial_master_nodes setting as per updated elastic search documentation
Co-authored-by: cristian <cristian@creditinfo.co.uk>
Co-authored-by: Julien Mailleret <julien.mailleret@elastic.co>
2020-05-06 14:07:34 +02:00
Sylvain Baubeau
20d2a8fe6e
stop using deprecated version_compare ( #659 )
2020-05-06 13:41:00 +02:00
Julien Mailleret
106c5e9886
Merge pull request #686 from jmlrt/762-release
...
7.6.2 release
2020-03-31 19:14:34 +02:00
Julien Mailleret
f93070ffb5
[7.6.2] update changelog
2020-03-31 10:49:03 +02:00
Julien Mailleret
8ac6ec52b1
[7.6.2] bump version
2020-03-31 10:44:54 +02:00
Julien Mailleret
b93490db4b
Merge pull request #682 from jmlrt/fix-makefile
...
[meta] export VERSION variable to make subshell
2020-03-20 16:57:25 +01:00
Julien Mailleret
f06ed12bff
[meta] export VERSION variable to make subshell
...
This fix an issue where VERSION was exported to kitchen tests only if it was set as environment variable in the shell calling make
2020-03-20 16:19:13 +01:00
Julien Mailleret
e01015b6a3
Merge pull request #681 from timdev/topic/allow-set-java-home
...
Introduce es_java_home variable to allow setting JAVA_HOME
2020-03-20 15:25:41 +01:00